Displaying 1 result from an estimated 1 matches for "r09222".
Did you mean:
409222
2007 Nov 29
2
railroad-database problem
...I am trying to run the railroad under my
application having these database connections.
I think , what is happening is, the railroad is trying to find a table
named reportings , but Reporting is just the connecting model for the
legacy_development connection. The error which I am getting is
R09222:~/project1> railroad -M models
(eval):3:in `describe'': "DESC reportings" failed; does it exist?
(RuntimeError)
from
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/connection_adapters/oracle_adapter.rb:316:in
`columns''
from
/...