Re: [Rails] validation on phone number

2016-03-27 Thread Walter Lee Davis
> On Mar 26, 2016, at 11:36 PM, tamouse pontiki wrote: > > > > On Sat, Mar 26, 2016 at 4:35 AM, Colin Law wrote: > On 26 March 2016 at 09:25, Naveed Alam wrote: > > Ramu Goud wrote in post #1182441: > >> Hi, > >> i have

Re: [Rails] validation on phone number

2016-03-26 Thread Colin Law
On 26 March 2016 at 14:37, tamouse pontiki wrote: > Sorry if this was duplicated -- I was trying to use Apple Mail again after > all these years and suddenly remembered why I wasn't using it. Hi Tamouse, I don't think we received it once, let alone twice. At least I did

Re: [Rails] validation on phone number

2016-03-26 Thread tamouse pontiki
Sorry if this was duplicated -- I was trying to use Apple Mail again after all these years and suddenly remembered why I wasn't using it. On Sat, Mar 26, 2016 at 9:34 AM, tamouse pontiki wrote: > > -- You received this message because you are subscribed to the Google

Re: [Rails] validation on phone number

2016-03-24 Thread Robby O'Connor
Use a string. --Rob Sent from my cell, please excuse any typos. On Mar 24, 2016 5:49 PM, "Ramu Goud" wrote: > Hi, > i have column name phone with integer datatype but when i enter phone > number it throws an error > "1325565488 is out of range for

[Rails] validation on phone number

2016-03-24 Thread Ramu Goud
Hi, i have column name phone with integer datatype but when i enter phone number it throws an error "1325565488 is out of range for ActiveRecord::Type::Integer with limit 4" i have changed limit to 8 in migration file but still it didn't work. Any kind suggestions would be appreciated. Thanks