masarakki

Results 9 issues of masarakki

if you copied snippet from document of google analytics (and i think it is expected), `ga('send', 'pageview')` called twice when acceess normaly, because of both html and page:change event will...

At first, BrowserfieyProcessor load a file that contains **string** of 'require' like `var required = true;`. This file should not be browserified, but `BrowserfiyProcessor#commonjs_module?` think it is a browserifyable file,...

When apply [Multiple error messages per one policy action](https://github.com/varvet/pundit#multiple-error-messages-per-one-policy-action), `it { expect(subject).not_to permit(user, record) }` fails because it raise exception. I think this matcher concerns only permit or not, so...

capistrano-puma3 is defines `rvm_map_bins` in this code: ``` ruby namespace :load do task :defaults do set :rvm_map_bins, fetch(:rvm_map_bins).to_a.concat(%w{ puma pumactl }) end end ``` and rvm1-capistrano3 defines: ``` ruby namespace...