public
Description: A collection of scripts and configuration files that make gedit a more rails-friendly IDE
Clone URL: git://github.com/mig/gedit-rails.git
Search Repo:
name age message
folder README.textile Sun Sep 07 21:05:27 -0700 2008 added a readme [mig]
folder erb.lang Fri Mar 14 10:54:32 -0700 2008 change rhtml to erb in one of the xml tags [Matt Swasey]
folder install.sh Wed Jul 16 20:05:44 -0700 2008 Fix copy bug [hans]
folder plugins/ Wed Apr 02 16:31:19 -0700 2008 Improved install script. Added YAML mime type ... [Matt Swasey]
folder rails.xml Wed Aug 27 01:47:10 -0700 2008 Register *.yaml as valid YAML glob. [Hongli Lai (Phusion)]
folder snippets/ Fri Jun 13 06:37:44 -0700 2008 Added Ruby Shoulda snippets [felipemesquita]
folder yaml.lang Wed Apr 02 16:31:19 -0700 2008 Improved install script. Added YAML mime type ... [Matt Swasey]
README.textile

Gedit-Rails

This package provides some helpful plugins and language definitions, for developing ruby and ruby on rails applications with gedit, the default gtk text/source editor. While gedit, in it’s default state, is a very vanilla text editor, it can be extended through plugins, written either in Python or C, making it a very simple but powerful development environment.

After cloning this repo, simply run the provided install.sh script, and the plugins and language definitions will be applied for you.

One other thing I would suggest, you can get emacs like navigation keys by setting desktop/gnome/interface/gtk_key_theme to “Emacs” in gconf.

If you have a particular plugin, snippet, or any other configuration tweak, you find helpful in transforming gedit into a ruby development environment, please fork this repository and contribute.

Further, if you like pretty colors, check out my other gedit repo, gedit-themes!