Hannes Elvemyr
Hannes Elvemyr
What is the current state of this gem? According to the Readme: > Strongbox is tested against Rails 2.3 and 3.x using Ruby 1.8.7, 1.9.2, and 1.9.3. I see there...
Using this gem, can I use carrierwave's `content_type_whitelist` somehow?
@brandonmp this is a great plugin, I use it in several projects, so thanks for building it :smiley: But it looks like it's not maintained anymore? Do you have any...
Google is [phasing out their old v3 api](https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api) which this plugin depends on via the [google-spreadsheet plugin](https://www.npmjs.com/package/google-spreadsheet). I recently got an email from Google saying > On January 26, 2021,...
I know I can set the allowed length of examples with: ``` RSpec/ExampleLength: Max: 19 ``` Would it be possible to implement a specific limit to scenario examples (those examples...
I've been using this plugin for a long time on several sites. Now suddenly for one site, the plugin freeze during build. I've enabled debug and this is what I...
I use Capybara with the webkit driver to test AngularJS on my application. When I fill in a form and pressing submit, it seems as if Capybara does not wait...
Trailing whitespace is currently failing the selftest. That seems too strict to me, especially since these trailing whitespaces can be situated in third party code, like in the example below,...
**Work in progress... This code is not tested yet.** This is a first attempt to add a new `copyAssets` option, which you can set to `false` and then get your...
Hi! I know there's been a lot back and forth about the move/copy strategy in this package. But we have some sites that has a lot of images. These sites...