Jarrad M

Results 6 issues of Jarrad M

The content property allows for an alternative text value which is [not supported in Firefox and Safari](https://developer.mozilla.org/en-US/docs/Web/CSS/content#browser_compatibility). A library that I'm using works around this issue by including a [content...

Rails 6 deprecation warning raised: ``` DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do this is deprecated. Autoloading during initialization is going to be an...

+ Fix rails 6 deprecations + Attempt to fix tests + Added rails 5.1 & 6 and ruby versions 2.5.7 & 2.6.5 to tests - Removed rails 3.2, 4.0 and...

Enabling [enhanced certificates](https://devcenter.heroku.com/articles/heroku-postgres-enhanced-certificates) adds extra parameters to the database URL: ``` ?sslrootcert=/etc/ssl/certs/ca-certificates.crt&sslmode=verify-full ``` The following error is raised as pgbouncer is then expected to have SSL configured based on the...

[Redirecting long scripts to Heroku](https://spin.atomicobject.com/rails-script-heroku/) breaks due to the required input reason e.g. ```shell # -- input echo "puts 'hello'" > /test.rb cat /test.rb | heroku run "CONSOLE_USER=Jarrad rails c"...

### How frequently does the bug occur? Always ### Description After upgrading to 12.14.1, it was discovered that on record update if you pass the same unchanged list attribute value...

T-Bug
O-Community
SDK-Use:Local
Frequency:Always
Repro:Always
Encryption:On