Ask A Question

Notifications

You’re not receiving notifications from this thread.

Open Source Vlog - Finding a balance between Ruby and ERB | GoRails - GoRails

Chris Oliver asked in General
Chris Zempel Chris Zempel

for reloading, maybe this?

```
group :development do
gem 'rerun'
end
```
then `bundle exec rerun -- rackup -p 3000`

Reply

Never used that. I'll check it out. From everything I've read, I think that you can use the "autoload" method somehow, but I've never gotten it to work.

Reply
Join the discussion

Want to stay up-to-date with Ruby on Rails?

Join 73,723+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more. Icons by Icons8

    © 2023 GoRails, LLC. All rights reserved.