lockup
lockup copied to clipboard
Lockup Gem
fix check_for_lockup not defined during rails init. I've encountered this issue after an a upgrade from rails 4 to rails 5.
Hi all! This gem looks spiffy and I was really excited to try it. I plugged it into the site that I was working on and found that it broke...
I've been trying to integrate Lockup with an existing Trestle admin. I believe I would need to add Lockup to the existing trestle initializer: ``` # Register callbacks to run...
Should probably take a look at the design and refresh it (it's 8 years old).
It would be good to change the typefaces to system-level defaults.
Implement WCAG recommendations for the form.
Using the library with Rails 7.1 currently results in this error: > The unlock action could not be found for the :check_for_lockup callback on SomeController, but it is listed in...
Ensure the inline tags are processed if CSP headers are present and a nonce token is generated.
The way the CSS and JS is rendered in the layout is currently problematic in a development environnement. https://github.com/interdiscipline/lockup/blob/72624656305e9c5f37aabd713ea8dfdab372f3d6/app/views/layouts/lockup/application.html.erb#L9-L14 Rails assume the content of the `html.erb` files will actually be...