search for: check_ruby_version

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

2006 Apr 10
0
specify include directory
...ng able to find the required modules. In boot.rb, I deleted the "require ''rubygems'' line, as Gems is not installed on the server. I also specified the full path (/usr/share/rails/railties/lib/) to the initializer.rb file, which in turn exits with an error while trying to find check_ruby_version. So, specifying the full path at every require isn''t a good thing to do, I guess. Where can I specify the path at wich Rails (or is it Ruby) is looking for required modules? Thanks a lot -- Posted via http://www.ruby-forum.com/.
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