Retrospring/spec/helpers
Georg Gadinger 66efa5d4f4 clean up routes
- replace `match` with `get`/`post`/`patch`/`delete`
- format routes.rb
- rename the `show_user_{profile,question,answer}` routes to
  `profile`, `question`, `answer` so `url_for` (used by Rails Admin)
  works fine for these things
- also add `to_param` to the `User` model so that `url_for(some_user)`
  uses the user name
2022-07-23 12:14:06 +02:00
..
application_helper Use `/@username` for profile paths 2022-07-23 09:11:32 +02:00
social_helper Appease the dog overlords 2022-07-23 09:11:32 +02:00
application_helper_spec.rb Add tests for `ApplicationHelper` 2022-01-16 14:17:29 +01:00
bootstrap_helper_spec.rb replace Timecop with ActiveSupport::Testing::TimeHelpers 2022-07-19 17:18:27 +02:00
feedback_helper_spec.rb Fix Ruby codestyle 2022-01-22 22:50:32 +01:00
markdown_helper_spec.rb Use `/@username` for profile paths 2022-07-23 09:11:32 +02:00
theme_helper_spec.rb
user_helper_spec.rb clean up routes 2022-07-23 12:14:06 +02:00