Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupurt/handrail
Start building your rails app quickly
https://github.com/rupurt/handrail
Last synced: 21 days ago
JSON representation
Start building your rails app quickly
- Host: GitHub
- URL: https://github.com/rupurt/handrail
- Owner: rupurt
- Created: 2012-10-27T02:37:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T04:18:27.000Z (about 12 years ago)
- Last Synced: 2024-10-10T14:39:45.373Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handrail
Handrail is a template rails app along with a bunch of handy gems
to get you on your way to building a well tested app.## Getting Started
Install the gems with bundler
```
bundle install
```Run foreman to get the webserver started
```
foreman start
```Open a browser and start working `http://localhost:5000`