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

jschwindt/Venganzas-del-Pasado

Edit Repository
Build
34
Branch
master
Commit
f26dfe6
Duration
21 secs
Finished
about 1 year ago
Message
Update gems
Rebuild

Analyze Result

Warning count: 27

Customize Checks
    Filename Line Number Warning Message Git Commit Git Username
    app/controllers/posts_controller.rb 40 move model logic into model (@post use_count > 4) 86843e02 Juan Schwindt
    db/schema.rb 61 always add db index (media => [post_id]) dd23dd36 Juan Schwindt
    db/schema.rb 70 always add db index (posts => [contributor_id]) ^3861cce Juan Schwindt
    app/views/kaminari/_paginator.html.haml 16 move code into model (page use_count > 2) b1f1273a Juan Schwindt
    config/routes.rb 19 restrict auto-generated routes posts/comments (:only => [:create]) 0dfaaae1 Juan Schwindt
    config/routes.rb 34 restrict auto-generated routes articles (:only => []) 1637b17a Federico Cingolani
    config/routes.rb 39 restrict auto-generated routes admin/comments (:only => [:destroy]) 49f203b0 Juan Schwindt
    config/routes.rb 45 restrict auto-generated routes admin/articles (:only => []) 1637b17a Federico Cingolani
    config/routes.rb 47 restrict auto-generated routes admin/posts (:only => []) 7717d38b Juan Schwindt
    app/models/post.rb 58 remove unused methods (Post#create_from_audio_file) 7717d38b Juan Schwindt
    app/models/post.rb 89 remove unused methods (Post#has_status) 7717d38b Juan Schwindt
    app/models/post.rb 133 remove unused methods (Post#creation_date) 098ea359 Federico Cingolani
    app/models/user.rb 54 remove unused methods (User#new_with_session) 3d4e3dd8 Juan Schwindt
    app/models/user.rb 68 remove unused methods (User#active) 3d4e3dd8 Juan Schwindt
    app/models/user.rb 76 remove unused methods (User#update_with_password) 7bde8a2c Juan Schwindt
    app/models/user.rb 93 remove unused methods (User#active?) a728ce5f Juan Schwindt
    app/models/comment.rb 53 remove unused methods (Comment#has_status) 131cca07 Juan Schwindt
    app/controllers/home_controller.rb 8 remove unused methods (HomeController#switch_player) 63bc3a2b Juan Schwindt
    app/controllers/admin/articles_controller.rb 7 remove unused methods (Admin::ArticlesController#verify_admin) 0c3a29b6 Federico Cingolani
    app/controllers/admin/comments_controller.rb 32 remove unused methods (Admin::CommentsController#verify_admin) 0c3a29b6 Federico Cingolani
    app/controllers/admin/posts_controller.rb 14 remove unused methods (Admin::PostsController#verify_admin) 0c3a29b6 Federico Cingolani
    app/controllers/admin/users_controller.rb 9 remove unused methods (Admin::UsersController#verify_admin) 0c3a29b6 Federico Cingolani
    app/helpers/smilies_helper.rb 69 remove unused methods (SmiliesHelper#generate_regexp) 778fa9d9 Federico Cingolani
    app/models/audio.rb 1 protect mass assignment 8ab0e902 Juan Schwindt
    app/models/medium.rb 1 protect mass assignment 44a14758 Juan Schwindt
    app/models/ability.rb 1 protect mass assignment e0a14974 Federico Cingolani
    app/views/posts/_form.html.haml 10 remove trailing whitespace 7717d38b Juan Schwindt