Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernesto-jimenez/ruby-kaizen
Rails Rumble 2013
https://github.com/ernesto-jimenez/ruby-kaizen
Last synced: 24 days ago
JSON representation
Rails Rumble 2013
- Host: GitHub
- URL: https://github.com/ernesto-jimenez/ruby-kaizen
- Owner: ernesto-jimenez
- Created: 2013-10-21T19:18:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T19:19:30.000Z (about 11 years ago)
- Last Synced: 2024-04-09T16:26:31.160Z (7 months ago)
- Language: Ruby
- Size: 938 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RubyKaizen
Take a look at [www.rubykaizen.com](http://www.rubykaizen.com).
This is an entry for [Rails Rumble 2013](http://railsrumble.com/), a 48-hour web development competition. Our team:
- Belén Albeza [@ladybenko](https://twitter.com/ladybenko)
- Ernesto Jiménez [@ernesto_jimenez](https://twitter.com/ernesto_jimenez)
- Blanca Tortajada [@blanca_tp](https://twitter.com/blanca_tp)## For developers
### Requirements
- OpenSSL
- MongoDB
- Redis
- Ruby 2.0
- Bundler### Run app locally
Checkout and install dependencies:
```
git clone [email protected]:railsrumble/r13-team-72.git
bundle install
```The `server` task starts WEBrick and auto-reloads code:
```bash
rake server
QUEUE='*' rake resque:work
```To start processing a repo you can do the following:
```bash
mkdir repos
rake queue_repo\[https://github.com/flori/json\]
```### Tests
Run tests with RSpec.
```bash
rspec spec/sample_spec.rb
```### Sass + Compass
Add Compass / Sass stylesheets to `public/stylesheets/sass`. They will be compiled and available in `public/stylesheets`. You can add the stylesheets in your HTML like this:
```html
```