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

railsbp/railsbp_demo

Edit Repository
Build
13
Branch
master
Commit
6317fc5
Duration
20 secs
Finished
9 months ago
Message
add rails_best_practices.yml
Rebuild

Analyze Result

Warning count: 10

Customize Checks
    Filename Line Number Warning Message Git Commit Git Username
    app/controllers/posts_controller.rb 42 use model association (for @post) 7a2f2bfb Richard Huang
    app/controllers/posts_controller.rb 51 simplify render in controllers 7a2f2bfb Richard Huang
    app/controllers/posts_controller.rb 67 simplify render in controllers 7a2f2bfb Richard Huang
    app/controllers/users_controller.rb 50 simplify render in controllers 7a2f2bfb Richard Huang
    app/controllers/users_controller.rb 66 simplify render in controllers 7a2f2bfb Richard Huang
    app/helpers/users_helper.rb 1 remove empty helpers 7a2f2bfb Richard Huang
    app/helpers/application_helper.rb 1 remove empty helpers ^19175d7 Richard Huang
    app/helpers/posts_helper.rb 1 remove empty helpers 7a2f2bfb Richard Huang
    app/models/user.rb 3 remove trailing whitespace cb36098a Richard Huang
    app/controllers/posts_controller.rb 82 remove trailing whitespace b1aa440f Richard Huang