Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-14 Thread tonypm
Rob, this is a useful summary, Thanks. I face the same problem, having two large apps that are in constant development and so without putting a stop to development and focusing on upgrading (something that would be very hard to sell to one of my clients), I am strugling to see a way forward.

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-14 Thread Walter Lee Davis
On Jul 14, 2014, at 6:46 AM, tonypm wrote: I am also using Prototype js, and am wondering whether I should migrate to JQuery along the way, or get as far as possible with Prototype. I am still using Prototype in 4.1, this branch is the one that works without issues for me:

[Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread M,Gopi M.gopinath
Hi ROR folks, Can anyone suggest me is there anyway to update rails 2.X application to Rails 3.X or Rails 4.X Best Regards, *Gopinath M* -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread Walter Lee Davis
On Jul 3, 2014, at 10:16 AM, M,Gopi M.gopinath wrote: Hi ROR folks, Can anyone suggest me is there anyway to update rails 2.X application to Rails 3.X or Rails 4.X You may want to watch this: https://www.youtube.com/watch?v=xi7z-vGNNGw It depends a whole lot on your

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread M,Gopi M.gopinath
On Thu, Jul 3, 2014 at 7:49 PM, Walter Lee Davis wa...@wdstudio.com wrote: On Jul 3, 2014, at 10:16 AM, M,Gopi M.gopinath wrote: Hi ROR folks, Can anyone suggest me is there anyway to update rails 2.X application to Rails 3.X or Rails 4.X You may want to watch

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread Hassan Schroeder
On Thu, Jul 3, 2014 at 7:28 AM, M,Gopi M.gopinath gopi170...@gmail.com wrote: Seems I need to say this first, The website which I have Know is 8 Years old website, Developed in Ruby 1.8.6 and Rails 2.3.6, and its as 220 tables in it and lot of controllers and views. Is

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread Jason Fleetwood-Boldt
As was suggested to you by other posters, please read the upgrade guide carefully (here is the official one http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html) it is recommended that you have very good test coverage before you begin. I suggest you use a tool like simple-cov

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread Rob Biedenharn
On 2014-Jul-3, at 11:25 , Jason Fleetwood-Boldt t...@datatravels.com wrote: As was suggested to you by other posters, please read the upgrade guide carefully (here is the official one http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html) it is recommended that you have very

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread Rob Biedenharn
On 2014-Jul-3, at 15:49 , Rob Biedenharn r...@agileconsultingllc.com wrote: On 2014-Jul-3, at 11:25 , Jason Fleetwood-Boldt t...@datatravels.com wrote: As was suggested to you by other posters, please read the upgrade guide carefully (here is the official one

Re: [Rails] Updating Rails 2 to Rails 3 or 4

2014-07-03 Thread Jason Fleetwood-Boldt
On Jul 3, 2014, at 3:49 PM, Rob Biedenharn r...@agileconsultingllc.com wrote: Simple-cov will not help you yet as it requires ruby 1.9.3 or better. (It's been so long that I can't even remember if there was a similar tool that worked with ruby 1.8.6.) I think this was the one we used to