Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativetwelve/rails4-base-app
Basic Rails 4 Base App
https://github.com/negativetwelve/rails4-base-app
Last synced: 17 days ago
JSON representation
Basic Rails 4 Base App
- Host: GitHub
- URL: https://github.com/negativetwelve/rails4-base-app
- Owner: negativetwelve
- Created: 2013-04-18T05:05:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T05:22:26.000Z (over 11 years ago)
- Last Synced: 2024-10-19T16:00:01.222Z (28 days ago)
- Language: Ruby
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rails 4.0 Base App
### By: Mark Miyashita
### View the Sample Application
http://rails4.herokuapp.com/
### Setup
git clone [email protected]:negativetwelve/rails4-base-app.git
rake db:migrate
rails server