Displaying 2 results from an estimated 2 matches for "master_worker_test".
2007 Dec 21
0
rake test:plugins gives uninitialized constant RAILS_ROOT
...backgroundRb.I am getting an error
when i run the task "rake test:plugin". Any idea why I am getting this?
Here is the error message:
/usr/bin/ruby1.8 -Ilib:test
"/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake/rake_test_loader.rb"
"vendor/plugins/backgroundrb/test/master_worker_test.rb"
"vendor/plugins/backgroundrb/test/backgroundrb_test.rb"
"vendor/plugins/backgroundrb/test/meta_worker_test.rb"
/home/kenglish/workspace/brbtest/vendor/plugins/backgroundrb/lib/backgroundrb.rb:4:
uninitialized constant RAILS_ROOT (NameError)
from
/usr/local/lib...
2008 Jan 22
11
Unable to load Models which reference plugins?
I''m using a plugin which adds a method to ActiveRecord::Base
http://similetimelinerailshelper.googlecode.com/svn/trunk/simile_timeline/
This adds an "acts_as" type declaration to the Models, via the file in
vendor/plugins/simile_timeline/lib/simile_timeline.rb Rails is working
with these declarations, and they are being used successfully in
''regular