New Discussion

Notifications

You’re not receiving notifications from this thread.

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

1
General
Chris Zempel Chris Zempel

for reloading, maybe this?

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

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.

Join the discussion
Create an account Log in

Learning Ruby on Rails? Join our newsletter.

We won't send you spam. Unsubscribe at any time.