I think this is something to do with the user monitor - the login
engine doesn't add any 'current_user' method to the User model at
all...

- james

On 7/28/06, gwen campbell <[EMAIL PROTECTED]> wrote:
> James Adam wrote:
> > Did you follow the README, particularly the lines talking about adding
> > certain include lines to ApplicationHelper?
> >
> Thank you for the response!
>
> I installed the Login Engine per the instructions in the README, yes. If
> by "certain include lines to ApplicationHelper", you mean
>
>         include LoginEngine
>
> I did indeed add it. If there are multiple lines to be added, I am
> definitely missing them. I just tried grepping the README file, and am
> only coming up with that one include.
>
> The problem may actually be with usermonitor, rather than with
> login_engine :(
>
> The full trace, if it offers any additional clues, is:
>
> NoMethodError in ClientsController#update
>
> undefined method `current_user' for User:Class
> RAILS_ROOT: ../config/..
>
> Application Trace | Framework Trace | Full Trace
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/base.rb:1129:in
> `method_missing'
> #{RAILS_ROOT}/lib/usermonitor.rb:24:in `update'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/base.rb:1718:in
> `create_or_update_without_callbacks'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/callbacks.rb:249:in
> `create_or_update'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/base.rb:1392:in
> `save_without_validation'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/validations.rb:724:in
> `save_without_transactions'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/transactions.rb:126:in
> `save'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/transactions.rb:126:in
> `transaction'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/transactions.rb:91:in
> `transaction'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/transactions.rb:118:in
> `transaction'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/transactions.rb:126:in
> `save'
> /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/base.rb:1439:in
> `update_attributes'
> #{RAILS_ROOT}/app/controllers/clients_controller.rb:39:in `update'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:910:in
> `send'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:910:in
> `perform_action_without_filters'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/filters.rb:368:in
> `perform_action_without_benchmark'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/benchmarking.rb:69:in
> `perform_action_without_rescue'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/benchmarking.rb:69:in
> `measure'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/benchmarking.rb:69:in
> `perform_action_without_rescue'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/rescue.rb:82:in
> `perform_action'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:381:in
> `send'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:381:in
> `process_without_filters'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/filters.rb:377:in
> `process_without_session_management_support'
> /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/session_management.rb:117:in
> `process'
> /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/dispatcher.rb:38:in
> `dispatch'
> dispatch.cgi:10
> EOT
>
> Gwen
> _______________________________________________
> engine-users mailing list
> [email protected]
> http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
>


-- 
* J *
  ~
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to