aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/container
Commit message (Expand)AuthorAgeFilesLines
* Ousted ActionWebService from Rails 2.0David Heinemeier Hansson2007-11-213-248/+0
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-4/+2
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-293-5/+3
* Fix docs (closes #2679) [coffee2code]David Heinemeier Hansson2005-11-072-5/+5
* clean up cases where we override #inheritedLeon Breedt2005-06-251-8/+8
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-051-1/+1
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-1/+1
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-251-1/+1
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-3/+6
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-253-0/+249