ui-alchemy / ui_alchemy-rails

http://www.ui-alchemy.org
MIT License
14 stars 21 forks source link

Engine - This represents a fundamental change from Alchemy as a simple git repository #122

Closed ehelms closed 11 years ago

ehelms commented 11 years ago

to a Ruby gem and Rails engine. This can still be used as a submodule (with updated pathing in the parent application) for projects still using Rails < 3.1. For Rails 3.1 and greater, the asset pipeline allows this gem to be simply added to your Gemfile and referenced as before within the application minus the symlinks.

Example App with Engine - https://github.com/ehelms/converge-ui-example/tree/engine Packaging - http://koji.katello.org/koji/packageinfo?packageID=213 Rubygems - Will be pushed to once this gets merged to master

Note: The last commit, the merge from master contains the most recent pull requests to pre-engine Alchemy.