[Radiant] Rradiant gem 0.6.9: undefined local variable or method `salt' for #User:0x25542e8

2008-09-02 Thread rainer griess
Hello, after upgrading to a newer gem (to 0.6.9 w/ rails 2.1.0 from 0.6.4 w/ rails 2.x), I get the following error, during login: --%-- undefined local variable or method `salt' for #User:0x25542e8 /Library/Ruby/Gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/

Re: [Radiant] Rradiant gem 0.6.9: undefined local variable or method `salt' for #User:0x25542e8

2008-09-02 Thread Casper Fabricius
Hi Rainer, Sounds like you haven't upgraded the database? Try with a: rake db:migrate RAILS_ENV=production Cheers, Casper Fabricius On 02/09/2008, at 11:08, rainer griess wrote: Hello, after upgrading to a newer gem (to 0.6.9 w/ rails 2.1.0 from 0.6.4 w/ rails 2.x), I get the following

Re: [Radiant] Rradiant gem 0.6.9: undefined local variable or method `salt' for #User:0x25542e8

2008-09-02 Thread rainer griess
Uh man, thank you! I did it a thousand times during my tryings but missed it this time. That solved the problem! Thank you very much, rainer On 02.09.2008, at 11:19, Casper Fabricius wrote: Hi Rainer, Sounds like you haven't upgraded the database? Try with a: rake db:migrate