Release Name: 0.3.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.3.0 / 2009-09-27
Major:
* content_id is now a required argument of the CLI; instead of --content_id flag
* Replace some DOM content with <%= yield :some_label %> with --inside_yields:
convert_theme path/to/app path/to/rails_app content_box \
"--inside_yield=header=>#header h2" \
--inside_yield=sidebar=>#sidebar
* insert <%= yield(:head) %> at the end of the section of layouts
Minor:
* Can use css paths to identify inner html to replace with <%= yield :some_header %>.
For example, to constructor pass :inside_yields => { :some_header => "header h3" }
* removing PostInstall.txt from project
* Remove the current spec/tmp from the gem
|