This post originated from an RSS feed registered with Ruby Buzz
by Andrew Montgomery.
Original Post: Tired
Feed Title: Dark Liquid - Ruby
Feed URL: http://feeds.feedburner.com/DarkLiquid-Ruby
Feed Description: Ruby and Rails related ramblings by Andrew Montgomery
I was at work till 3am this morning (woohoo 10 hours overtime!), most of which was wasted on a tiny bug which came down to being fixed by one line:
::ActionController::Routing::Routes.reload
Also, the whole ActiveWebService thing seems stupid, when included it was causing all sorts of errors because we were creating controllers dynamically, and so it was trying to do something or other involving loading web service api files for them and getting it wrong, hence breaking everything, even though we weren���t asking for any web service functionality at all. We ended up not loading the framework, but thats hardly an ideal solution.
Why the ���neither _api or _api found��� error kept popping up even though were werent requesting an api in the first place is beyond me.
Anyway, back to sleep and then into work for round two! Ding, ding!