aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorMatt Duncan <mrduncan@gmail.com>2010-02-05 18:46:37 -0500
committerMatt Duncan <mrduncan@gmail.com>2010-02-05 18:46:37 -0500
commit7e26809d0918a32f72cc072e8b6ebeab147b9422 (patch)
treec404bc8ed00e936724b7bf2e0680f04e10a225dd /railties/guides/source/3_0_release_notes.textile
parent2fb4bc31e24f83f1f813b7b80ff73520c191d752 (diff)
downloadrails-7e26809d0918a32f72cc072e8b6ebeab147b9422.tar.gz
rails-7e26809d0918a32f72cc072e8b6ebeab147b9422.tar.bz2
rails-7e26809d0918a32f72cc072e8b6ebeab147b9422.zip
Fix spelling in release notes
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r--railties/guides/source/3_0_release_notes.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 68edfc18d9..02abd85125 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -7,7 +7,7 @@ But seriously now, it's really good stuff. There are all the good ideas brought
Even if you don't give a hoot about any of our internal cleanups, Rails 3.0 is going to delight. We have a bunch of new features and improved APIs. It's never been a better time to be a Rails developer. Some of the highlights are:
* Brand new router with an emphasis on RESTful declarations
-* New Action Mailer API modelled after Action Controller (now without the agonizing pain of sending multipart messages!)
+* New Action Mailer API modeled after Action Controller (now without the agonizing pain of sending multipart messages!)
* New Active Record chainable query language built on top of relational algebra
* Unobtrusive JavaScript helpers with drivers for Prototype, jQuery, and more coming (end of inline JS)
* Explicit dependency management with Bundler
@@ -469,7 +469,7 @@ Active Resource was also extracted out to Active Model allowing you to use Activ
* Fix <tt>ActiveResource::ConnectionError#to_s</tt> when +@response+ does not respond to #code or #message, handles Ruby 1.9 compat.
* Add support for errors in JSON format.
* Ensure <tt>load</tt> works with numeric arrays.
-* Recognises a 410 response from remote resource as the resource has been deleted.
+* Recognizes a 410 response from remote resource as the resource has been deleted.
* Add ability to set SSL options on Active Resource connections.
* Setting connection timeout also affects +Net::HTTP+ <tt>open_timeout</tt>.