Olivier
Olivier
Don't know if this is intended or not but when polymorphic is enabled, a refreshed token is missing `resource_owner_type `. `resource_owner_id` is present though. When poking around the code I...
Fixed Lineman depreciation warning (config/lib.json => config/application.json) Also run `lineman build`
Hi, what about supporting step, min and max for number/integer fields for example? Any idea to where to start to add field options?
I bought your book and I'd like to play a bit with this application unfortunately I receive: pizzaria/app/views/carts/_cart.html.erb where line #6 raised: undefined method `[]' for false:FalseClass Extracted source (around...
Hey, Albeit the mention of setting the base controller, I was trying to define a contraint while mounting the engine. `mount MissionControl::Jobs::Engine, at: "jobs", constraints: AdminConstraint.new` ```ruby class AdminConstraint def...
Hi, This https://github.com/weppos/tabs_on_rails/blob/master/lib/tabs_on_rails/railtie.rb#L14 is causing the following warning in Rails 6 app. `DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper.` Should use `:prepend` instead of `:include`. Here is an...