[Rails] Formatting Names and Addresses

2010-10-14 Thread tonypm
I have to import names and addresses that have already been created without any validation. Does anyone know if there exists a standard/utility/bit of code etc that does the formatting automatically. Using titleize is a start, but there are obviously lots of additional formatting requirements

Re: [Rails] Formatting Names and Addresses

2010-10-14 Thread Philip Hallstrom
I have to import names and addresses that have already been created without any validation. Does anyone know if there exists a standard/utility/bit of code etc that does the formatting automatically. Using titleize is a start, but there are obviously lots of additional formatting