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
Matt Jones 4f7e2257fe Fix several issues with code examples.
- "chaining" layouts with :only/:except removed. See #2162 for discussion.

- double render section now has working examples. Old version implied that calling render once and then falling through would give a DoubleRenderError.

- complete example for layout proc.

- cleaned up a few stray references to layouts ending in bare .erb (no format).
2009-03-12 03:07:17 -04:00
actionmailer Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
actionpack Fix some typos, including a global "seperator" -> "separator". 2009-03-12 07:29:57 +01:00
activemodel Merge commit 'mainstream/master' 2009-03-10 00:33:32 +00:00
activerecord Merge commit 'mainstream/master' 2009-03-10 00:33:32 +00:00
activeresource Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
activesupport Fix some typos, including a global "seperator" -> "separator". 2009-03-12 07:29:57 +01:00
ci
doc/template
railties Fix several issues with code examples. 2009-03-12 03:07:17 -04:00
.gitignore
pushgems.rb
Rakefile
release.rb