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
Create an account Log in

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

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

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