Rend is an open source project aimed at porting over various PHP Zend Framework components into Ruby.
Rend is a meta-gem which currently includes (depends on) the following gems:
Each of these gems can be installed separately and actived in isolation with the gem command. This allows one to pick and choose which Rend components they would like to use in their projects or gems.
Conversely, one can simply include all available Rend components by installing this gem.
$ gem install rend
- 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
- All ported Ruby code and assoicated 'Rend' gems are under a simple New-BSD License.
- Original PHP code is licensed under Zend's New-BSD License.
- This license can be found in
./ZEND_FRAMEWORK_LICENSE.txt
- This license can be found in
- This project is not associated with, or endorsed by, Zend Technologies USA, Inc., nor any of its contributors.
- Rend's modular design was heavily influced by RSpec approach.