Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread Edsil Basadre
Hi Simon, have you tried specifying Ruby version on your Gemfile? e.g source "https://rubygems.org"; ruby "2.4.1" On Tue, May 2, 2017 at 7:50 AM, Simon Fisher wrote: > Thanks Edsil, Frederick. How did you solve it? Is it as simple as > specifying a Ruby version >= 2.3 in your gemfile? > > I n

[Rails] has_secure_token rails5 for logging in a user.

2017-05-01 Thread Chris Vukin
Has anyone any thoughts on logging in a user to a rails app after the user logs in via the traditional form mechanism with devise? My current thought line: override devise sessions_controller with a custom method for using user.auth_token object to validate and login the given user if the au

Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread Simon Fisher
Thanks Edsil, Frederick. How did you solve it? Is it as simple as specifying a Ruby version >= 2.3 in your gemfile? I noticed from the Heroku doco the default ruby version if none is specified in the gemfile is MRI 2.3.4 On Tuesday, 2 May 2017 07:13:03 UTC+8, Edsil Basadre wrote: > > Frederick

Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread Edsil Basadre
Frederick is correct, it is a dependency. On Tue, May 2, 2017 at 12:47 AM, Frederick Cheung < frederick.che...@gmail.com> wrote: > On Monday, May 1, 2017 at 5:42:22 PM UTC+1, Simon Fisher wrote: > > Hi Edsil, I have the same issue as Edsil and it is because of the Ruby > version running on Heroku

Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread Frederick Cheung
On Monday, May 1, 2017 at 5:42:22 PM UTC+1, Simon Fisher wrote: > Hi Edsil, I have the same issue as Edsil and it is because of the Ruby > version running on Heroku. Curious thing is that xmlrpc-0.3.0 is not a gem in > my gemfile (pasted below) so I'm not sure how to downgrade the gem and I > ca

Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread Simon Fisher
Hi Edsil, I have the same issue as Edsil and it is because of the Ruby version running on Heroku. Curious thing is that xmlrpc-0.3.0 is not a gem in my gemfile (pasted below) so I'm not sure how to downgrade the gem and I can't upgrade the version of Ruby on Heroku (to my knowledge). Any ideas?

Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread Edsil Basadre
Great! So, how did you solved it? On Mon, 1 May 2017 at 9:35 PM, eben sinaga wrote: > Thank you, I got finished about it. > > > On Sunday, 30 April 2017 15:23:46 UTC+7, Edsil Basadre wrote: > >> What is your Ruby version? Based on that error you need to have the >> version that required for that

Re: [Rails] I got error xmlrpc-0.3.0 requires ruby version >= 2.3

2017-05-01 Thread eben sinaga
Thank you, I got finished about it. On Sunday, 30 April 2017 15:23:46 UTC+7, Edsil Basadre wrote: > > What is your Ruby version? Based on that error you need to have the > version that required for that Gem. So either you upgrade your ruby version > or downgrade the gem that requiring the speci