[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

Re: [Rails] Re: HELP

2015-07-13 Thread StepaAr
:54:20 PM UTC+2, Colin Law wrote: On 13 July 2015 at 21:28, StepaAr ser.arseni...@gmail.com javascript: wrote: I think it's time for rebooting. I will watch M. Hartl tutorial again (8th time). Don't just watch it, work right through it, entering all the code, getting it working

[Rails] Re: HELP

2015-07-09 Thread StepaAr
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.Standard for Rails -- You received this message because you

[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 receiving

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 ser.arseni...@gmail.com javascript

[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 database ?

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 ser.arseni...@gmail.com javascript: wrote: I know for that course.That's how I have learned Rails. Can you find what chapter

[Rails] Re: HELP

2015-07-06 Thread StepaAr
https://lh3.googleusercontent.com/-m_BZD9awBgM/VZrcgA0wDAI/AAs/trS5JfhMeQ8/s1600/trial_task.jpg theoretically unlimited example picture On Monday, July 6, 2015 at 9:46:22 PM UTC+2, Elizabeth McGurty wrote: Predictably how many? On Monday, July 6, 2015 at 3:04:57 PM UTC-4, StepaAr

[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 a couple questions. 1) I have a couple

[Rails] Re: HELP

2015-07-06 Thread StepaAr
field, and write call back to parse the field for validation. On failure, inform user at View level with if model.errors.any? Liz On Monday, July 6, 2015 at 3:52:49 PM UTC-4, StepaAr wrote: https://lh3.googleusercontent.com/-m_BZD9awBgM/VZrcgA0wDAI/AAs/trS5JfhMeQ8/s1600

[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 ?