docbrown/app/controllers/api/v0
rhymes 1df24046d8
Small API controllers refactoring (#6021) [deploy]
* TagsController inherits from ApiController
* Let ApiController inherit from ActionController::Base to have its own lifecycle
* Remove unused method
* Use only one respond_to :json for the entire API
* ApiController inherits from ActionController::Base
* Use Pundit only where needed
2020-02-12 11:51:42 -05:00
..
analytics_controller.rb Pro: memberships (#3461) 2019-09-24 10:38:54 -07:00
api_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
articles_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
chat_channels_controller.rb Improve API controllers efficiency by selecting only columns needed for serialization (#5805) [deploy] 2020-02-06 07:36:56 -05:00
classified_listings_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
comments_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
followers_controller.rb Improve API controllers efficiency by selecting only columns needed for serialization (#5805) [deploy] 2020-02-06 07:36:56 -05:00
followings_controller.rb Improve API controllers efficiency by selecting only columns needed for serialization (#5805) [deploy] 2020-02-06 07:36:56 -05:00
follows_controller.rb Migrate Users/FollowJob to Sidekiq (#5403) 2020-01-08 15:03:18 -05:00
github_repos_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
podcast_episodes_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
reactions_controller.rb Refactor API Reactions controller and add specs (#5936) 2020-02-07 12:39:24 -05:00
tags_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
users_controller.rb Improve API controllers efficiency by selecting only columns needed for serialization (#5805) [deploy] 2020-02-06 07:36:56 -05:00
videos_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00
webhooks_controller.rb Small API controllers refactoring (#6021) [deploy] 2020-02-12 11:51:42 -05:00