Files | Admin

Notes:

Release Name: 0.2.0

Notes:
Use any HTML template as a theme generator for your Rails app.

Installs an HTML template, and its CSS, JavaScript and image assets into
your Rails app, ready to go in an instant.

You just tell it which DOM elements are special, e.g. where to 
put the <%= yield %>, load your app in the browser and see the theme
in action.


Changes: === 0.2.0 / 2009-09-26 Major: * Using Rubigen to install files, which means you get prompted about conflicts. Commits: * Running specs no longer spews out the rubigen create/exists logs * Better checking for file vs directory? * using rubigen run install modified template files into target rails app * wired in more options to CLI * adding hoe-git plugin * Added README content