Augusts Bautra
Augusts Bautra
I tried updating from 4.5.0 to 4.9.0 for a similar problem (audited reading `#changed_attributes`, which produces a false positive if same-value assignment (`instance.field = instance.field`) is performed), and the problem...
Still getting this on `1.23.0` via default gem settings from `bundle gem`, indent for multiline `super` calls is ignored. 
Yes, but given the alternatives it's fine. As `Rails/SquishedSQLHeredocs` docs admit, newline preservation may be a feature, not a bug. > Some SQL syntax (e.g. PostgreSQL comments and functions) requires...
I never realised that is the behaviour. 😅 A config option that toggles whether the file extension is displayed would be nice.
Yeah, I get this also. Plugin installation and removal has changed significantly since dokku v0.3.x, update for the new (v0.5.x) `dokku plugins-install` is needed.
We're also getting this on any version beyond 1.1. I think @hbda is on the right track - it's something to do with overriding and, perhaps, the way Rails5+ has...
I, too, would like an example!
Your question is unclear. Let me try and help you. What do you mean by "at :00"? If you mean at the turn of every hour, try this ```rb every(1.day,...
Yes, it works on Ubuntu just fine, only a OSX issue.
This touches an architectural pattern. Consider these solutions: **One:** Update the `at` option syntax to allow precision in seconds. Downside - if you deploy on the specified second, the job...