I am upgrading to rails 3 and afer diong so, none of my form_for are
working. (I can not actually say not all of them are working but the
few that i have tried are not). The page loads fine but the form is
not output. This is after making the the change from <% to <%=. A
sample form is below.
I am upgrading to rails 3 and afer diong so, none of my form_for are
working. (I can not actually say not all of them are working but the
few that i have tried are not). The page loads fine but the form is
not output. This is after making the the change from <% to <%=. A
sample form is below.
Any ideas? Below is the dev log when i load that page. none of the
below seems to be related.
Started GET "/login" for 127.0.0.1 at Wed Nov 03 19:53:35 -0400 2010
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead. (called from /var/www/drugbin/app/models/user.rb:
2)
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead. (called from /var/www/drugbin/app/models/user.rb:
2)
SQL (0.6ms) describe `roles_users`
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead. (called from /var/www/drugbin/app/models/invite.rb:
16)
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead. (called from /var/www/drugbin/app/models/invite.rb:
17)
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead. (called from /var/www/drugbin/app/models/invite.rb:
18)
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead. (called from /var/www/drugbin/app/models/invite.rb:
19)
DEPRECATION WARNING: Setting filter_parameter_logging in
ActionController is deprecated and has no longer effect, please set
'config.filter_parameters' in config/application.rb instead. (called
from /var/www/drugbin/app/controllers/application_controller.rb:6)
DEPRECATION WARNING: Setting filter_parameter_logging in
ActionController is deprecated and has no longer effect, please set
'config.filter_parameters' in config/application.rb instead. (called
from /var/www/drugbin/app/controllers/application_controller.rb:17)
Processing by UserSessionsController#new as HTML
SiteSetting Load (0.3ms) SELECT `site_settings`.* FROM
`site_settings` LIMIT 1
Rendered shared/_includes_header.html.erb (4.8ms)
Rendered shared/_header_wo_login.html.erb (4.6ms)
Rendered user_sessions/new.html.erb within layouts/application
(18.4ms)
Completed 200 OK in 44ms (Views: 31.2ms | ActiveRecord: 0.9ms)