about summary refs log tree commit diff
path: root/spec/helpers/accounts_helper_spec.rb
AgeCommit message (Collapse)Author
2019-10-24Split AccountsHelper from StatusesHelper (#12078)Takeshi Umeda
2017-04-11Pagination improvements (#1445)Matt Jankowski
* Replace will_paginate with kaminari * Use #page instead of #paginate in controllers * Replace will_paginate.page_gap with pagination.truncate in i18n * Customize kaminari views to match prior styles * Set kaminari options to match prior behavior * Replace will_paginate with paginate in views
2016-03-18Removing autogenerated test stubs that were not neededEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko