Re: [Rails] mikel mail with gmail stmp, security issue

2016-03-03 Thread tamouse pontiki
On Thu, Mar 3, 2016 at 8:03 PM, Whil Piavis wrote: > Greetings, > > I'm trying to get the mikel mail gem working with stmp to gmail. When I > attempt to send a mail I get the 'check_auth_response' error. > (NET::SMTPAuthenticationError). > > When I go to gmail it then says that there has be

[Rails] mikel mail with gmail stmp, security issue

2016-03-03 Thread Whil Piavis
Greetings, I'm trying to get the mikel mail gem working with stmp to gmail. When I attempt to send a mail I get the 'check_auth_response' error. (NET::SMTPAuthenticationError). When I go to gmail it then says that there has been an attempt to sign in from an app that does not meet mode

[Rails] Re: Which Company is Best on Ruby on Rails Development in India?

2016-03-03 Thread Robby Russell
Might I suggest that you get in touch with my company? We've been in the Ruby on Rails community since late 2004. We're not the cheapest company. We're one of the most experienced. http://www.planetargon.com/ Based in Portland, Oregon USA. — Robby Russell Managing Partner | Planet Argon +1 800

Re: [Rails] extending activeRecord with activeResource

2016-03-03 Thread Colin Law
On 3 March 2016 at 20:25, Zdravko Balorda wrote: > How to extend ActiveRecord from database with additional columns from > ActiveResource? > I have an ActiveRecord class Person which I need to extend with columns > from remote database which I can access with ActiveResource class Party. > Can Part

[Rails] Faraday::ConnectionFailed in Devise::SessionsController#create Connection refused - connect(2) for

2016-03-03 Thread fugee ohu
I'm getting this error I think because openssl maybe has the wrong path to certs Typing `openssl version -a` says openssldir is "/usr/lib/ssl" I dunno if that means this is the path that openssl expects to find certificates in or not If it is I need to append certs to the end of the path because

[Rails] extending activeRecord with activeResource

2016-03-03 Thread Zdravko Balorda
How to extend ActiveRecord from database with additional columns from ActiveResource? I have an ActiveRecord class Person which I need to extend with columns from remote database which I can access with ActiveResource class Party. Can Party be seemlessly integrated into Person? Regards, Zdravko --

[Rails] Re: First Steps with Ruby

2016-03-03 Thread Luis Piero
Thanks a lot Diego! I will have a look! Best regards! -- Posted via http://www.ruby-forum.com/. -- 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 rubyon

Re: [Rails] First Steps with Ruby

2016-03-03 Thread Diego Dillenburg Bueno
For starters we usually suggest that you follow up Michael Hartl's web book: http://railstutorial.org It's free to read online and from what I recall he even talks a little about databases. Also the lesson about setting up an ruby on rails development environment is pretty neat. Best regards and

[Rails] First Steps with Ruby

2016-03-03 Thread Luis Piero
Hi all, My name is Luis, and I'm a 16 years old guy from Spain. I would like to learn Ruby because I've seen is pretty cool and seems quite easy to learn. I tried to look for some spanish forums but they are not too active so I'm going to post here, please forgive my poor English. I would like to

[Rails] Understanding Ruby by Looking Under The Hood

2016-03-03 Thread Jesus Castello
Hello, In this blog post you can learn how to get started exploring MRI (Matz's Ruby Interpreter) source code to learn how Ruby works. You can read it here: http://www.blackbytes.info/2016/02/exploring-mri/ Thank you! -- Posted via http://www.ruby-forum.com/. -- You received this message be

[Rails] devise; providing a path to certs

2016-03-03 Thread fugee ohu
where do i set the path to certs for devise? -- 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 thi