Project

matrack

0.0
No commit activity in last 3 years
No release in over 3 years
A ruby MVC framework implented using rack.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
= 2.5.0
~> 10.0
= 0.10.0

Runtime

= 0.10.3
= 0.2.4
= 2.15.3
= 1.6.4
= 3.4.0
= 1.3.11
= 0.19.1
= 2.0.1
 Project Readme

Matrack

Code Climate

Coverage Status

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.