Commit Graph

8 Commits (c00ead8a72dd738013b8a132eff7de4959e59670)

Author SHA1 Message Date
Akihiko Odaki 8fd174298d Cover AccountsController more in spec ()
* Introduce recent scope to Status and StreamEntry

Introduce recent scope to Status and StreamEntry as Account has.

* Cover AccountsController more in AccountsController
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.
Evan Minto da7f24c238 Add test
Eugen Rochko 9863196f7b Small rubocop offences removed
Eugen Rochko 87576e1ab1 Fixing atom feeds for accounts, adding tests that would catch such bugs in future
Eugen Rochko 10ba09f546 Upgrade to Rails 5.0.0.1
Eugen Rochko 71ae4dd3d2 Adding public following and followers pages, fix
Eugen Rochko 0e8f59c16f Refactoring Grape API methods into normal controllers & other things