diff options
author | Xavier Noria <fxn@hashref.com> | 2010-02-05 10:23:16 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-02-05 10:23:16 +0100 |
commit | 2388753ba7e342358a964aa962434f3aed8d9208 (patch) | |
tree | e9cdb45703b36cb723ecac9894ad4605fb5ec200 | |
parent | b1af06ecac7e46ad3ea7e7084810bc2c4fa247d7 (diff) | |
download | rails-2388753ba7e342358a964aa962434f3aed8d9208.tar.gz rails-2388753ba7e342358a964aa962434f3aed8d9208.tar.bz2 rails-2388753ba7e342358a964aa962434f3aed8d9208.zip |
release notes: adds a missing period
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index 4a5c3f81ef..db85ee0f2b 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -509,7 +509,7 @@ These are the main changes in Active Support: * <tt>String#to_time</tt> and <tt>String#to_datetime</tt> handle fractional seconds. * Added support to new callbacks for around filter object that respond to <tt>:before</tt> and <tt>:after</tt> used in before and after callbacks. * The <tt>ActiveSupport::OrderedHash#to_a</tt> method returns an ordered set of arrays. Matches Ruby 1.9's <tt>Hash#to_a</tt>. -* <tt>MissingSourceFile</tt> exists as a constant but it is now just equals to <tt>LoadError</tt> +* <tt>MissingSourceFile</tt> exists as a constant but it is now just equals to <tt>LoadError</tt>. * Added <tt>Class#class_attribute</tt>, to be able to declare a class-level attribute whose value is inheritable and overwritable by subclasses. * Finally removed +DeprecatedCallbacks+ in <tt>ActiveRecord::Associations</tt>. |