This project is archived and is in readonly mode.

Changeset [708e09448ba41c45f189c6b1adc989eba8994b20] by siong1987

October 11th, 2010 @ 10:47 PM

-j parameter added to rails new command.

Now you can start your apps with jquery with rails new myapp -j jquery, the default is still prototype

[#5613 state:committed]

Signed-off-by: Santiago Pastorino santiago@wyeworks.com
http://github.com/rails/rails/commit/708e09448ba41c45f189c6b1adc989...

Committed by siong1987

  • A railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery.js
  • A railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery_ujs.js
  • A railties/lib/rails/generators/rails/app/templates/public/javascripts/prototype_ujs.js
  • R railties/lib/rails/generators/rails/app/templates/public/javascripts/rails.js
  • M railties/Rakefile
  • M railties/lib/rails/generators/rails/app/app_generator.rb
  • M railties/lib/rails/generators/rails/app/templates/config/application.rb
  • M railties/lib/rails/tasks/framework.rake
  • M railties/test/generators/app_generator_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>