On Mar 21, 2006, at 10:32 AM, Steven Smith wrote:
Has anyone gotten Typo to work on Edge Rails (1.1)? I have a few 1.1
specific extensions I'd like to add.
The initial error I received was:
/public/../config/environment.rb:107: undefined method
`enable_upload_progress' for ActionController::Base:Class
(NoMethodError)
so I commented the line out and added the Upload Progress plugin.
After this I receive the following error which is where I'm stuck:
uninitialized constant Plugins
#{RAILS_ROOT}/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:106:in `const_missing'
#{RAILS_ROOT}/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:133:in `const_missing'
#{RAILS_ROOT}/components/plugins/textfilters/amazon_controller.rb:1
#{RAILS_ROOT}/app/controllers/textfilter_controller.rb:113
#{RAILS_ROOT}/app/controllers/textfilter_controller.rb:112:in `each'
#{RAILS_ROOT}/app/controllers/textfilter_controller.rb:112
#{RAILS_ROOT}/app/controllers/application.rb:33
Any thoughts other than "rake unfreeze rails"? :-)
-- Kevin Ballard [EMAIL PROTECTED] http://kevin.sb.org http://www.tildesoft.com
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
