Totem
Totem is a framework for creating Ruby projects. It's like having a Rails project folder without the Rails dependency.
Features:
- Ruby on Rails inspired folder structure.
- Lightweight and simple code.
- Integrated console.
- Uses built in Ruby classes and avoids depending on 3rd party gems.
- Designed for MRI and JRuby.
- Easily extensible through gems or directly in your project.
- ActiveRecord (coming soon).
- Tribe (coming soon).
- Designed for multi-threaded applications.
Installation
Add this line to your application's Gemfile:
gem 'totem'
And then execute:
$ bundle
Or install it yourself as:
$ gem install totem
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