search for: loaded_plugins

Displaying 3 results from an estimated 3 matches for "loaded_plugins".

Did you mean: load_plugins
2007 Nov 28
2
Can't update ActiveSupport gem
I''m getting the message ERROR: While executing gem ... (ArgumentError) string contains null byte My RAILS implementation is now completely out of sync. All other gems are updated to latest except ActiveSupport. rake rails:update:configs is aborting because ActiveSupport is wrong version. Any help would be appreciated! --~--~---------~--~----~------------~-------~--~----~ You
2006 Jun 27
0
Getting list of loaded plugins
According to the docs I''ve read, the loaded_plugins variable is made available in any plugin''s init.rb file. How can I access the list of plugins from outside of init.rb? For example if I''m at the console and want to see what plugins are loaded how could I do that? Basically I''d just like to use the equivalent of loaded_...
2006 Jun 30
0
List of loaded plugins
According to the docs I''ve read, the loaded_plugins variable is made available in any plugin''s init.rb file. How can I access the list of plugins from outside of init.rb? For example if I''m at the console and want to see what plugins are loaded how could I do that? Basically I''d just like to use the equivalent of loaded_...