docbrown/app/services
Nihad Abbasov 4995a4af21 Performance: replace ruby methods with their faster alternatives (#949)
- Array#select.first is slower than Array#detect.

  - Array#shuffle.first is slower than Array#sample.
2018-10-19 13:21:18 -04:00
..
suggester Performance: replace ruby methods with their faster alternatives (#949) 2018-10-19 13:21:18 -04:00
article_api_index_service.rb Add top param to article tag api (#741) 2018-09-25 15:13:49 -04:00
article_creation_service.rb Initial commit 2018-02-28 16:11:08 -05:00
article_with_video_creation_service.rb Added ArticleWithVideoCreationService (#344) 2018-08-15 17:19:54 -04:00
authorization_service.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
chat_channel_creation_service.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
chat_channel_update_service.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
get_unseen_notifications_service.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
membership_service.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
moderation_service.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
read_notifications_service.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
user_role_service.rb Update User Dashboard With Mentorship Admin Features (#440) 2018-09-11 15:59:25 -04:00