Commit Graph

4 Commits (f55dd193f9a62623054dba1537d01bd7f5cd32f3)

Author SHA1 Message Date
Eugen Rochko 339ce1c4e9
Add specific rate limits for posting and following ()
Akihiko Odaki 422e4d897b Cover AccountFollowController more in spec ()
Matt Jankowski 9566893cc9 More controller specs ()
* Add render_views in more places

* Delegate methods from account to user with allow nil true, so that admin accounts show view renders when missing a user

* Use actual account instances in authorize follow controller spec
Matt Jankowski 8bac0350d1 Restful refactor of accounts/ routes ()
* Add routing specs for accounts followers and following actions

* Use more restful route naming for public account follow pages

Moves two actions:
- accounts#followers to accounts/follower_accounts#index
- accounts#following to accounts/following_accounts#index

Adds routing spec to ensure prior URLs are preserved.