Fix the localization helper and make it work for EmeRails apps as a composer dependency.
Fixes localization helper for vendor dir
Fixes #21
Fix the localization helper and make it work for EmeRails apps as a composer dependency.
Implements error controller action methods
The demo website looks very late noughties.
These are inconsistently supported by the HTTP
helper and ErrorController
.
Better support for HTTP response status codes
Fixes #19
This has been broken for some time.
vendor/
when used as a Composer dependencyFixed by ff859dc96b4fc079a629c099fd5f24c973c9ce30
Builds secure URLs when requested under https:
Fixes static references to allow subclassing static methods
Tweaks method visibility
Augments asset controller to aggregate multiple files
Updates copyright headers
Implements CSS and JS minifiers
Implements write-only columns
Better attribution of validation error messages
Minor formatting
It would be desirable to have parameter definitions to validate and pre-populate request parameter values. I'm thinking something similar to x-controller ;) The complexity lies in the presence of multiple routes per controller in EmeRails (1 controller : N actions) whereas x-controller is 1:1.
Login cookies are set at root level ('/'
) and override those set by other EmeRails apps running on the same server. This results into unexpected logouts when authenticating to other apps.
ActiveRecord::count_all() returns int
Adds convenience wrapper method around action invocation
Error boundary around part file evaluation