aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 7f1c6ad747..abadeb693f 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,10 +1,11 @@
-*SVN*
+*Edge*
-* Consolidate error messages for missing gems, and skip them when running rake gems:* tasks. [rick]
+* Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [DHH]
-* Use a system command to install gems, since GemRunner exits the ruby process. #210 [Tim Morgan]
+* Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
-*2.1.0 RC1 (May 11th, 2008)*
+
+*2.1.0 (May 31st, 2008)*
* script/dbconsole fires up the command-line database client. #102 [Steve Purcell]