Cristian Livadaru
Cristian Livadaru
I have this issue on every almir installation. I did solve it once, of course didn't write the solution down and I have no idea how to get almir starting...
- ignore RVM files - add rspec - add specs for season - remove sql from season select, use rails code which will work with PostgreSQL and other DB as...
by default a period + space will be added at the end of the message. if this behaviour isn't desired, it can now be turned off by defining config.do_not_add_period =...
I was wondering why my specs where suddenly failing after updating the gem.  Which led me to this change: https://github.com/ianheggie/health_check/commit/6269b9dc351633758d6800db55ce20a833422c28#diff-62b6b428a662cf081fc326b69c57f59ac43aa727604a75eccfde66538031827fR93 It's a quick fix...
The by_domain scope uses a like %domain% ``` ruby scope :by_domain, lambda { |domain| where("domains like ?", "%#{domain}%") } ``` This can cause problems if you have for example 3...
for now only two cities and all romanian mobile number ranges.
listen to 0.0.0.0 instead of just local interface so it can work in Docker (and herby in devcontainers) refs #340 Credits go to @robzolkos
### Used Zammad Version 6.2 ### Environment - Installation method: docker - Browser + version: [arc 124.0.6367.61 based on chromium, Firefox 125.0.2, Edge] After upgrading to 6.2 (from 6.0) some...
spree_multi_lingual is using globalize3 0.2.0.beta8 which has a bug when you try to drop the translation tables: https://github.com/svenfuchs/globalize3/blob/v0.2.0/lib/globalize/active_record/migration.rb#L136 which has already been fixed here: https://github.com/svenfuchs/globalize3/commit/7dc900c70a72ea2cbe13e9c32e9cde1d60ba3e0c any particular reason why still...
Made it work with Redmine 3.2