Skip to content

jugglebird/rails-dev-boost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailsDevelopmentBoost

Alternative to Josh Goebel's rails_dev_mode_performance plugin.

Background

Why create a similar plugin? Because I couldn't get Josh Goebel's to work in my projects. His attempts to keep templates cached in a way that fails with recent versions of Rails. Also, removing the faulty chunk of code revealed another issue: it stats source files that may not exist, without trying to find their real path beforehand. That would be fixable is the code wasn't such a mess (no offense).

I needed better performance in development mode right away, so here is an alternative implementation.

Usage

script/plugin install git://github.com/Roman2K/rails-dev-boost

When the server is started in development mode, the special unloading mechanism takes over.

It can also be used in combination with RailsTestServing for even faster test runs by forcefully enabling it in test mode. To do so, add the following in config/environments/test.rb:

def config.soft_reload() true end if RailsTestServing.active?

Credits

Written by Roman Le Négrate (contact). Released under the MIT-license: see the LICENSE file.

About

Speeds up Rails development mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published