diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-10-11 20:31:14 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-10-11 20:31:14 -0200 |
commit | 933f745dcb107cea19e2552e3c6241a886c9984e (patch) | |
tree | c7c80579a815fd5d39ab1e88764029cf0f75c3b4 /railties | |
parent | 708e09448ba41c45f189c6b1adc989eba8994b20 (diff) | |
download | rails-933f745dcb107cea19e2552e3c6241a886c9984e.tar.gz rails-933f745dcb107cea19e2552e3c6241a886c9984e.tar.bz2 rails-933f745dcb107cea19e2552e3c6241a886c9984e.zip |
Railties changelog updated with -j parameter
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index b38a9ce750..358a7694b9 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.1.0 (unreleased)* +* Added -j parameter with jquery/prototype as options. Now you can create your apps with jquery using `rails new myapp -j jquery`. The default is still prototype. [siong1987] + * Added Rack::Etag and Rack::ConditionalGet to the default middleware stack [José Valim] * Added Rack::Cache to the default middleware stack [Yehuda Katz and Carl Lerche] |