my_zipcode_gem
my_zipcode_gem copied to clipboard
A Ruby gem to handle all things zipcode.
Hi, I used your gem as a template for making my own Zipcode and State models. I stripped down the models for my own needs. I've significantly sped up the...
Once it is stable we need to integrate the [`free_zipcode_data`](https://github.com/midwire/free_zipcode_data) gem for retrieving/updating location data, as the old data files are obsolete. This will involve replacing the current rake tasks...
@cmckni3 I’ve been contemplating it for several months, and though I’m driving a very large re-write project for a client right now, I think it is time for a rewrite...
Following the documentation on AJAX/JQUERY functionality. Received the following Error: wrong number of arguments (given 2, expected 1) It appeared Zipcode.find_by_code only takes one argument. The Zip Code. Also changed...
``` expected: truthy value got: false (RSpec::Expectations::ExpectationNotMetError) ./features/step_definitions/common_steps.rb:57:in `/^I should successfully run "([^\"]*)"$/' features/zipcodes.feature:17:in `And I should successfully run "rake db:migrate"' undefined method `When' for # (NoMethodError) ./features/step_definitions/rails_setup_steps.rb:15:in `/^a\ new\...