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

flyerhzm/rubyslide.com

Edit Repository
Build
5
Branch
master
Commit
613f6d9
Duration
89 secs
Finished
10 months ago
Message
use search api instead
Rebuild

Analyze Result

Warning count: 9

Customize Checks
    Filename Line Number Warning Message Git Commit Git Username
    app/controllers/slides_controller.rb 2 move model logic into model (Slide use_count > 4) ^5d20c4e Richard Huang
    db/schema.rb 28 always add db index (taggings => [tagger_id, tagger_type]) ^5d20c4e Richard Huang
    app/views/shared/_sidebar.html.haml 15 replace instance variable with local variable 3eadc5ac Richard Huang
    app/helpers/slides_helper.rb 1 remove empty helpers ^5d20c4e Richard Huang
    config/routes.rb 6 restrict auto-generated routes tags (:only => [:show]) 70d97892 Richard Huang
    config/routes.rb 7 restrict auto-generated routes tags/slides (:only => [:index]) 70d97892 Richard Huang
    app/models/slide.rb 5 remove unused methods (Slide#per_page) ^5d20c4e Richard Huang
    db/migrate/20100214052539_acts_as_taggable_on_migration.rb 6 remove trailing whitespace ^5d20c4e Richard Huang
    app/controllers/tags_controller.rb 2 remove trailing whitespace 18f32795 Richard Huang