Johannes Treitz
Results
3
issues of
Johannes Treitz
``` foo = new Application.Model() foo.set({date: new Date()}) foo.get("date") => Thu May 24 2012 11:07:02 GMT+0200 (CEST) foo.set({date: (new Date()).increment("day",1)}) foo.get("date") => Thu May 24 2012 11:07:02 GMT+0200 (CEST) Expected:...
as the title says
``` bin/rails active_storage_db:install:migrations DEPRECATION WARNING: ActiveSupport::Configurable is deprecated without replacement, and will be removed in Rails 8.2. ```