Project

ruby-app

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby micro framework for easy create ruby applications (daemons, EventMachine-apps, db-apps, cli...). Features: bundler, environments, activesupport, rails dirs tree. Fast loading and low memory using.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

RubyApp

Ruby micro framework for easy create ruby applications (daemons, EventMachine-apps, db-apps, cli...). Features: bundler, environments, activesupport, rails dirs tree. Fast loading and low memory using.

$ gem install ruby-app


$ ruby-app new app
$ cd app && bundle

Run like (default env is development):

$ ./bin/example
$ APP_ENV=production ./bin/example

Generate app with ActiveRecord support:

$ ruby-app new app --ar