Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kostya/ruby-app
- Owner: kostya
- License: mit
- Created: 2012-06-19T22:33:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T12:38:51.000Z (over 7 years ago)
- Last Synced: 2024-10-25T01:30:25.617Z (19 days ago)
- Language: Ruby
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 && bundleRun like (default env is development):
$ ./bin/example
$ APP_ENV=production ./bin/exampleGenerate app with ActiveRecord support:
$ ruby-app new app --ar