Re: [Rails] Re: HELP

2015-07-13 Thread StepaAr
On Monday, July 13, 2015 at 10:54:20 PM UTC+2, Colin Law wrote: > > On 13 July 2015 at 21:28, StepaAr > > wrote: > > I think it's time for rebooting. > > > > I will watch M. Hartl tutorial again (8th time). > > Don't just watch it, work r

[Rails] Re: HELP

2015-07-13 Thread StepaAr
I think it's time for rebooting. I will watch M. Hartl tutorial again (8th time). On Wednesday morning i will start again but this time from scratch . On Sunday, July 12, 2015 at 11:46:03 AM UTC+2, Ruby-Forum.com User wrote: > > Hi Stepa, > > Have you generated active record model? What contro

[Rails] Re: HELP

2015-07-09 Thread StepaAr
task. I'm getting pissed with this assignment. On Thursday, July 9, 2015 at 3:46:00 PM UTC+2, Elizabeth McGurty wrote: > > Do you have it installed? Do you know how to access it? > > On Thursday, July 9, 2015 at 9:33:13 AM UTC-4, StepaAr wrote: >> >> sqllite3.Standar

[Rails] Re: HELP

2015-07-09 Thread StepaAr
sqllite3.Standard for Rails On Wednesday, July 8, 2015 at 1:58:34 PM UTC+2, Elizabeth McGurty wrote: > > What database are you using? > >> >> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop rec

Re: [Rails] Re: HELP

2015-07-07 Thread StepaAr
I know.I'm just angry because i can't figure out a solution On Tuesday, July 7, 2015 at 9:57:24 PM UTC+2, Colin Law wrote: > > On 7 July 2015 at 20:35, StepaAr > > wrote: > > I know for that course.That's how I have learned Rails. > > Can you find what c

Re: [Rails] Re: HELP

2015-07-07 Thread StepaAr
I know for that course.That's how I have learned Rails. Can you find what chapter in book is about database?How to extract data? Maybe i'm doing something wrong On Tuesday, July 7, 2015 at 9:56:52 AM UTC+2, Colin Law wrote: > > On 6 July 2015 at 22:41, StepaAr > > wrote:

[Rails] Re: HELP

2015-07-07 Thread StepaAr
The picture is mock-up. I can't put data in database.Only valid emails goes to database but but I'm putting all e-mails in the database (valid and not valid) On Tuesday, July 7, 2015 at 4:35:15 PM UTC+2, Elizabeth McGurty wrote: > > Regarding: > > How can i memorised valid email to my databas

[Rails] Re: HELP

2015-07-06 Thread StepaAr
field from params and write a >> method to test for validity of each. If failure turn to originating render >> In the model, make accessible your multiple_email field, and write call >> back to parse the field for validation. On failure, inform user at View >> level with

[Rails] Re: HELP

2015-07-06 Thread StepaAr
5 at 3:04:57 PM UTC-4, StepaAr wrote: >> >> yes. >> >> >> >> On Monday, July 6, 2015 at 7:46:57 PM UTC+2, Elizabeth McGurty wrote: >>> >>> Before I respond, are you saying that in a single input you are >>> gathering multiple emai

[Rails] Re: HELP

2015-07-06 Thread StepaAr
yes. On Monday, July 6, 2015 at 7:46:57 PM UTC+2, Elizabeth McGurty wrote: > > Before I respond, are you saying that in a single input you are gathering > multiple email addresses? > > > On Monday, July 6, 2015 at 11:58:39 AM UTC-4, StepaAr wrote: >> >> I have

[Rails] HELP

2015-07-06 Thread StepaAr
I have a couple questions. 1) I have a couple of emails.They are separated between buy comma or space.How to find which one is correct? I was thinking using regular expression like this one : /\A[\w+\-.]+@[a-z\d\-]+(\.[a-z]+)*\.[a-z]+\z/i 2)How to put valid email address to database ? 3)If