Realtime Nested Comments: Part 1 Discussion
5
General
Amazing episode, Chris! Thank you so much for this!
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
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
SQL Learning Path - Having Statements Discussion
6
General
I have a question about replacing `store_id` with `stores.name` if we add JOIN to the query (4:50 for example). Would it be valid replacement if there are multiple stores with the same name but obv...
cjilbert504 replied
Ruby Data Class Discussion
0
General
Improving the Rails Route Generator Discussion
5
General
good
marilyn ohara replied
Contributing To Thor Discussion
2
General
Awesome stuff!
marilyn ohara replied
Adding Turbo Frame Test Helpers Discussion
0
General
Does GoRail allow users to use group accounts?
marilyn ohara posted
Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
10
General
is magic link login considered secure ?
can it be used for a production website reliably ?
Thanks
Nathan Ruehs replied
Decoupling Development: Rails + Next.js for Collaborative Full-Stack Projects
0
Javascript
Hey Rails Community!
I want to share the gem that I believe will significantly streamline full-stack development workflows: https://github.com/raphox/next_rails_scaffold
What Does It Do? The gem ...
HAtchbox problem with solid_queue / active_storage ...
0
Rails
Hello i have an account on hatchbox everything work fine on development but crash on PRODUCTION
i have a problem with solid_queue i think ....
Here the log :
```
[49fdd936-fd24-4c71-b0b1-7d766...
Code Capsules posted
Passing arguments to noticed Notifier config
0
Gems / Libraries
Hello, I watched the screencast and tried to follow the documentation but I can't seem to figure out this. I have a mailer `ReservationMailer` method that receives two arguments in its signature li...
Gustavo Rubio posted
Single Table Inheritance Discussion
0
General
How To Add Custom Renderers To Rails Discussion
0
General
Delegate Types Discussion
0
General
Scrolling To Unread Messages Discussion
0
General
Authentication Generator Test Helpers Discussion
1
General
This was really awesome to see how extending them to work with system tests was done!
Cris Tommy replied
How to Build Custom ActiveRecord Validations Discussion
4
General
How does "resizable_image: true" work? I'm assuming that because you named your validator "resizable_image_validator.rb" with a class name "ResizableImageValidator" and then calling "validates :ava...
marilynohara replied