16 Feb 2011 davidw   » (Master)

Rails Application Templates

Thanks to some friends on twitter, I recently discovered RailsWizard which is a very handy way of generating new Rails applications with the "right" things included.

I liked what it did a lot, so I took the generated file and saved it as a github gist:

https://gist.github.com/829521

Which provides me with a very handy starting place for new Rails projects.  This is a great way to get some of the housekeeping out of the way before we start: ensure we're using jQuery, add some gems that I always use like exception_notifier and will_paginate, and so on.

Syndicated 2011-02-16 21:00:39 (Updated 2011-02-16 21:54:48) from David's Computer Stuff Journal

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!