One thing i did different from the rail port tutorial is changing the version of an installed library.
I had this: changed into this: I also get a lot of these errors when running rake test.
asked 24 Oct '11, 09:35 alexz |
It's not clear what you are trying to achieve. Rails 2.3 and Rails 3.1 are incompatible. The current code doesn't work on rails 3, and that's why the tutorial specifies the exact version of rails that's required. You should use that version. There is work in progress to rewrite parts of the code in order to work with rails 3.1, but this is not yet complete. If you are interested in helping with the development, then see https://github.com/tomhughes/openstreetmap-website/tree/rails3 for the work so far. answered 24 Oct '11, 12:14 Andy Allan Thanks, but i installed that same version but still get the messages.
(24 Oct '11, 13:35)
alexz
|
This is just deprication warnings. You can change the code to not use the deprecated functions and send the patch in a bug report so that it can work on newer versions. Note that you might want to keep the code backwards compatible by not using new functions and/or branching on version. answered 24 Oct '11, 10:00 Gnonthgol ♦ HOw to change the code? ANd into what should i change?
(24 Oct '11, 10:18)
alexz
i get this message too. Is it normal?
(24 Oct '11, 12:10)
alexz
|