First of all keep in mind I am completely new to Ruby, plus I am
sysadmin, not developer.
As sysadmin I started working in company that do have some Ruby
applications running on Ubuntu 11.10 with Ruby 1.9.2. I wanted to
migrate those applications to Ubuntu 12.04 with out of box ruby (ver
1.9.3) but it is not working, I am receiving lot's of errors. (mainly
around ruby-debug and parseline if I understand properly)
My question is what are main differences between those two versions of
Ruby ? Where I should start looking ? What is best method for this port
?
On Fri, Mar 22, 2013 at 2:40 PM, Dusan D. <lists@ruby-forum.com> wrote:
Hi,
First of all keep in mind I am completely new to Ruby, plus I am
sysadmin, not developer.
As sysadmin I started working in company that do have some Ruby
applications running on Ubuntu 11.10 with Ruby 1.9.2. I wanted to
migrate those applications to Ubuntu 12.04 with out of box ruby (ver
1.9.3) but it is not working, I am receiving lot's of errors. (mainly
around ruby-debug and parseline if I understand properly)
My question is what are main differences between those two versions of
Ruby ? Where I should start looking ? What is best method for this port
?
I checked that text and it is not helping. According that one, it should
not be major change, everything should be working straightforward. And
yet I do have problems.
btw. problem is with linecache19 (not parseline as I previously stated).
Yes, I've done that and still the same. Reading around the internet, it
seems that I've hit well known bug that was not fixed for a year or so
(http://devnet.jetbrains.com/thread/431168).
What about posting the concrete error? That'll likely yield more
helpful answers.
The only other thing that comes to mind is to check whether gems are current.
Cheers
robert
···
On Fri, Mar 22, 2013 at 2:54 PM, Dusan D. <lists@ruby-forum.com> wrote:
I checked that text and it is not helping. According that one, it should
not be major change, everything should be working straightforward. And
yet I do have problems.
btw. problem is with linecache19 (not parseline as I previously stated).