Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread eben sinaga
Thank you Collin. You are awesome . I have finished about it. 2017-07-20 19:47 GMT+07:00 Colin Law : > On 20 July 2017 at 09:46, eben sinaga wrote: > > This code from my config > > > > config.action_mailer.default_url_options = { :host => > >

Re: [Rails] mailboxer attachments

2017-07-20 Thread fugee ohu
On Thursday, July 20, 2017 at 5:22:33 AM UTC-4, Mugurel Chirica wrote: > > What have you tried so far? > I have my new message form in conversations/show set to mutipart: true but files don't upload -- You received this message because you are subscribed to the Google Groups "Ruby on

Re: [Rails] mailboxer attachments

2017-07-20 Thread nynhex
Then you should have your answers. > On Jul 20, 2017, at 11:46 AM, fugee ohu wrote: > > > > On Thursday, July 20, 2017 at 9:42:50 AM UTC-4, nynhex wrote: > Have you actually read the docs, googled, looked at stack overflow? > > >> On Jul 20, 2017, at 12:55 AM, fugee ohu

Re: [Rails] mailboxer attachments

2017-07-20 Thread fugee ohu
On Thursday, July 20, 2017 at 9:42:50 AM UTC-4, nynhex wrote: > > Have you actually read the docs, googled, looked at stack overflow? > > > On Jul 20, 2017, at 12:55 AM, fugee ohu > wrote: > > I haven't been able to get attachments working The mailboxer_notifications >

Re: [Rails] mailboxer attachments

2017-07-20 Thread nynhex
You can try reading the docs? > On Jul 20, 2017, at 11:44 AM, fugee ohu wrote: > > > > On Thursday, July 20, 2017 at 5:22:33 AM UTC-4, Mugurel Chirica wrote: > What have you tried so far? > > there are mailboxer tables but the models are in the gem What is there to try >

Re: [Rails] mailboxer attachments

2017-07-20 Thread fugee ohu
On Thursday, July 20, 2017 at 5:22:33 AM UTC-4, Mugurel Chirica wrote: > > What have you tried so far? > there are mailboxer tables but the models are in the gem What is there to try -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] Re: newbie but 32 years old

2017-07-20 Thread Joe Guerra
The other thing is get a github account right away and start making regular contributions. Nice thing about github, it shows you how much work you've put into it. Finally, start applying even if you don't have the experience on small jobs online using freelance sites. On Thursday, July 20,

[Rails] Re: newbie but 32 years old

2017-07-20 Thread Joe Guerra
It's very hard to find the time if you have a full-time job. 1. if your committed, I would quit your job. It takes a good 40 to 60 hrs a week to fully grasp and remember stuff. 2. find a good bootcamp, I think in class training is more structured than online training, but it will cost you

Re: [Rails] newbie but 32 years old

2017-07-20 Thread Hassan Schroeder
On Thu, Jul 20, 2017 at 12:14 AM, jarby dacillo wrote: > I'm 32 years of age, zero knowledge in web development, am I still qualified > to change career? I'm now studying on my own in html Everyone starts *everything* with "zero knowledge". As Mugurel Chirica said:

Re: [Rails] mailboxer attachments

2017-07-20 Thread nynhex
Have you actually read the docs, googled, looked at stack overflow? > On Jul 20, 2017, at 12:55 AM, fugee ohu wrote: > > I haven't been able to get attachments working The mailboxer_notifications > table has an attachment field but messages are created by the messages >

Re: [Rails] newbie but 32 years old

2017-07-20 Thread Karthikeyan A K
Rails is great. I love it so much I just can't describe it in words. Its earned my food for a long time. For me it took 11 months in total to master Ruby + Rails. I owe a lot to all humans who made this thing possible. I came from PHP background so I felt Rails was crazy at first, then when I

Re: [Rails] newbie but 32 years old

2017-07-20 Thread Greg Navis
Let's turn this around: why do you think you wouldn't qualify for a career change? This may help us give you the right perspective on your concerns. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread Colin Law
On 20 July 2017 at 09:46, eben sinaga wrote: > This code from my config > > config.action_mailer.default_url_options = { :host => > 'https://www.handbo.id' } > # ActionMailer Config > # Setup for production - deliveries, no errors raised >

Re: [Rails] mailboxer attachments

2017-07-20 Thread Mugurel Chirica
What have you tried so far? -- 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 emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send

Re: [Rails] newbie but 32 years old

2017-07-20 Thread Mugurel Chirica
This depends on you, if you are motivated and willing to work really hard to learn everything you need then I would say that you have a high change. You have two options: 1. Don't quit your day job and work all your free time to learn HTML/CSS and then whatever path you want, in a few weeks/months

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread eben sinaga
This code from my config *config.action_mailer.default_url_options = { :host => 'https://www.handbo.id' }* *# ActionMailer Config* *# Setup for production - deliveries, no errors raised* *config.action_mailer.delivery_method = :smtp* *config.action_mailer.perform_deliveries = true*

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread eben sinaga
I am using heroku and I can't send email to other users. On Thursday, 20 July 2017 15:26:20 UTC+7, Colin Law wrote: > > On 20 July 2017 at 09:10, eben sinaga > wrote: > > this code from my terminal > > > > Sent mail to y...@handbo.id (150.1ms) > >

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread Colin Law
On 20 July 2017 at 09:10, eben sinaga wrote: > this code from my terminal > > Sent mail to y...@handbo.id (150.1ms) > 2017-07-20T07:32:07.430225+00:00 app[web.1]: Date: Thu, 20 Jul 2017 07:32:07 > + > 2017-07-20T07:32:07.430226+00:00 app[web.1]: From: x...@handbo.id >

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread eben sinaga
this code from my terminal Sent mail to y...@handbo.id (150.1ms) 2017-07-20T07:32:07.430225+00:00 app[web.1]: Date: Thu, 20 Jul 2017 07:32:07 + 2017-07-20T07:32:07.430226+00:00 app[web.1]: From: x...@handbo.id 2017-07-20T07:32:07.430227+00:00 app[web.1]: To: y...@handbo.id

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread Colin Law
On 20 July 2017 at 08:52, eben sinaga wrote: > you're right, my error is "everything seems ok but also my email is not > sent" The other thing that is important when asking for help is to make sure you supply all the information that is asked for. Please read my

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread eben sinaga
you're right, my error is "everything seems ok but also my email is not sent" thx On Thursday, 20 July 2017 14:44:42 UTC+7, Colin Law wrote: > > On 20 July 2017 at 08:21, eben sinaga > wrote: > > Hi there, > > > > I have been using this tutorial >

Re: [Rails] how to get setting confirm email from production ?

2017-07-20 Thread Colin Law
On 20 July 2017 at 08:21, eben sinaga wrote: > Hi there, > > I have been using this tutorial https://www.youtube.com/watch?v=EycP9L_x5rE > to create confirming email. For production it doesn't work. Can you help me You need to give us more information. First tell us

[Rails] newbie but 32 years old

2017-07-20 Thread jarby dacillo
I'm 32 years of age, zero knowledge in web development, am I still qualified to change career? I'm now studying on my own in html -- 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 emails

[Rails] how to get setting confirm email from production ?

2017-07-20 Thread eben sinaga
Hi there, I have been using this tutorial https://www.youtube.com/watch?v=EycP9L_x5rE to create confirming email. For production it doesn't work. Can you help me ? Thx -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe

Re: [Rails] does create action see params from the form or only methods of the object created by the form

2017-07-20 Thread Colin Law
On 20 July 2017 at 06:48, fugee ohu wrote: > > > On Sunday, July 9, 2017 at 3:12:44 AM UTC-4, Colin Law wrote: >> >> On 9 July 2017 at 03:02, fugee ohu wrote: >> > It seems I've already asked my own question but haven't answered it yet >> > =D >> >> The