Displaying 2 results from an estimated 2 matches for "ameerror".
Did you mean:
nameerror
2006 Jun 08
1
Test errors
...e code and checked syntax so not sure where it''s
wrong. I thought I''d throw it out since I"m new to ROR and the error didn''t
look too bad ;), perhaps someone would have a better understanding of what
it''s saying.
1) Error:
est_send_new_password(UserTest):
ameError: uninitialized constant Notifications
c:/instantrails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1
/lib/active_support/dependencies.
b:123:in `const_missing''
c:/instantrails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1
/lib/active_support/dependencies.
b:131:in `const_missing...
2006 May 30
1
Error in mongrel_rails script with Cygwin/Mongrel/Rails
...t dependencies clause)to get rails.
Using mongrel via simpletest.rb works just fine but when I attempt to
run mongrel_rails, I get the following error:
$ mongrel_rails
/usr/lib/ruby/gems/1.8/gems/gem_plugin-0.2.1/lib/gem_plugin.rb:109:in
`load'': uninitialized constant Gem::SourceIndex (N
ameError)
from /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/bin/mongrel_rails:191
from /usr/bin/mongrel_rails:19
Which I think is on this line in the script:
GemPlugin::Manager.instance.load "mongrel" => GemPlugin::INCLUDE,
"rails" => GemPlugin::EXCLUDE
Perhaps I missed installin...