Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Use named routes in controllers. | Jean-Philippe Lang | 2012-12-11 | 1 | -2/+2 |
* | Prevent mass-assignment when adding a news comment (#10390). | Jean-Philippe Lang | 2012-03-06 | 1 | -1/+2 |
* | Removes all #verify calls in controllers. Verification is handled at routing ... | Jean-Philippe Lang | 2012-03-03 | 1 | -2/+0 |
* | Adds a News#commentable? method to easily specific additional rules. | Jean-Philippe Lang | 2012-02-11 | 1 | -1/+19 |
* | remove trailing white-spaces from app/controllers/comments_controller.rb. | Toshi MARUYAMA | 2011-08-31 | 1 | -2/+2 |
* | Refactor: move #destroy_comment method to CommentsController#destroy | Eric Davis | 2010-09-23 | 1 | -0/+6 |
* | Refactor: move NewsController#add_comment to CommentsController#create | Eric Davis | 2010-09-22 | 1 | -0/+30 |