sdsykes / slim_scrooge

SlimScrooge heavily optimises your database interactions
313 stars 25 forks source link

Slim Scrooge prevents "rails plugin" from running #13

Open counterpoke opened 13 years ago

counterpoke commented 13 years ago

With Slim Scrooge installed, I cannot run "rails plugin -h" (using Rails 3.0.3, ruby 1.9.2).

Try: Create new rails app In Gemfile, put "gem 'slim_scrooge'", save Run "rails plugin -h"

The error I get is 'method_missing': undefined method 'root' for nil:NilClass.