Error in authentasaurus

i developed one simple application using Authentasaurus plugin. it
generates a default admin, but when i want to access my account it gives
the follwing erroe

c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.5/lib/action_controller/base.rb:841:in
render_with_no_layout' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.5/lib/action_controller/layout.rb:269:inrender_without_benchmark’
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.5/lib/action_controller/benchmarking.rb:51:in
render' c:/ruby/lib/ruby/1.8/benchmark.rb:293:inmeasure’
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.5/lib/action_controller/benchmarking.rb:51:in
render' app/controllers/user_sessions_controller.rb:24:increate’
app/controllers/user_sessions_controller.rb:17:in create'-e:2:inload’-e:2

can anyone suggest me to rectify this error in my application

regards,
rajendra prasad

It’s pretty hard to help when you’ve cut off the error message. The
text immediately above the backtrace is the most important part…

Even without that, however, my first advice would be to upgrade your
Rails version. Running on 2.0.5 is going to mean that most plugins you
find won’t work, and you’ll be tripping over bugs the community has
already fixed.

–Matt J.

On Aug 5, 2:50 pm, Rajendra B. [email protected]