Displaying 2 results from an estimated 2 matches for "add_support_load_paths".
2008 Mar 08
0
What is the purpose of Rails::Initializer#add_support_load_paths ?
Hi there,
i was just hitting random pages on the api pages and i started reading
the documentation for the initializer when i came through this
completely empty method. I check at the code (initializer.rb) but
didn''t find anything *hidden* to justify it''s presence...
Any clues?
P.S.: The reason i''m asking is 100% pure curiosity :)
2006 Jul 14
2
Configuration search order
Hi
I''m in the process of deciding how a plugin should be designed to make
configuration as easy as possible. Right now I require the plugin from
init.rb, and set some configuration options (as class attribute
accessors) from environment.rb. Then I tried setting these from
environments/development.rb instead, and to my surprise this didn''t
work. It said the class in question