https://github.com/simpleweb/rails-scripts
Official Simpleweb Rails Scripts (OSRS)
https://github.com/simpleweb/rails-scripts
Last synced: over 1 year ago
JSON representation
Official Simpleweb Rails Scripts (OSRS)
- Host: GitHub
- URL: https://github.com/simpleweb/rails-scripts
- Owner: simpleweb
- Created: 2013-02-01T15:49:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T16:01:47.000Z (over 12 years ago)
- Last Synced: 2025-01-12T16:14:23.140Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Scripts
A collection of scripts that we use at Simpleweb for bootstrapping new
applications.
## Rails Application Template
To start a new rails application using the Simpleweb Rails Template
$ rails new app_name --template https://github.com/simpleweb/rails-scripts/raw/master/template.rb
This will generate a new Rails application configured with the preferred
Simpleweb defaults for projects, this includes, but is not limited to
the following.
* RSpec for tests
* Bugsnag for exceptions
* Better errors in development
* Better logs in production
* Git SHA of the app available at `/sha`