Sha256: a8816c531b78ec9a6ccaa4763fa53b8514d141ff81fbc2f3033bf6da6dc50244
Contents?: true
Size: 211 Bytes
Versions: 3
Compression:
Stored size: 211 Bytes
Contents
#!/usr/bin/env ruby # This script will create an editor in a RAILS_ROOT require "rails-editor" path = ARGV[0] args = path.nil? ? {:rails_root => ENV['PWD']} : {:rails_root => path} RailsEditor.new(args).create
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RailsEditor-0.0.27 | bin/RailsEditor |
RailsEditor-0.0.28 | bin/RailsEditor |
RailsEditor-0.0.29 | bin/RailsEditor |