Save 36% for Black Friday! Learn more

Start development instantly using devcontainers

0
Rails
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup an...

Parallel ActiveRecord Queries with load_async in Rails 7 Discussion

2
General
Are there any downsides to using load_async on everything if we know for a fact that we’ll be using the data during the request? It seems like a no-brainer if we can keep db connections in check?

How to add Feature Flags in Rails with the Flipper gem Discussion

1
General
Great episode!
Ketan Patel replied

Extending Rails (Gently) Discussion

0
General
This was a fun discussion with Kasper, we talked for quite a bit longer but it was edited to make it shorter. Also, be sure to check out Kasper's Open Source retreat if you want to hear more and ...
Kentastic posted

Best way to relate models on Jumpstart Pro

1
Ruby
Whats the best way to relate models? Im building a real estate app with Jumpstart Pro and would like to add property owners (contact/users) to the a property, so on the show page of a property I ca...
Oliver Sawtell replied

Editing Passwords Discussion

0
General
Hey Chris! Enjoyed the video! Any issue with using: ... @password = Password.new(password_params) if @password.save current_user.passwords << @password redirect_to @password .... In th...
Ann Cascarano posted

Tracking Metrics with Ahoy and Blazer Discussion

20
General
Awesome episode! Thanks Chris!
CF Pro Tools replied

Slack forum notifications

3
Site Feedback
Just testing out slack forum notifications.

Will there be GoRails as open source project?

1
Rails
There are a lot of cool stuff that made with love. It'll be very usefull to learning advanced stuff from source code of GoRails

Prevent spam bots from hitting app

7
General
Hi guys and gals Wasn't sure which category to put this in but here goes anyway... I have a Rails 5 app in production hosted on Heroku. I recently noticed a particularly high load on the servers ...

Mapping API Resources & Handling Pagination Discussion

2
General
Looks like the code in this episode has evolved over time, I'm watching it (paid my subscription too) in 2022, post pandemic, and the source code is quite different now at GitHub, where can I find ...
Brandon replied

Rails 6/7 Template Recommendations for SaaS

1
Rails
Hi 👋 Can you recommend any good SaaS oriented (e.g. including user authentication, admin panel, stripe integration, basic landing-page) templates based on Rails 6/7 which don't require a yearly su...
Chris Oliver replied

Limit the file size of Direct Upload ActiveStorage and ActionText Attachments

0
Rails
As the title says, I'm looking for ways of limiting the file upload size of both ActiveStorage attachments and ActionText attachments. I know this problem will require both client side and server s...
Tonksthebear posted

Need guidance regarding my project: Neophyte LMS system

2
Rails
Hi guys, I'm developing a LMS system (in Rails 5) for my university project which is about training new employees in any compnay by setting projects and challenges (sequentially) to start with. For...

How to build GitHub Apps with Rails Discussion

0
General