aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-04-14 20:39:07 +0200
committerXavier Noria <fxn@hashref.com>2013-04-14 20:39:07 +0200
commit6b3bc33e1cb85cb55d1d15c6aa9cf241bd8c2ee2 (patch)
treef1f3f914c85b6825efbebd5c9472ceba968dfa59 /History.txt
parent933ea218116645eafaf3b7ea5695520db0f9d9ba (diff)
downloadrails-6b3bc33e1cb85cb55d1d15c6aa9cf241bd8c2ee2.tar.gz
rails-6b3bc33e1cb85cb55d1d15c6aa9cf241bd8c2ee2.tar.bz2
rails-6b3bc33e1cb85cb55d1d15c6aa9cf241bd8c2ee2.zip
ActiveRecord -> Active Record
As per the Rails documentation guidelines.
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 66e2c73be7..88cfecd5ea 100644
--- a/History.txt
+++ b/History.txt
@@ -184,7 +184,7 @@
* Introduced "SQL compilers" for query generation.
* Added support for Oracle (Raimonds Simanovskis) and IBM/DB (Praveen Devarao).
- * Improvements to give better support to ActiveRecord.
+ * Improvements to give better support to Active Record.
== 0.2.1 / 2010-02-05
@@ -195,7 +195,7 @@
== 0.2.0 / 2010-01-31
* Ruby 1.9 compatibility
- * Many improvements to support the Arel integration into ActiveRecord (see `git log v0.1.0..v0.2.0`)
+ * Many improvements to support the Arel integration into Active Record (see `git log v0.1.0..v0.2.0`)
* Thanks to Emilio Tagua and Pratik Naik for many significant contributions!
== 0.1.0 / 2009-08-06