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

fixes spelling of jQuery and Prototype

This commit is contained in:
Xavier Noria 2010-10-12 22:57:13 +02:00
parent 25a2909355
commit 2561c6ae64

View file

@ -1,6 +1,6 @@
*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 -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]