This project is archived and is in readonly mode.
Rails Command arguments confusion
Reported by Lenary | January 7th, 2010 @ 11:05 PM
Working on a project and rails was getting confused by the order i had the arguments in. It didn't work with options then directory, but promptly worked again when i did directory followed by options.
textgrab below
@@@ plain_text
⚡ lenary projects
☃ ruby fixingrails3/vendor/rails/railties/bin/rails -d
postgresql test-pg
no value provided for required arguments 'app_path'
⚡ lenary projects
☃ ruby fixingrails3/vendor/rails/railties/bin/rails
--database=postgresql test-pg
no value provided for required arguments 'app_path'
⚡ lenary projects
☃ ruby fixingrails3/vendor/rails/railties/bin/rails test_pg
--database=postgresql
create
create README
Comments and changes to this ticket
-
José Valim January 17th, 2010 @ 03:33 PM
- State changed from new to wontfix
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>