Closed quamen closed 10 years ago
Does what it says on the tin. Removes everything to do with having the :following feature flip in place:
:following
SwitchBoard
exclude_following
Activity
follow
unfollow
MembersController
render_404
following_link_for_members
member_relationship_status_for_members
FollowingHelper
member_activities
ViewControllers::Dashboard::Show
@flip @on
@flip @off
So that was actually quite a bit of code debt right there.
Code Climate has analyzed this pull request.
Hell yeah! :ship:
Does what it says on the tin. Removes everything to do with having the
:following
feature flip in place:SwitchBoard
.exclude_following
scope from theActivity
model.follow
andunfollow
methods in theMembersController
.render_404
fromMembersController
as it is no longer required.following_link_for_members
andmember_relationship_status_for_members
inFollowingHelper
.member_activities
inViewControllers::Dashboard::Show
returns all activities now instead of differentiating based on the flip.@flip @on
and@flip @off
tags on features.So that was actually quite a bit of code debt right there.