Retrospring/app/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 clean up routes 2022-07-23 12:14:06 +02:00
social_helper clean up routes 2022-07-23 12:14:06 +02:00
ajax_helper.rb added ajax controller 2014-11-10 13:03:42 +01:00
application_helper.rb Show anon identifier in tooltip when unmasking 2022-06-26 21:07:28 +02:00
bootstrap_helper.rb Move title and bootstrap related helpers into their own files 2022-01-10 22:53:58 +01:00
feedback_helper.rb Fix Ruby codestyle 2022-01-22 22:50:32 +01:00
layouts_helper.rb Upgrade to Rails 6.0 2022-01-13 21:42:06 +01:00
markdown_helper.rb Add linkfilter logic to existing renderers 2021-12-31 22:40:38 +01:00
moderation_helper.rb clean up routes 2022-07-23 12:14:06 +02:00
social_helper.rb Move tweet formatting into a separate helper class 2021-12-26 22:04:16 +01:00
theme_helper.rb Extend theme helper to show themes on answer pages 2021-12-30 01:41:27 +01:00
user_helper.rb clean up routes 2022-07-23 12:14:06 +02:00