We are trying to install a pre-existing ruby on rails.
We are new to ruby so we have a new install. We have already had to update the code in this app from 'require_gem' to 'gem' and now we are getting variable not initialized errors.
Was there a previous ruby version that was by default was loose and allowed you 'spring to life' variables? Is there a way to tell ruby to be loose about its variable declaration?
i know this is a perl site, but you are talking about our exact problem. hoping you can help.