20
October
2010

Gedit-Rails

Tagged: Rails Gedit
Comments
Facebook_share Twitter_share Reddit_share
Gedit is the default text editor in gnome, which is an impressive editor that I use to do all of my rails development, but its missing some small features like .erb highlighting etc... that where holding it back from being a full blown Rails IDE.

I came across a repo on github that provided all the features required to make gedit a proper IDE.

http://github.com/mig/gedit-rails

When I first came across it it was outdated (still used rhtml in hotkeys etc...) so naturally I forked it and updated it.

First off I got rid of the install.sh and replaced it with a Rakefile so that it "conforms" to a more ruby like approach.

After an issue was raised on the parent for the rhtml issue I corrected it and a few other things in the hotkeys. Another git user forked the parent and created an unistall.sh, which although its nice isn't really inline with the way things in ruby tend to work, so I altered my Rakefile to include the task for uninstalling as well.

All but the Uninstall task have been pulled back into the parent repo so please use that one instead of my fork (until I add any new features to my fork).

Ive not had any problems with gedit-rails on a day to day basis, although other than the extra highlighting and the syntax snippets I don't really use it, I find having to pause to try and remember the keyboard shortcuts slows me down.
blog comments powered by Disqus
Html5-badge-h-css3-graphics-semantics
CSS Based on Twitters Bootstrap

88x31
All Content is written by Adam Laycock (Arcath) unless otherwise stated.

A little bit About Me

I am an IT Technician working in Primary Schools, I spend my time outside work writing programs, normally they end up bieng bots and other web based dodads