Cyrax
Cyrax is microframework to build layered architecture, one of the core concepts of Domain Driven Design
Installation
Add this line to your Gemfile.
Rails 4:
gem 'cyrax', '~> 0.7.6'
Rails 3:
gem 'cyrax', '~> 0.3.8'
Usage
Look at example
folder.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Thanks for using Cyrax!
Hope, you'll enjoy Cyrax!
Cheers, Droid Labs.