rails-dev-boost icon indicating copy to clipboard operation
rails-dev-boost copied to clipboard

Speed up slow Rails development mode

Results 6 rails-dev-boost issues
Sort by recently updated
recently updated
newest added

Receiving this error when running under rails 5: NameError: undefined local variable or method `log_call' for ActiveSupport::Dependencies:Module

Hi, I'm using Grape to serve an API with Rails 4 and my config looks like this: application.rb: config.paths.add File.join('app', 'api'), glob: File.join('*_', '_.rb') config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')] My...

Since changing gems requires a reboot of the Rails server anyway, caching this should be safe. This gives a 10% page load improvement. This is written with Sprockets 3.2 Hopefully...

Here is a basic application to illustrate that rails-dev-boost async doesn`t work with Vagrant: https://github.com/ablebeam/rails-dev-boost-vagrant-issue-example Without rb-notify gem everything works correctly. It seems, there is a very similar issue -...

I think it would give us a bit of a performance win if we switch all FileUpdateChecker reloaders generically. Another potentially slow bit of code in ActiveSupport is the code...

I'm having problem where every reload is taking about a minute. With the debug mode on I was able to trace through the code to dependencies_patch Line: 115 Apparently iterating...