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 Jones
On Aug 5, 2:50 pm, Rajendra Bayana
<rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:> 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/layou
t.rb:269:in
> `render_without_benchmark''
> c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.5/lib/action_controller/bench
marking.rb:51:in
> `render'' c:/ruby/lib/ruby/1.8/benchmark.rb:293:in
`measure''
> c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.5/lib/action_controller/bench
marking.rb:51:in
> `render'' app/controllers/user_sessions_controller.rb:24:in
`create''
> app/controllers/user_sessions_controller.rb:17:in `create''-e:2:in
> `load''-e:2
>
> can anyone suggest me to rectify this error in my application
>
> regards,
> rajendra prasad
> --
> Posted viahttp://www.ruby-forum.com/.