It's been a while since I looked at rails and I am a but rusty. I'm
looking for a nudge in the right direction if anyone would be so kind to
help me.
I'm looking at something I did a few years back that I need to review
and upgrade. The last time I looked at this we were on Rails 2.0.2 so
that's what this code is for. So I am trying to get it running on that
environment to start off.
I have a RVM environment running rails 2.0.2 on ruby 1.8.7. I can run my
application but I get an error like the below.
Yeah but I am sure this did work before. It's been on a web site for
quite some time and has been working. If what you're saying is right
then I'll have to look to see if somehow my sources have been broken...
Ok, Success. with rails 1.8.6 - it works just fine. So something was
changed between ruby 1.8.6 and 1.8.7 which introduced this "Cipher is
not a module" problem.