It looks like you have a problem at application.rb:25.

2009/5/20 Alisson Ffff <[email protected]>

>
> Colin Law wrote:
> > A quick google search tells me that start_form_tag was deprecated in
> > rails
> > 1.2 and removed in 2.0.  You will have to use form_tag or form_for
> >
> > Colin
> >
> > 2009/5/20 Alisson Ffff <[email protected]>
>
> thank you! now is working
>
> but! I Have another error:
>
> Processing LoginController#fazer_login (for 192.168.3.210 at 2009-05-20
> 10:45:08) [GET]
>   Session ID:
> BAh7BzoNYWRtaW5faWQwIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG
>
> bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--3bd311895e76970821167fa81e5aec46e3ec581d
>  Parameters: {"action"=>"fazer_login", "controller"=>"login"}
> Rendering template within layouts/layout_login
> Rendering login/fazer_login
> Rendered layouts/_rodape (0.00001)
>
>
> NoMethodError (undefined method `[]=' for nil:NilClass):
>    /app/controllers/application.rb:25:in `set_charset'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/callbacks.rb:173:in
> `send'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/callbacks.rb:173:in
> `evaluate_method'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/callbacks.rb:161:in
> `call'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:624:in
> `run_after_filters'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:581:in
> `call_filters'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:572:in
> `perform_action_without_benchmark'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:68:in
> `perform_action_without_rescue'
>    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:68:in
> `perform_action_without_rescue'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/rescue.rb:201:in
> `perform_action_without_caching'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:13:in
> `passenger_orig_perform_action'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in
> `cache'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/query_cache.rb:8:in
> `cache'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:12:in
> `passenger_orig_perform_action'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/railz/request_handler.rb:60:in
> `perform_action'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:529:in
> `send'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:529:in
> `process_without_filters'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:568:in
> `process_without_session_management_support'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/session_management.rb:130:in
> `process'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:389:in
> `process'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:149:in
> `handle_request'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:107:in
> `dispatch'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:104:in
> `synchronize'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:104:in
> `dispatch'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:120:in
> `dispatch_cgi'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:35:in
> `dispatch'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/railz/request_handler.rb:45:in
> `process_request'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_request_handler.rb:203:in
> `main_loop'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/railz/application_spawner.rb:340:in
> `start_request_handler'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/railz/application_spawner.rb:298:in
> `handle_spawn_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/utils.rb:181:in
> `safe_fork'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/railz/application_spawner.rb:296:in
> `handle_spawn_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:337:in
> `__send__'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:337:in
> `main_loop'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:187:in
> `start_synchronously'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:154:in
> `start'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/railz/application_spawner.rb:192:in
> `start'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/spawn_manager.rb:257:in
> `spawn_rails_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server_collection.rb:126:in
> `lookup_or_add'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/spawn_manager.rb:251:in
> `spawn_rails_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server_collection.rb:80:in
> `synchronize'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server_collection.rb:79:in
> `synchronize'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/spawn_manager.rb:250:in
> `spawn_rails_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/spawn_manager.rb:153:in
> `spawn_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/spawn_manager.rb:282:in
> `handle_spawn_application'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:337:in
> `__send__'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:337:in
> `main_loop'
>
>  
> /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:187:in
> `start_synchronously'
>
>  /usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/bin/passenger-spawn-server:61
>
> Rendering /var/www/SGR/public/500.html (500 Internal Server Error)
>
> Attachments:
> http://www.ruby-forum.com/attachment/3717/erro_ruby2.txt
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to