search for: ponnappa

Displaying 2 results from an estimated 2 matches for "ponnappa".

Did you mean: kannappa
2011 Sep 09
3
Missing Content-Length header breaks ActiveResource 3.1 on create
...ting, but one thing that is clear is that the API response doesn''t have a Content-Length header and this causes AResource to break; the fact that this only happens on the prod server seems to point at the fault probably lying with Apache. Has anyone run into a similar issue? Thanks, Sidu Ponnappa. http://c42.in http://blog.sidu.in [1] http://is.gd/c5wsjk -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rub...
2011 Sep 07
4
rspec testing inheritance
Hello, Is there any way to test model inheritance in spec? something like.. it { ChildModel.should < ParentModel } thanks.