summaryrefslogtreecommitdiffstats
path: root/app/controllers/comments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Reverts r19569 (#33071).Go MAEDA2020-03-141-2/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Prevent mass-assignment when adding a news comment (#10390).Jean-Philippe Lang2012-03-061-1/+2
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-2/+0
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-111-1/+19
* remove trailing white-spaces from app/controllers/comments_controller.rb.Toshi MARUYAMA2011-08-311-2/+2
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-0/+6
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-0/+30