James Britt
2007-Aug-15 07:04 UTC
[Cruisecontrolrb-users] Cruisecontrol not liking masterview plugin
Hi. I have a Rails app that uses the MasterView template library. Running rake to test the code works fine if I do it by hand in the "work" directory, so the code as pulled from svn seems OK. However, when Cruisecontrol runs rake, it breaks when executing the Masterview plugin initializer file. I get this error: uninitialized constant MasterView::Configuration::ActionController The file (vendor/plugins/masterview/lib/masterview/initializer.rb) should be parsed in the context of Rails (so a reference to ActionController should be fine), but it seems not the case when CC is executing the tests. Suggestions? Has anyone seen this or similar issues with Rails plugins? Thanks, James