This project is archived and is in readonly mode.
[PATCH] script/runner should accept a URI
Reported by Lytol | April 20th, 2009 @ 12:46 AM | in 2.x
We often like to run one-off reports and scripts from a URL (such as a gist).
script/runner http://gist.github.com/98228.txt
Patch attached -- using open-uri.
Comments and changes to this ticket
-
Roland Moriz April 11th, 2010 @ 03:05 AM
Do we really need this inside Rails?
what about e.g.
script/runner "
curl -s --get http://gist.github.com/98228.txt
" -
Roland Moriz April 11th, 2010 @ 03:06 AM
- Assigned user set to Ryan Bigg
-
Ryan Bigg April 11th, 2010 @ 03:08 AM
- State changed from new to wontfix
If you want this functionality you could make a plugin or a gem that provides a script to do it.
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>