Open Source Vlog - Finding a balance between Ruby and ERB | GoRails - GoRails
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.