Displaying 1 result from an estimated 1 matches for "environmennt".
Did you mean:
environment
2006 Jun 05
1
script/console LoadError - ''no such file to load''
...uby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
''require__'': No such file to load --
./script/../config/../config/environment (LoadError)
[/code]
I''m a little new to Rails, but it appears to me that the path to the
required file is incorrect. The ''environmennt.rb'' file is inside the
config folder, which is a sibling to the script folder, while the error
states that rails is looking for a config folder that is two levels up
from the script folder. Does this seem to be the case to anyone else? If
so, what can be done about this?
For reference...