public
Description: Collection of code snippets for use in gedit to work with Ruby, Rails, Javascript and so on...
Homepage: http://github.com/cassiomarques/gedit-snippets/tree/master
Clone URL: git://github.com/cassiomarques/gedit-snippets.git
name age message
file .gitignore Loading commit data...
file README
file install.sh
directory snippets/
README
WHAT
====
Some gedit code snippets for use with the Gedit Snippets plugin (http://live.gnome.org/Gedit/Plugins/Snippets)

Actually is has some snippets I use in a daily basis, including support for .rhtml/.html.erb, .js, .html and .rb files. 
More snippets comming soon.

For Ruby files, it has some support for rspec and factory_girl.

HOW
===

You can run (here, backup is automatic):

$ sh install.sh

OR

Just copy the files under the snippets folder to ~/.gnome2/gedit/snippets

LEARN
=====
Just go to the gedit "tools" menu, then "manage snippets" and take a look at what's available.
You can find more information about how to use the snippets and the Gedit Snippets plugin at 
http://live.gnome.org/Gedit/Plugins/Snippets