James Herdman

Results 147 comments of James Herdman

I recently removed Stylelint from our applications at Precision Nutrition. There was significant push back from our team on this tool. We found that: 1. Setting up Stylelint to work...

For the uninitiated, why should ember-cli have an an opinion about which package manager I'm using at all?

I've used a few of the community addons for setting and updating the `

I suppose we could set up an acceptance test scenario wherein a model has an active-model-adapter, and we look to see that the output from an error request aligns with...

Absolutely 100% sure. I was bitten by this pretty hard earlier this week when all of my... ``` group :development do # blah end ``` gems didn't install. I verified...

I'll see what I can do. My Lua is pretty weak so far. I think, though that the below code is more or less just a string that's executed as...

Some evidence I've gathered: 1. Running `:LspInstall ruby` outside of a directory containing a Gemfile works as expected 2. `pwd` is _always_ as expected 3. `bundle install` seems to be...

Confirmed in Rails 3.2.12, ActiveAdmin 0.5.1. This needs to be resolved. Note that this issue can also be reproduced simply executing the "environment" task. Here's the pertinent part of the...

@jurgelenas the exception I'm seeing is `ActiveRecord::StatementInvalid`

Additional information. Wrapping any scopes in the classes ActiveAdmin complains about resolves the problem. Given that this doesn't happen when ActiveAdmin is uninstalled from the project, it's most certainly a...