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: about 2 months 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T12:38:51.000Z (over 8 years ago)
- Last Synced: 2025-04-01T03:29:43.539Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 2
- 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