[Rails-core] Re: constant ActionView::Base::Subclasses::MainController not defined

2009-10-09 Thread Michael Koziarski
> When I go to action_view/base.rb and remarked this line: > Subclasses.class_eval do >   remove_const(name) if const_defined?(name) >   const_set(name, self) > end > > It seems to work fine again. Can you create a ticket for this and assign it to yehuda? He's been trying to get that block of co

[Rails-core] Re: ActiveRecord tests failing with Ruby 1.9

2009-10-09 Thread Liping Huang
sqlite3 can't run on ruby1.9. 2009/10/10 Chad Woolley > > Running geminstaller against ci/geminstaller.yml should install > correct versions. Bundler is a great way to manage this, but not in > use on 2-3 branch and not fully in use on master, so geminstaller is > what the rails ci boxes still

[Rails-core] Re: ActiveRecord tests failing with Ruby 1.9

2009-10-09 Thread Chad Woolley
Running geminstaller against ci/geminstaller.yml should install correct versions. Bundler is a great way to manage this, but not in use on 2-3 branch and not fully in use on master, so geminstaller is what the rails ci boxes still use. Sorry for top post, on iPhone On Thursday, October 8, 2009,

[Rails-core] constant ActionView::Base::Subclasses::MainController not defined

2009-10-09 Thread Joshua Partogi
Hi all, Today I checked out the latest version 3.0 and it currently breaks my app. When I open my app from the browser I encounter this error: NameError in MainController#index constant ActionView::Base::Subclasses::MainController not defined /rails/actionpack/lib/action_view/base.rb:242:in `re