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...
Routing Concerns and Scopes in Rails Discussion
6
General
Hey Chris, thanks for making a video on this and so quickly. I had been wanting to use routing concerns for a while but finding a good way to access the resource had me stumped. This does the trick.
David Larry replied
Listopia is launched!
1
Site Feedback
Listopia is a simple, effective open-source list and task management app. It lets you share lists and tasks with friends, family, and team members. Enjoy it and star it on [GitHub](https://github.c...
David Larry replied
Restrict devise routes
2
General
Hi,
How can I restrict access to the devise sign_up route to logged in users only?
Controller:
```ruby
# frozen_string_literal: true
class Users::RegistrationsController < Devise::Registrati...
herrylauu replied
Dedicated Servers i want rent 100
2
Servers
Dedicated Servers
CPU 16 cores, 3GHz or higher, example AMD 5950x
128GB RAM or more
1TB or more NVME SSD
500 Mbps+ channel, 100TB/month traffic
Davidmenk321 replied
Can't login to Learn Hotwire course, with my GoRails login (and can't sign up)
2
Site Feedback
Hi,
I tried signing up for the Learn Hotwire course, but it said my email was taken.
Naturally I tried logging in with my GoRails login, no dice.
Attempted to reset the password, but never recei...
Karla Lara replied
How to use Enumerable with Ruby Classes Discussion
1
General
What use cases have you used Enumerable for?
Karla Lara replied
Message Form Handling with Stimulus Discussion
8
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?
Ruby Official Documentation Link Not Working
1
Ruby
https://ruby-doc.com/docs/ProgrammingRuby/html/index.html
- Can someone check why this is not working?
Jonathan Fleming replied
The Ruby Subscript Operator Discussion
5
General
Hi, how to change the GitHub layout similar to yours? I love it
Homer Gregory replied
Handling New Messages with Turbo Streams Discussion
7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...
CanCanCan: Defining Abilities
1
General
I'm using the CanCanCan gem. According to the documentation you can define abilities. That is working for me. What I want to do is to limit the access to records, that contain a value. Something li...
Susan Cosentino replied
Rails associations
3
Rails
I'm create a Ruby on Rails web application. I have 4 models, which are User, Job, Candidate, ApplyingJob. User is the one who will be using the web application and the user can create Job and Candi...
Unknown User replied
How to get started?
2
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here?
Thanks
Lazy Requiring Dependencies in Ruby Discussion
7
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
How to Rate Limit Requests in Rails 7.2 Discussion
3
General
This is very useful! No more rack attack... although it's possible this will not provide all features that rack attack gives us - right?
kinehi replied
How to use params.expect in Rails 8+ Discussion
3
General
I just used it for the first time yesterday - a much nicer API!
emilianojay replied
JavaScript not working for Bootstrap 5 on Rails 7
5
Rails
Hello,
I have started learning Ruby on Rails recently. I came across your site when trying to figure out issue I am having when installing Bootstrap 5 with Rails 7.
The bootstrap framework is insta...
Malinda Schmeler replied
Fatal - not a git repository on server (deployed with Capistrano)
1
Rails
Some time recently, my app started throwing `fatal: not a git repository (or any of the parent directories): .git` on the server. It shows up if I ever remote in and run a bundle exec command (e.g....
attractive colt replied
@mentions for Users with ActionText in Rails 6 Discussion
2
General
@chris this is an excellent feature. Is this implementation still the best way to achieve this using rails 8 and updated stimulus, action_text, action_mailer?
banshee nightmare replied