https://github.com/libbyschuknight/11dt-ruby-sinatra
Attempt at creating a 11DT assessment example using Ruby and Sinatra.
https://github.com/libbyschuknight/11dt-ruby-sinatra
Last synced: 8 days ago
JSON representation
Attempt at creating a 11DT assessment example using Ruby and Sinatra.
- Host: GitHub
- URL: https://github.com/libbyschuknight/11dt-ruby-sinatra
- Owner: libbyschuknight
- Created: 2015-09-23T21:29:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T03:04:49.000Z (almost 11 years ago)
- Last Synced: 2025-08-01T13:55:08.227Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
### Digital Techology - Ruby
Attempt at creating a 11DT assessment example using Ruby and Sinatra.
### From EDA - The Sinatra Skeleton:
1. Provides a foundation for building challenges or creating a new Sinatra application.
2. Demonstrates a reasonable set of practices around building Sinatra applications.
3. Eases the transition to Rails for EDA students
### Quickstart
1. `bundle install`
2. `shotgun config.ru`
As needed, create models & migrations with the `rake` tasks:
```
rake generate:migration # Create an empty migration in db/migrate, e.g., rake generate:migration NAME=create_tasks
rake generate:model # Create an empty model in app/models, e.g., rake generate:model NAME=User
```
### Contributing
We would love for you to help make the skeleton more awesome, There are three ways to contribute:
1. Ask for a bug fix or enhancement!
2. Submit a pull request for a bug fix or enhancement!
3. Code review an open pull request!
Be prepared to give and receive specific, actionable, and kind feedback!