aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_0_release_notes.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-12 09:47:41 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-12 09:47:41 +0530
commit60a961f3b639ffb4f83fcdff89e93a200f09af60 (patch)
tree3dd79979c712cd0a1f2057739b12b5c9bbe15b8e /guides/source/3_0_release_notes.md
parent947cc874be3e652eb76af1808fcf2fa692f4ace6 (diff)
downloadrails-60a961f3b639ffb4f83fcdff89e93a200f09af60.tar.gz
rails-60a961f3b639ffb4f83fcdff89e93a200f09af60.tar.bz2
rails-60a961f3b639ffb4f83fcdff89e93a200f09af60.zip
ruby -> Ruby
Diffstat (limited to 'guides/source/3_0_release_notes.md')
-rw-r--r--guides/source/3_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md
index d34bfdc860..d398cd680c 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