filenames hin und her... (warning notice came a bit late)
---
<% render 'something' %> within layout
pre 2.3 => 'something.html.erb'
post 2.2 => '_something.html.erb'
---
'DEPRECATION WARNING: Calling render with a string will render a partial from Rails 2.3. Change this call to render(:file => 'answers/new', :locals => locals_hash)..'
No comments:
Post a Comment