Ruby on Rails Wednesday, August 23, 2017

> On Aug 23, 2017, at 8:41 AM, Ben Edwards <login@funkytwig.com> wrote:
>
> Hi, we are setting up Ruby on Rails on a production server. Advice on what version of ROR and Ruby to use would be great. Obviuiously we want something stable and not too cutting edge.
>
> Also advice on keeping it up to date, especially regarding secularity, would be great. We have great Linux sys Ops in terms of general security, its the ROR bit of the stack I am asking about.
>
> Regards,
> Ben


Latest stable is Rails 5.1.3 and Ruby 2.4.1. I'd not try to use older versions... upgrading deprecated stuff in Rails is a PITA, and older Rubys are slower and coming to EOL for security patches anyway. I'm also on Linux. Using Apache+Passenger+PostgreSQL to deploy. You can safely update minor releases as you go as they are released without a lot of pain. Start with current stable releases and move from there.

Good luck! Hope this helps.


Phil

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8FB660E0-7D27-47B2-8210-DD1A3C9AE6CB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment