Release Name: 0.3.1
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.3.1 / 2009-09-27
Major:
* Display sample Ruby for how to use the named yields inserted into the layout.
Minor:
* Include sample for the automatically included <%= yield(:head) %>
* passing target rails path into #new instead of #apply_to; which is renamed to #apply_to_target
* More spec cleanup
* remove script folder from expected rails apps; not required
* minor refactoring of specs
|