I'm new to Ruby/Ruby on Rails and I'm working with project fedena which runs on Rails 2.3.5. I looked around for a rails schema visualizer.. but I found that there are only some gems that support rails 1.x and others that support rails 3.x.
Is it possible to get a RoR application that was built with a certain RoR version in mind and compile it again for another version of RoR? I've been researching about backward/forward compatibility in Ruby and I'm getting un-encouraging results. It seems there are significant difference across the various RoR releases.