oki / railsbp.com

railsbp.com

Home Page:railsbp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

railsbp.com

Build Status

Click here to lend your support to: rails best practices and make a donation at pledgie.com !

railsbp.com provides online rails projects code quality check service, based on rails_best_practices gem.

Any questions and suggestions are welcome, please contact me: flyerhzm@railsbp.com.

rails_best_practices gem

https://github.com/railsbp/rails_best_practices

Setup

  1. Clone repository

  2. Copy all config files and change to proper values

    cp config/database.yml.example config/database.yml
    cp config/github.yml.example config/github.yml
    cp config/mailers.yml.example config/mailers.yml
    
  3. Setup database

     bundle exec rake db:create db:migrate db:seed
    
  4. Generate CSS sprite

     rake css_sprite:build
    
  5. Start server

     rails s
    

I can only promise rails_best_practices works well in ruby 1.9.2-p290 and 1.9.3-p125, so it would be better to run it on that ruby version.

About

railsbp.com

railsbp.com


Languages

Language:JavaScript 90.3%Language:CSS 5.5%Language:Ruby 4.1%Language:CoffeeScript 0.1%Language:Shell 0.0%