Retrospring/app
Karina Kwiatek febbee1306 Simplify error handling in answer create method
We were previously catching all exceptions when creating the answer and returning a generic error.
As exception handling is done in `AjaxController`, we don't need to do this and can get more specific error messages instead.
2022-06-13 11:56:34 +02:00
..
controllers Simplify error handling in answer create method 2022-06-13 11:56:34 +02:00
helpers Fix Ruby codestyle 2022-01-22 22:50:32 +01:00
javascript Reset follow button after blocking a user 2022-06-13 11:56:34 +02:00
mailers Fix text, add more templates 2015-07-21 23:50:54 +05:30
models Add block checks into `User#answer` 2022-06-13 11:56:34 +02:00
services Use `gsub` instead of `gsub!` to not modify frozen literals 2022-01-16 22:33:48 +01:00
uploaders Add CarrierWave Backgrounder 2020-05-17 20:38:40 +01:00
validators typoed_email_validator: add new ending to the typo list 2022-04-10 10:39:40 +02:00
views Add the ability to block/unblock users from profile pages 2022-06-13 11:56:34 +02:00
workers Add mute rules 2022-01-01 00:38:36 +01:00