1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Railties changelog updated with -j parameter

This commit is contained in:
Santiago Pastorino 2010-10-11 20:31:14 -02:00
parent 708e09448b
commit 933f745dcb

View file

@ -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]