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:
parent
25a2909355
commit
2561c6ae64
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue