You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
Last time I tried to upgrade Padrino from 0.12.x to the latest version (0.13.2 at time of writing) it broke a couple of tests, and I didn't have time to investigate further.
The text was updated successfully, but these errors were encountered:
Further investigation with @kynetiv: there appears to be a weird change in how Padrino defines and calculates routes. This url_for call fails to find a matching route despite that very route being defined below. When we moved that route definition above the :endpoints route, the :endpoints route isn't found any more. So it may be a bug in either Padrino or Mustermann.
Last time I tried to upgrade Padrino from 0.12.x to the latest version (0.13.2 at time of writing) it broke a couple of tests, and I didn't have time to investigate further.
The text was updated successfully, but these errors were encountered: