Sha256: ad678c53a421e93c8d8b9e29dddb2614a4dd3cfb56def8c7f13783472c59ac7f
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 KB
Contents
Copyright 2005, by The Rubyists (bougyman,trey,deathsyn)* Licensed under the Gnu Public License, which should be included in licence/GPL.txt. If you did not receive this licence file you can contact the author for a copy at bougy dot man at gmail dot com, or see the latest version at http://www.gnu.org/copyleft/gpl.html. This is a little command wrapper for screen + vim to give you a nice IDE session for rails development. Console junkies should like it, but through the use of Escreen it can be GUI friendly as well. After installing the gem, change to a rails_root and run the command: RailsEditor The gem install should have linked RailsEditor to a location in your run path Then you'll have ./script/editor available ./script/editor -? for usage (from the RAILS_ROOT). BASIC USAGE This is most likely only useful for console junkies, but may help for any vim user in a pinch that has to make console edits (ssh or what-not). On startup you'll have a variety of windows set up for rails development. Many will have VIM sessions in File Browser mode, others will be shells dedicated to a certain task. In Screen 1 you'll have a ./script/console session that will restart itself on exit. The ide gets more powerful for experienced 'screen' users with split screen modes and other goodies. SPLIT SCREEN A new caption line will appear when you split screens in 'screen' (ctrl-a S). At this time there is no way to remove the hardstatus global statusline automatically, so i've bound F8 and F9 to turning on and off (respectively) the hardstatus line to avoid duplicate statusbars. * tj vanderpoel,trey dempsey,kevin berry
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RailsEditor-0.0.23 | README.rails-editor |
RailsEditor-0.0.21 | README.rails-editor |
RailsEditor-0.0.22 | README.rails-editor |