Alfonso Uceda
Alfonso Uceda
@nahi is there a chance to add this PR?
@mitsuru Rails 7 deprecates this line: https://github.com/adzap/validates_timeliness/blob/master/lib/validates_timeliness/railtie.rb#L5 Should be replaced with `ValidatesTimeliness.default_timezone = ActiveRecord.default_timezone`
Thanks @mitsuru @adzap could you take a look at this PR to support rails 7?
@mereghost what do you think? can you implement this?
Working on this.
Hey @MichalJaneda yes you can work on that, but better confirm with @jodosha if it worths it
This happens too when you run the server and access `localhost:2300`, it only happens with postgresql and not with mysql and sqlite. So I think we need to rescue that...
@iagus FYI https://github.com/hanami/devtools/pull/2 has been merged
@cllns it makes sense, but not only for JSON, even for other mime types like XML, I know we have a `default_response_format` configuration but it would be good to set...
I have this problem from time to time, could be fixed by https://github.com/thoughtbot/bourbon/pull/1109/files ?