issues Search Results · repo:dgilperez/validates_zipcode language:Ruby
Filter by
26 results
(77 ms)26 results
indgilperez/validates_zipcode (press backspace or delete to remove)Just wanted to check why are there no new releases even though the gem is maintained and there are PRs with fixes being
merged.
juliamazey
- 2
- Opened on Sep 12, 2024
- #69
It should return false if the country code is not correct.
ValidatesZipcode.valid?( Sw1A 2aA , UKXXXXX )
# = true
pavan-itd
- 1
- Opened on Aug 14, 2024
- #67
As mentioned in the title. Cambodia(KH) postal code is 6 digits instead of the 5 digits in the regex.
quenvin
- 3
- Opened on Jul 2, 2024
- #66
Canadian postal codes containing lower case letters are rejected as invalid:
ValidatesZipcode::InvalidZipcodeError (invalid zipcode V0H 1z6 for country CA)
I think this is because the regexp for Canada ...
chloe-meister
- 6
- Opened on May 17, 2021
- #56
I was wondering if you d thought about adding validation on postcodes based off of their secondary state level?
I m thinking mainly the US, but I d imagine there are other address zip/postal codes that ...
ojsdude
- 4
- Opened on Mar 9, 2021
- #55
I ve introduced your postcode validation into our app; It s fantastic and saved us a lot of headaches!
One thing I d like to request is that you add a helper for generating postcodes for countries as ...
ojsdude
- 7
- Opened on Mar 1, 2021
- #53
Argentina postal code not working. e.g, ValidatesZipcode.valid?( U9000 , AR )
chandantiatros
- 2
- Opened on Aug 31, 2020
- #51
Hey @dgilperez, thanks for this awesome gem. I m currently using it at my job, and I love how easy it is to drop in
postal code/zipcode validations using this.
My team is pretty deep into i18n, and have ...
harrylewis
- 5
- Opened on Jun 1, 2020
- #47
Hi, Besides validation I want to format zipcodes according to country specific rules. I have seen, that there is a gem
https://github.com/globaldev/going_postal that tries to do this, but it seems unmaintained. ...
aiomaster
- 5
- Opened on May 11, 2020
- #43
Latvia has changed their postal code rules to include the LV prefix. Here is an example of the updated rules:
https://github.com/Cimpress-MCP/postal-codes-js/blob/master/formats/LV.json
donnen
- 1
- Opened on Feb 26, 2020
- #42

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.