public
Fork of bougyman/rails-editor
Description: A Console based, multi user editor for rails, based on vim and GNU Screen
Homepage: http://rubyists.com
Clone URL: git://github.com/notch8/rails-editor.git
Search Repo:
name age message
folder README Sat Mar 29 13:20:17 -0700 2008 added license and reference to license in READMES [bougyman]
folder Rakefile Fri Mar 28 11:25:44 -0700 2008 added bare rails plugin [bougyman]
folder generators/ Fri Apr 11 21:10:00 -0700 2008 sneaky swapfile, removing [bougyman]
folder install.rb Sat Mar 29 13:55:28 -0700 2008 added showing readme on install [bougyman]
folder lib/ Fri Mar 28 11:25:44 -0700 2008 added bare rails plugin [bougyman]
folder license/ Sat Mar 29 13:20:17 -0700 2008 added license and reference to license in READMES [bougyman]
folder tasks/ Fri Mar 28 11:25:44 -0700 2008 added bare rails plugin [bougyman]
folder test/ Sat Mar 29 13:20:17 -0700 2008 added license and reference to license in READMES [bougyman]
folder uninstall.rb Fri Mar 28 11:25:44 -0700 2008 added bare rails plugin [bougyman]
README
RailsEditor
===========

This is an ide primarily for console junkies, but GUIusers who deploy to servers
may find some use in it as a debugging system for apps which are deployed to *nix
servers which have screen and vim (or emacs, this does support screen + emacs, as well).

In a pinch it's a bit more handy than vim by itself.

TODO: Add rails.vim on window 2 (and maybe all the editing/vim windows)
      Add auto-testing script to window 9
      Make some tests for this thing, just ported the old RailsEditor code

Example
=======

./script/editor -M -U deathsyn,trey

would start a multi-user screen which allowed users deathsyn and trey to also connect to it


Copyright (c) 2005 [The Rubyists (deathsyn, bougyman, trey)], released under the GPL (licence/GPL.txt)