Erik Ostrom

Results 12 issues of Erik Ostrom

I don't really know where to file this; it's an interaction between env.js and Rails, basically, but it bit me in a Capybara context. I have a Cucumber scenario that...

One more for you, again perhaps related to #1, but perhaps not. ``` $ cucover -c vendor/extensions/site/app/controllers/home_controller.rb features/support/env.rb /Library/Ruby/Gems/1.8/gems/cucumber-rails-0.3.2/lib/cucumber/rails/action_controller.rb:58: undefined method `Before' for main:Object (NoMethodError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in...

Joseph Wilk

First off, I'm running Cucover on a Spree project, and a lot of the code is in an extension (like a plugin), not in RAILS_ROOT/app. I don't think that's an...

Joseph Wilk

After the workaround described in #1, I ran `cucover -s` to see what files Cucover had recorded, so I could see if its change detection was working. But I got...

Joseph Wilk

See the respective commits. Sorry these aren't all separate pull requests; I just had to get this all working for my project, so it's all in one branch.

By default, Rails in the test environment logs to `log/test.log`. When I ran `bundle exec timber install`, it installed a Timber logger that logs to `nil`. This was confusing the...

I found that when I tried to create checkboxes with string values, some of the labels weren't clickable. It's because for values that had spaces in them, the IDs generated...

- Don't import Carousel until it exists. - Destructure `media` so we can render it.

Without this the code errors out.

I'm using OS X 10.7 and to.sh 1.4.4. `to` with no parameters gives me: ``` find: -printf: unknown option ``` If I type `to` and then press tab, I get:...

bug