Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Rails URL helpers #245

Closed
wants to merge 5 commits into from
Closed

Add support for Rails URL helpers #245

wants to merge 5 commits into from

Commits on Nov 20, 2023

  1. Add native route helpers

    janko committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3f82134 View commit details
    Browse the repository at this point in the history
  2. Drop support for Ruby 2.3 and Ruby 2.4

    This way we get access to String#delete_suffix and String#delete_prefix
    methods.
    janko committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d0422fa View commit details
    Browse the repository at this point in the history
  3. Remove format from Rodauth routes

    Format suffixes won't be routed by Rodauth, so we can communicate that
    when declaring the routes.
    janko committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9c91904 View commit details
    Browse the repository at this point in the history
  4. Support older Rails versions

    janko committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    117a85a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    3a77202 View commit details
    Browse the repository at this point in the history