1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Pratik Naik d67e03871e Make ActionController#render(string) work as a shortcut for render :template => string. [#1435]
Examples:
  # Instead of render(:template => 'controller/action')
  render('controller/action')

Note : Argument must not begin with a '/', but have at least one '/'
2008-12-25 22:26:03 +00:00
actionmailer Ensure the template format is always passed to the template finder. Now we can cleanup some nasty stuff. 2008-12-21 17:24:16 -06:00
actionpack Make ActionController#render(string) work as a shortcut for render :template => string. [#1435] 2008-12-25 22:26:03 +00:00
activemodel
activerecord ActiveRecord::QueryCache middleware 2008-12-22 11:31:18 -06:00
activeresource
activesupport Add :allow_nil option to delegate [#1127 state:resolved] 2008-12-21 23:24:06 +00:00
ci
doc/template
railties
.gitignore
pushgems.rb
Rakefile
release.rb