ui-alchemy / ui_alchemy-rails

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

Engine #123

Closed ehelms closed 11 years ago

ehelms commented 11 years ago

Switch 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.

jtomasek commented 11 years ago

Builds and works succesfully. Tested with Conductor and Winged Monkey. ACK

knowncitizen commented 11 years ago

Mind doing a write up on how you did it and how we use it? ACK otherwise.