Sam Stickland

Results 17 issues of Sam Stickland

Hi, I was using bower-rails without issue, but now my Bower rake tasks have disappeared. I've tried upgrading to the latest bower-rails install 0.10.0 (was 0.9.2) but it hasn't helped....

I believe I've discovered a simple patch to allow the use of the shoulda-matchers with validation scopes. https://github.com/thoughtbot/shoulda-matchers/issues/779 Let me know if you think it's good/useful and I'll add it...

Hi, Is it possible to resend a confirmation email? I don't see the hooks in the API. Thanks, Sam

help wanted

Hi, The `line-height: 100%` CSS isn't leaving enough space between lines in gmail for h2 (and possibly other styles), meaning that the two lines overlap when the heading wraps. Using...

We have an unusual use cache where having this functionality would be useful to us: ``` module Draper class CollectionDecorator module UniqueContext def decorate_item(item) item_decorator.call(item, context: context.clone) end end prepend...

**Describe the bug** We are intermittently (around 10% of the time) getting this JS error in our automated test suite when ran on CodeShip. ``` http://localhost:3001/assets/lazysizes/plugins/include/ls.include.self.js?body=1 62:11 Uncaught TypeError: queue.d...

bug

Is it possible to interpolate the detected mime-type into the error message?

I have this configuration in my activeadmin file: ```ruby ActiveAdmin.register Assignments::Model::Rate, as: 'Rate' do belongs_to :assignment, param: :reference_number, parent_class: Assignments::Model::Assignment ``` But I'm not seeing the route get generated with...

Hi, When I pass the seemingly valid string to Slack::Notifier: ```"*On http://localhost:3001/*\n\n*David Cameron's membership has been rejected by Duncan Stuart*\n\n*Rejection Notes*\n\nUnsuccessful PM\n\n"``` I get the following error: ``` expected no...

Hi, Firstly thanks for this great package! I'm trying to test an Elm component that does some funky things with HTTP requests and time. I'm running with the unmerged PR...