Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostya/ruby-app

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.
https://github.com/kostya/ruby-app

Last synced: 11 days ago
JSON representation

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.

Awesome Lists containing this 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