0.9.1
FIX - Added app/assets
to include_paths
configuration.
This provides a friendlier path when starting with a new Rails app, which assumes that your assets are all located in app/assets
. Proscenium makes no such assumption, and you can actually put your assets anywhere you want. But at least this addition means it is a little easier to move to Proscenium.
DOCS - Created a guide to getting started with a new Rails app.
Full Changelog: v0.9.0...v0.9.1