-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
@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 of this gem. My time is limited but I think that I can still contribute quite a bit.
Let me know your thoughts. Here are a few ideas:
- Deprecate support for Rails versions less than 4.0
- Deprecate support for Ruby versions less than 2.3.0
- Update and streamline the ETL of data (country, state, county, zipcode). I think Kiba is a nice choice for this.
- Make the generators update existing models if they already exist - and allow the user to specify matching models with different names.
- Include
my_zipcode_gem.jsandmy_zipcode_gem.coffeemodules for users to choose between - Optionally generate an example view
- Generate the lookup controller and update the route
- i18n support
- International postal code support (I haven’t researched this and the scope may be prohibitive)