This project is archived and is in readonly mode.
rails runner --help documentation is off
Reported by solas | September 16th, 2010 @ 01:41 AM
rails runner --help
list the following as the shebang format to run a script:
#!/usr/bin/env /my_path_to_where_the_app_is/rails
where, at least on OS X 10.6.4, the following is required:
#!/usr/bin/env /my_path_to_where_the_app_is/rails runner
Edited by Rohit Arondekar for formating.
Comments and changes to this ticket
-
Rohit Arondekar September 16th, 2010 @ 04:39 AM
- State changed from new to duplicate
- Importance changed from to Low
Duplicate #4249 Note that the ticket also includes fixing the help output.
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>
People watching this ticket
Referenced by
- 4249 [rails3 beta] "rails runner" can't be used in shebang lines Attached is a patch that fixes the --help output to inclu...