> Hi everyone, I started a thread about this a couple of weeks ago and > just now got back to trying to work on it. I still get a NameError > anytime I run rake test:extensions, even on a brand new instance with > no changes to the default radiant or extension code. Now, from what I > recall from the previous thread, whether or not I'm running Radiant in > instance mode or application mode shouldn't matter -- that's true, > right?
Works for me (there's bugs with needing to have your dev db fully migrated before your test db will work, but that won't give the errors you're getting). The only explanation I can think of is that your gem install is stuffed in some way. Do you have the file: /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.1/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb That's what your error message is complaining about. Dan. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
