Chris Bloom
Chris Bloom
Well the issue is clearly from https://github.com/lakim/sql_funk/blob/master/lib/sql_funk.rb#L2 which just needs to be changed to `require File.join('sql_funk', 'railtie.rb') if defined?(Rails)`. This is a very clever gem that does exactly what I...
FYI - after pushing my monkey patch above to production I encountered an incompatibility with the code from sql_funk and the version of Postgres that Heroku runs on their Cedar...
I have no issue with this 👍🏻
FYI - resolved by bumping the versions in the metadata file https://github.com/chrisbloom7/chef-rvm_passenger/commit/c16314cc2a132315380fcce2042cad8abf9234dd
FYI - I've tried forking your project and mucking with the tests to see if I could trigger an error (changing `fake_project` to `fake\ project` and/or the root folder to...
In fact, I'd argue that anything other than a `fill`, `stroke`, and `stroke-width` style attribute in a `linkStyle` definition should be forwarded to the `edgeLabel` node since those are the...
This no [longer appears to be the case](https://mermaid.live/edit#pako:eNpVkEFLxDAQhf_KEC8KLavoKYKw6x49yPaay9hM2rCTpKRT3brd_27KiuDtwbzv8eadVZssKa26jEMPbwcTAba3Rr1TbmkQn6JRd1DXL7C0KX5SlmVXzgcaMo0UBX8tK_d65VzKAbbcpeylD9MIG8CIPH_TX9Q-QSOTc8tu5djHYyMzE9xDmzhl_cETVUInqZF9FzWTk-f_1gcYJacj6Rv3iNVV11_eSq-fhlPlPLPuEluKOdnCqkoFygG9Ld-e1yyjpKdQSukiLTmcWIwy8VKsOElq5tgqLblUUdNgUWjvsewUlHbII11-ALsDbPE) and the issue can probably be closed. ...
I'd like to +1 this, but I also want to call out one problem that we ran into while using Mandrill, which is that some folks were updating templates directly...
@reidmorrison I see there are now tags for 4.12 and up. Thank you! I'd still love to see a CHANGELOG implemented