
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

Group Chat with ActionCable: Part 5 Discussion
23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

Introduction to Importing from CSV Discussion
46
General
thanks
HP replied

hi...i want run bundle install that get error:
1
General
when run install bundle install i get error below(not exist gemfile.lock):
An error occurred while installing mysql2 (0.4.4), and Bundler cannot continue.
Make sure that `gem install mysql2 -v '0....
Bilal Budhani replied

Best SSC Coaching Institute in Delhi ?
0
General
Excel SSC is the Best SSC Coaching institute in Delhi. Do experience top coaching from highly expertise faculties. Join Excel SSC Coaching Institute to achieve your Goal.
Visit - http://www.excelss...
excel ssc5 posted

Rails for Beginners Part 40: OmniAuth CSRF Protection Discussion
0
General
thanks
steven_007 posted

Who is using Hashicorp Otto?
7
General
Hi All,
I've recently gotten back into my rails development after some Salesforce related projects at my work. In that time I had to format my laptop from Ubuntu to Windows 10.
I've been struggli...

Hotwire prevents link_to from going to a different website
1
General
I recently added Hotwire to my rails app to update modals but this broke a link_to I had that redirected users to stripe. I looked online for ways to work around it but since Hotwire is relatively ...
Mark Nelson replied