Chatwoot/app/controllers
Emil Shakirov 4768aca484 Refactor Conversation model (#134)
* Add Conversation factory with dependent factories

* Include FactoryBot methods in rspec config

* Add unit tests for public methods of Conversation model

* Move Current model into a separate file in lib folder

* Disable Metrics/BlockLength rule for db/migrate and spec folders

* Get rid of global $dispatcher variable

* Create Message#unread_since scope

* Refactor callback methods in Conversation model

* Create Conversations::EventDataPresenter

* Add translation keys for activity messages

* Add pry-rails gem

* Refactor Conversation#notify_status_change

* Add mock_redis for test env
2019-10-12 23:38:41 +05:30
..
api Fix #58 - Refactor inbox_members_controller (#109) 2019-10-08 14:03:41 +05:30
concerns Initial Commit 2019-08-14 15:18:44 +05:30
application_controller.rb Refactor Conversation model (#134) 2019-10-12 23:38:41 +05:30
confirmations_controller.rb Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
dashboard_controller.rb Initial Commit 2019-08-14 15:18:44 +05:30
home_controller.rb Initial Commit 2019-08-14 15:18:44 +05:30
passwords_controller.rb Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30
sessions_controller.rb Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30