diff options
author | Joost Baaij <joost@spacebabies.nl> | 2011-08-23 14:18:06 +0200 |
---|---|---|
committer | Joost Baaij <joost@spacebabies.nl> | 2011-08-23 14:18:06 +0200 |
commit | 707378c4892a4666c8b7ed73bef577338bca3c38 (patch) | |
tree | 0344d0c8b08497db8470e0be1662e8ab48d4d7d6 /railties | |
parent | c46befbce300722650e324047a9342f628acc36d (diff) | |
download | rails-707378c4892a4666c8b7ed73bef577338bca3c38.tar.gz rails-707378c4892a4666c8b7ed73bef577338bca3c38.tar.bz2 rails-707378c4892a4666c8b7ed73bef577338bca3c38.zip |
removed the link to my blog to help stop endless comments
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 092ca90a30..d2bfcfdbb4 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1890,7 +1890,7 @@ h3. Changelog * April 26, 2011: Change migration code from +up+, +down+ pair to +change+ method by "Prem Sichanugrist":http://sikachu.com * April 11, 2011: Change scaffold_controller generator to create format block for JSON instead of XML by "Sebastian Martinez":http://www.wyeworks.com -* August 30, 2010: Minor editing after Rails 3 release by "Joost Baaij":http://www.spacebabies.nl +* August 30, 2010: Minor editing after Rails 3 release by Joost Baaij * July 12, 2010: Fixes, editing and updating of code samples by "Jaime Iniesta":http://jaimeiniesta.com * May 16, 2010: Added a section on configuration gotchas to address common encoding problems that people might have by "Yehuda Katz":http://www.yehudakatz.com * April 30, 2010: Fixes, editing and updating of code samples by "Rohit Arondekar":http://rohitarondekar.com |