noosfero | script/rails: point shebang to `ruby` with a version

Antonio Terceiro gitlab at gitlab.com
Mon Jan 19 09:41:55 BRST 2015


Antonio Terceiro pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/98e92d9617a6729660573ea88d67fe9232e5adc1">98e92d96</a> by Maurilio Atila
script/rails: point shebang to `ruby` with a version

This fixes running the rails console when you are not on Ruby 1.9

- - - - -


Changes:

=====================================
script/rails
=====================================
--- a/script/rails
+++ b/script/rails
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby1.9.1
+#!/usr/bin/env ruby
 # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
 
 APP_PATH = File.expand_path('../../config/application',  __FILE__)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150119/e3077dd9/attachment.html>


More information about the Noosfero-dev mailing list