Matrack
Introduction
Matrack is a MVC ruby mini-framework, that is modeled after rails. Matrack takes majority of its inspiration from rails but it is not by any means as complex or robust as rails.
However, matrack is a good fit for simple applications. It makes available some of the great features of rails.
Version
This is version 0.1.0 of matrack gem.
Installation
run the following command in your terminal:
$ gem install matrack -v 0.1.0
Features
- Auto genration of necessary directories and files.
- Helpers.
- Generation of controllers and corresponding views from commandline.
- Generation of models from commandline line.
- ORM
- Use of sessions
- Supports Testing.
- Custom model properties types e.g int, str, time and date.
- Starting server with the "s" or "server" keyword.
Limitations
This version of the gem does not
- support model relationships.
- implement callbacks.
- support migration generation.
- generate a schema.
- handle floating point precision numbers.
Usage
Usage information can be found here.
Sample App
This app was developed with matrack.
Feel free to check the source code or clone the repo and run it on your local machine.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/andela-oojewale/matrack.
- Fork it ( https://github.com/andela-oojewale/matrack/fork)
- 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 a new Pull Request
License
The gem is available as open source under the terms of the MIT License.