Typo on Rails 1.1
Posted by Michael Tue, 28 Mar 2006 20:16:51 GMT
I upgraded our production systems this morning to Rails 1.1. We had tested all of our apps extensively with the last few pre-releases so we felt good about doing this the first day. We run extensive usage tests with the Rails testing framework and all the apps both the public apps and the ones we run privately for companies pass with flying colors.
About 10 mins. after the migration, someone emailed me to say the blog was down. I thought “crap, I forgot to check Typo on 1.1”. Sure enough it’s broken. So we searched through the logs and found that if we commented these lines out of our environment.rb file, typo works enough to limp along:
Controllers = Dependencies::LoadingModule.root( File.join(RAILS_ROOT, 'app', 'controllers'), File.join(RAILS_ROOT, 'components') )
I got caught up in the day and never got back to it. We’ll send a fancy Imapenguin Mug to the first person who posts a good explanation and/or fix.
