Live data from Hacker News

Ruby 2.0 patch that could make Rails startup 2.2x faster

bugs.ruby-lang.org

21–22 of 22 posts

Re: Ruby 2.0 patch that could make Rails startup 2.2x faster

#22

For a really fast Rails environment I highly recommend Zeus https://github.com/burke/zeus which is built in Go. It does a great job of reloading only the dependencies that have changed.

+1 I've been using it on a number of Rails apps. Really helps reduce the time spent in TDD cycles and stay focused.
Post reply on HN