Recently I heard someone suggest that there is a way to map object diagrams from rails migrations by some reverse engineering method.It would be great if someone could actually explain how this is done or using what tool it can be done.
You can generate Rails class diagrams for models with rails-erd or railroady. Both gems depend on graphviz, so make sure you follow the directions for each gem to make sure you have the necessary dependencies installed first.