There's a lot of old stuff in there.
At this point I think we should focus on just getting the tests
running. Or if you like, manually getting it running in a Rails 3
project.
I went down the road of a rewrite and tried to pull out just the
page.rb and page_spec.rb files but found that our code is so tightly
coupled that I had to pull in several other models just to get the
page spec to run (almost all of the models, if I remember correctly).
Radiant is old and has had many cooks in the kitchen. The most
valuable thing at this point during a transition are the specs, so I'd
love to get those running however we do it.
Pulling out LoginSystem for example would require that we change it so
that another one can be put in. I think it might be premature to try
that before we even have it running. But it depends on what everyone
is doing. If you want to tackle it, please do and we'll all help where
we can. For now, I'm focusing on just changing what needs to be
changed to keep the specs running.
On Thu, Jan 10, 2013 at 8:54 PM, Benny Degezelle