ecbypi
ecbypi
It's still failing because it thinks the Gemfile has been changed. I'm not sure why, but it would be nice to see if it's reproducible on your local dev environment....
@jtapia, found another instance of the bundler problem. Searching through bundler's issues, I'm able to find issues with a similar error message, but nothing that exactly mirrors our problem. I'm...
Those are the region codes as found by the iso-codes debian package so this is expected behavior unless that codes have changed since the last time the script was run...
Can you provide steps to reproduce?
A few thoughts I wanted to ask about / bring up: - Why JSON for the territories information? Where does it come from? Is there anyway to store this as...
Sorry @toadle, it's been a hectic week. If converting to YAML is possible, that would be great. Additionally, if the `contains` key could be represented as an array in YAML...
I do! My schedule with work has been very full for a while now. I'll squeeze in some time this weekend.
To confirm I understand the problem, ` I tried to call this from leave() on the view, but that did not work.` means code similar to the following? ```javascript var...
It seems like this is re-building the functionality of a `` element using `data-remote`. [`button_to`](http://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to) generates a `` element, can be used with `remote: true` and has a `:params` option...