Results 69 comments of Caleb Hearth

Unclear - I think we'd re-order the schema.rb one more time whenever it's next generated (with a view change?) which has already been happening, then it should stop. That may...

I'm seeing a failure on one of the specs here after @edwardloveall's PR adding sort order specs was merged. I'm fairly sure that the spec is correct and I'm not...

Superseded by https://github.com/scenic-views/scenic/pull/416

@postmodern Would it be possible to detect the chruby auto switching here and set up a trap that does both things? Likewise in chruby's auto we could detect the gem_home...

It appears that Github's parser now agrees with `vim-markdown`'s, which is unfortunate I think. ![2014-03-14 at 3 02 pm](https://f.cloud.github.com/assets/711717/2424714/53a92f1a-abab-11e3-969a-18b2e873b9ab.png)

This would look like `fill_form(:user, @user)`. This could also figure out the form being filled, especially if the object responded to `model_name` (which an `ActiveModel::Model` would): `fill_form(@user)`.

I think it would be difficult. https://github.com/thoughtbot/formulaic/blob/00a6dac895497315e76f61369ac5d0de81afd687/lib/formulaic/inputs/string_input.rb#L4-L14 illustrates how we get around to raising InputNotFound. To build up a list of potential string inputs that were found, we'd need to...

Has any consideration been given to how u-photo interacts with `` that would include multiple variations of the same photo (or potentially even animated vs non-animated in the case of...

I wonder if there’s a way to check that the mocked method is / is not called for the first time in the stubs block, and warn if it is.

Maybe a separate issue but StreetPass also grabs the same username for multiple links on the same domain which is a bit annoying if you're clicking around a site. I...