diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-28 16:41:15 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-28 20:42:12 -0300 |
commit | 734792aaaab07cd7b4340b76ae66be3533088b11 (patch) | |
tree | 58e7253b32272044debfae6498418fc31cf2e5af /railties | |
parent | d63688d9e69d2440a35ab89c9b21866272a74fe3 (diff) | |
download | rails-734792aaaab07cd7b4340b76ae66be3533088b11.tar.gz rails-734792aaaab07cd7b4340b76ae66be3533088b11.tar.bz2 rails-734792aaaab07cd7b4340b76ae66be3533088b11.zip |
Merge pull request #2723 from guilleiguaran/3-1-0-changelogs
Update changelogs for Rails 3.1.0
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 76453f4e9a..6ed76974b4 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -12,6 +12,19 @@ *Rails 3.1.0 (unreleased)* +* The default database schema file is written as UTF-8. [Aaron Patterson] + +* Generated apps with --dev or --edge flags depend on git versions of +sass-rails and coffee-rails. [Santiago Pastorino] + +* Rack::Sendfile middleware is used only if x_sendfile_header is present. [Santiago Pastorino] + +* Add JavaScript Runtime name to the Rails Info properties. [DHH] + +* Make pp enabled by default in Rails console. [Akira Matsuda] + +* Add alias `r` for rails runner. [Jordi Romero] + * Make sprockets/railtie require explicit and add --skip-sprockets to app generator [José Valim] * Added Rails.groups that automatically handles Rails.env and ENV["RAILS_GROUPS"] [José Valim] |