Jumpstart App get's stucked with wrong login data
9
General
Hi.
I've created a new app by using the jumpstart template:
rails new testapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb'
rails db:create db:migrate
rai...
Martin replied
Solved
How to used it ? Ruby on rails sites
1
General
I am new here and ,I have subscribed it through GitHub ,but by seeing a interface of Ruby on rails website user interface I am unable to understand that from where to start how can I used it in wel...
Chris Oliver replied
Solved
How to add overrides to a rails app?
1
General
Hi folks
I want to use an existing rails app and adjust some things as well as build new features on top of it. How would I do this and still be able to just pull updates from this apps repository...
Chris Oliver replied
Mail Interceptors & Observers in Rails Discussion
0
General
Multiple Device support with Request Variants in Rails Discussion
5
General
Great video as always! How does this method compare with using responsive design with a CSS framework like Bootstrap or Tailwind? Is this a better method if you want a very specific or completely ...
Tabish Iqbal replied
Ruby Colorize Error Help
2
General
To whom it may concern,
Hello!
I have come to use Ruby because of this following blog: https://sleepdata.org/blog/fixing-invalid-edf-dates
However, I have been getting the following error (In the...
Chris Oliver replied
Jumpstart Pro and Expo?
1
General
Related to https://gorails.com/forum/considering-jumpstart-pro-for-a-react-native-backend-is-this-a-good-idea;
I'm looking at building the frontend of my app in Expo, can the iOS integration for J...
Luba Samples replied
Rails Request.js Query Option Discussion
0
General
Forum Series Part 1: Architecture Discussion
18
General
Good start Chris! btw, would be nice if you do granular commits on github, everything in 1 commit make it "harder" to follow
xiabingling replied
How would you nest the forum_threads in your Forum series?
4
General
I am messing around with the forum repo and I have been trying to nest the forum_threads inside of a school model. I want every school to have their own forum. What would be the best way to accompl...
Multitenancy with Apartment Gem
8
General
Hi Chris,
I am using Postgresql and apartment gem and my database has many views and functions. so I am using
config.use_schemas = true
config.use_sql = true
to use pg_dump but when I run migrat...
Dealing with Recursive Models
1
General
User wants to search for classes nearby according to date similar to [classpass](http://joliepagaille.com/wp-content/uploads/2014/11/Picture-1.png)
### Backend
Form fields for creating class by ad...
2021 Must Knows
0
General
I was wondering, and this may have been covered previously, but I'll ask anyway. What are the must know things a rails dev should be familiar with, new techniques, etc. Sites like this are fantasti...
Tony Serkis posted
Integrating Braintree (and PayPal) Discussion
8
General
Chris, I would be interested in the cancellation and modification of cards setup if you have time. Thanks!
Speed up Rails boot times with Bootsnap Discussion
5
General
Hey Chris! This is really helping booting my apps faster! Thanks so much!
Clean Javascript Code Using Data-Behavior On The Frontend Discussion
11
General
is data-behavior just semantics or could we use anything?
Setup Ubuntu 20.04 Focal Fossa Discussion
0
General
How to Dual Boot Rails Versions Discussion
1
General
This is cool, but what about using a git branch, that can be merged into Master once 6.1 is officially released?
Christopher Slade replied
JSON:API Format and Active Model Serializers Discussion
18
General
Very nice video as always, but there's an editing problem on your video. Check it between 15:00 and 17:00. You actually repeat the same thing twice, but the wordings you use is different, I guess y...
regedarek replied
Tracking online users with timestamps Discussion
1
General
At scale, wouldn't adding an update call to every action for every user just be hammering the database?
karatepicke replied