Next lesson after classes and objects?
4
Ruby
I got started with the level one path and I just finished the last lesson for the beginner Ruby course. Collin mentions moving on to models but I don't see it included in the beginner Ruby course. ...
Clarabelle Schamberger replied
Defer Job Enqueues After Transaction Commit in Rails 7.2 Discussion
1
General
Raise your hand if you're guilty of making this mistake in the past. 👋😬
Nested Comment Threads in Rails - Part 3 Discussion
12
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
Antonio Tate replied
Morse Code with Ruby - Part 2 Discussion
0
General
In this lesson, we will continue the previous project and add the Morse code sound feature.
Lakedra Cole posted
Recommended UI component sets?
1
Rails
Our Rails codebase has been going strong for over 10 years now, but we're looking to upgrade the UI of our admin pages. These are all served as HTML snippets as always advocated by the Rails team (...
James Smith replied
Security Hardening Servers with Fail2Ban Discussion
9
General
Great epiode Chris! Would love to see more like this!
Evelyn Stone replied
Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion
5
General
I wish the linking of the database was a bit more clear. My app was pulling in the credential in the database.yml file instead of simply linking via the DATABASE_URL environment variable. I had to ...
herrylauu replied
Exploring PostgreSQL Tuples Rails PR Discussion
1
General
@Frank Underwood, check out our [GoRails Learning Path](https://gorails.com/path) for a structured way of learning Rails. We designed it with repetition in mind so concepts sink in as you build sev...
Using Deprecation Warnings in Rails Discussion
1
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
Allen Duke replied
Send Notifications in Rails with Noticed gem v2 Discussion
10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
wuuko replied
ActiveSupport::CurrentAttributes Discussion
0
General
Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied
Realtime Nested Comments: Part 1 Discussion
5
General
Amazing episode, Chris! Thank you so much for this!
Rails for Beginners Part 41: Next Steps Discussion
5
General
Thanks Cris I think I have something wrong cause the schedule tweets is not sending tweet at all. I have change the UTC to America/Brasilia. Could give me some advice in my https://github.com/adalb...
Jake Govett replied
How to Build a Slack Slash Command App with Rails Discussion
11
General
/soo nice
/great job!
taggame replied
Adding TailwindCSS to Rails Discussion
11
General
For those with the problem of "bin/dev: line 8: exec: foreman: not found"
- Install the foreman gem -> bundle add foreman.
- Add the "bundle" word to the beginning of this line of code (bundle...
Ivan Hrekov replied
http://localhost:3000/admin
2
Rails
Chris Oliver,
https://github.com/vidosrd1/Dark_mode/
Dark_mode/config/routes.rb
Srđan Vidović
hadbobolink replied
Devise and Turbo-rails
8
Rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwin...
EthanFinn replied
Solved
Dynamic Authorization Roles with Pundit Discussion
5
General
Well this couldn't have come at a better time! Thanks Chris!!! I'll be hiding the UI for creating and editing roles and providing at a higher price plan, there's a lot of value in this
Amir Aziz replied
Parsing Markdown Code Line Highlighting with Ruby Discussion
1
General
These types of problems are fun to code golf because they can be implemented so many different ways. ⛳️🏌️♂️
marilyn ohara replied