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:
parent
708e09448b
commit
933f745dcb
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue