Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernesto-jimenez/r13-team-72
https://github.com/ernesto-jimenez/r13-team-72
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ernesto-jimenez/r13-team-72
- Owner: ernesto-jimenez
- Created: 2013-10-18T01:07:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T22:49:43.000Z (about 11 years ago)
- Last Synced: 2024-10-14T18:42:27.788Z (3 months ago)
- Language: Ruby
- Size: 1.16 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
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
```