diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-05-07 15:54:30 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-05-07 15:54:30 +0200 |
commit | 33008ab9d2a597e8ffd58470aab08c9595614835 (patch) | |
tree | 11bb4f44d07a2c7c8485c9246eb843aa68c0247d /guides | |
parent | 54644f2e783338c982e724f5f7e9eef0a36d0079 (diff) | |
download | rails-33008ab9d2a597e8ffd58470aab08c9595614835.tar.gz rails-33008ab9d2a597e8ffd58470aab08c9595614835.tar.bz2 rails-33008ab9d2a597e8ffd58470aab08c9595614835.zip |
according to @fxn it's ERB not ERb.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/3_0_release_notes.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md index ebe8847168..d34bfdc860 100644 --- a/guides/source/3_0_release_notes.md +++ b/guides/source/3_0_release_notes.md @@ -342,7 +342,7 @@ Helpers that do something else, like `cache` or `content_for`, are not affected * Helpers now output HTML 5 by default. * Form label helper now pulls values from I18n with a single value, so `f.label :name` will pull the `:name` translation. * I18n select label on should now be :en.helpers.select instead of :en.support.select. -* You no longer need to place a minus sign at the end of a ruby interpolation inside an ERb template to remove the trailing carriage return in the HTML output. +* You no longer need to place a minus sign at the end of a ruby interpolation inside an ERB template to remove the trailing carriage return in the HTML output. * Added `grouped_collection_select` helper to Action View. * `content_for?` has been added allowing you to check for the existence of content in a view before rendering. * passing `:value => nil` to form helpers will set the field's `value` attribute to nil as opposed to using the default value @@ -611,4 +611,3 @@ Credits See the [full list of contributors to Rails](http://contributors.rubyonrails.org/) for the many people who spent many hours making Rails 3. Kudos to all of them. Rails 3.0 Release Notes were compiled by [Mikel Lindsaar](http://lindsaar.net.) - |