Commit 98e92d9617a6729660573ea88d67fe9232e5adc1

Authored by Maurilio Atila
Committed by Antonio Terceiro
1 parent 44c5e53b

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

This fixes running the rails console when you are not on Ruby 1.9
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 -#!/usr/bin/env ruby1.9.1 1 +#!/usr/bin/env ruby
2 # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. 2 # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3 3
4 APP_PATH = File.expand_path('../../config/application', __FILE__) 4 APP_PATH = File.expand_path('../../config/application', __FILE__)