Sha256: 54b09cd0648573e1e960f4ffa0a69cbc4ad0e44e0d62fa5b6d4c401820342b14

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

#!/usr/bin/env ruby
# This script will create an editor in a RAILS_ROOT

path = ARGV[0]
args = path.nil? ? {:rails_root => ENV['PWD']} : {:rails_root => path}
RailsEditor.new(args).create

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
RailsEditor-0.0.21 bin/RailsEditor
RailsEditor-0.0.22 bin/RailsEditor
RailsEditor-0.0.23 bin/RailsEditor
RailsEditor-0.0.24 bin/RailsEditor
RailsEditor-0.0.25 bin/RailsEditor
RailsEditor-0.0.26 bin/RailsEditor