Matthew Bass
Matthew Bass
This commit adds Font Awesome's default YouTube icon to the list of available buttons and will resolve issue #132 when accepted.
This adds Errno::EHOSTUNREACH to the list of default connection errors. This exception is occasionally raised from the Net::HTTP library and should be handled the same way as other connection errors....
After upgrading to Sprockets 4, the Solidus favicon has effectively replaced our custom favicon. **Solidus Version**: 2.9 **To Reproduce** 1. Copy a custom favicon to `app/assets/images/favicon.ico` 2. Include this icon...
This fixes #200 by using #require instead of #load if cache_classes is false. The root of the problem is in engine.rb which is calling #constantize on the calculator classes on...
This commit enables one or more collections to be specified as command line args. Only these collections will be synchronized. If no collections are specified, the previous default behavior of...
If the netlifyFiles function is using async/await to add dynamic config from an API and takes longer than 5 secs to do this, the `nuxt generate` process will timeout with...
Rails 5 adds `after_{create,update,delete}_commit` callback aliases. See: https://blog.bigbinary.com/2016/05/11/rails-5-adds-after_create-aliases.html This PR makes these callbacks available in observers. Includes tests to verify the callbacks were added properly. This also maintains backwards compatibility...
TLDR: When a gem in the `Gemfile` has no Railtie defined ([dotenv](https://github.com/motdotla/dotenv) for example), Rails defaults the `railtie.root` value to the application's root directory. This causes Deface to load the...
I consistently get a segfault when attempting to validate XML from the command line. I'm using Ruby 2.1.1, libxml 2.6.0, and this Schematron: https://gist.github.com/pelargir/c7e6959d3c5c72db0765 The XML file being validated contains...
I made a small adjustment: the date tag now accepts an optional format attribute. I needed to use specific formatting in my application which is what prompted the change. The...