Petrik de Heus
Petrik de Heus
Hey! 👋 Would it be possible to release the 1.2.15 version on NPM? The current version is 1.2.14: https://www.npmjs.com/package/@nathanvda/cocoon
I've fixed the build by pinning the version of `rr`. I've also updated ruby versions for travis. Nokogiri 1.8.0 requires ruby >= 2.1
The Host Authorization middleware protects against DNS rebinding. This middleware is primarily targeted at the development environment: > It is included in the development environment by default ... In other...
Instead of listing 6 classes on the homepage, why not list most of the classes found in the Ruby standard library? This shows beginners and experienced developers what is available,...
### Description It updates 50unattended-upgrades to the new package config See: https://raw.githubusercontent.com/mvo5/unattended-upgrades/df3b8cf50d25195b208b6c8f748c5034908478cd/data/50unattended-upgrades.Debian The Unattended-Upgrade::Sender setting is no longer present in the new package config but it has not been removed....
Removes ruby 2.3.8 from the build matrix because it is end-of-life and fails with Rails 6.
Continuing #287 by @cparker-ajla I've replaced 'sass' with 'sassc' in the gemspec. The "You are trying to install in deployment mode after changing your Gemfile" errors have been fixed by...
Prematurely loading frameworks in a Rails application may slow down boot time and could cause conflicts with load order and boot of the application. By adding a `:after` option to...
Hi @lardawge, We've been running master in production for months without any problems. Would it be possible to release a new gem version? 🙇♂️ 🙏
The Rails documentation uses the `:include:` directive to inline the README of the framework into the main documentation page. As the README's aren't in the root directory from where SDoc...