search for: reload_plugin

Displaying 2 results from an estimated 2 matches for "reload_plugin".

Did you mean: reload_plugins
2010 Mar 09
1
db:migrate fails after upgrade to Rails 2.3.5
...le to find any info despite searching for a while. Any suggestions greatly appreciated! ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment /Users/kurtsnyder/code/products1/config/../vendor/rails/railties/lib/ initializer.rb:778: warning: instance variable @reload_plugins not initialized /Users/kurtsnyder/code/products1/config/../vendor/rails/railties/lib/ initializer.rb:778: warning: instance variable @reload_plugins not initialized /Users/kurtsnyder/code/products1/config/../vendor/rails/railties/lib/ initializer.rb:778: warning: instance variable @reload_plugins...
2009 Dec 15
0
Problems reloading plugin extending AR model
....com/dedomenon/madb_notifications/blob/master/app/views/madb_notifications/entities/list.html.erb#L7 <input type="checkbox" <%= @entity.user_subscribed_to_creation?(current_user.id) ? %{CHECKED=CHECKED} : "" %> In config/environments/development.rb I have config.reload_plugins = true The problem is that in development mode, it works fine for the first request, and not for any subsequent requests. In production it works fine. I suspect there''s a problem reloading the plugin, but I''m struggling to identify it. Did I miss something here? Thanks in advan...