This project is archived and is in readonly mode.

#5613 ✓committed
siong1987

adding "-j" parameter for "rails new" command

Reported by siong1987 | September 11th, 2010 @ 08:29 AM | in 3.1

it seems like there are more and more people using "jquery" as the default javascript library when they start up a new rails app.

for this patch, i removed the usual "--skip-prototype" parameter and substituted it with the "--skip-javascript" parameter. then, i added a new "-j" or "--javascript" parameter. this parameter accepts either "jquery" or "prototype".

btw, the default javascript library now is still "prototype".

Comments and changes to this ticket

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>

Referenced by

Pages