0.0
No commit activity in last 3 years
No release in over 3 years
This is Rack-based Ruby framework. I created it just for `Learning Ruby` and for `Fun`
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.5
~> 0.10
~> 0.6
~> 3.0

Runtime

~> 1.7
~> 2.7
~> 1.11
~> 10.0
~> 1.3
 Project Readme

Rhino

This is a small Rack-based Ruby Web Framework. I created it for Learning Ruby and for Fun. Inspired and learn from book Rebuilding Rails of Noah Gibbs

Installation

Add this line to your application's Gemfile:

$ gem install rhino-framework

create new app:

$ rhino new awesome_app
$ cd awesome_app
$ bundle install
$ rackup -p 6789
Please visit: https://github.com/1Rhino/best_quotes to see demo app

I'm creating Wiki How to work with Rhino-Framework