Hi!

I tried to make my site, which is based on lovdbyless, run on the new
Rails 2.2.2. Within this process I fixed the known issue: "Seem to
have found the problem, in lib\less_form_builder.rb on line 32, the
method ActionView::Helpers::InstanceTag.new takes one less parameter
in 2.2 (the one set to nil).
Removed that and now it all seems to work just fine ;)" (kaskado)

But unfortunately it doesn't work fine an produces the following error
instead:

NameError in AccountsController#login

uninitialized constant FileColumn::ClassMethods::Inflector

RAILS_ROOT: ***
Application Trace | Framework Trace | Full Trace

/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:442:in `load_missing_constant'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:77:in `const_missing'
vendor/plugins/file_column/lib/file_column.rb:619:in `file_column'
app/models/profile.rb:83
app/models/user.rb:114:in `authenticated?'
app/models/user.rb:100:in `authenticate'
app/controllers/accounts_controller.rb:25:in `login'
Request

Parameters:

{"user"=>{"login"=>"admin",
 "password"=>"***",
 "email"=>""},
 "commit"=>"Login",
 "login"=>"admin",
 "password"=>"***"}

Show session dump

---
flash: !map:ActionController::Flash::FlashHash {}


Response

Headers:

{"cookie"=>[],
 "Content-Type"=>"",
 "Cache-Control"=>"no-cache"}


It would be great, if someone could give me a hand there.


Kind regards,
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Lovd by Less" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lovdbyless?hl=en
Who loves ya baby?
-~----------~----~----~----~------~----~------~--~---

Reply via email to