Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-16 | Importing www/ruby-activeresource31 package version 3.1.3. | taca | 1 | -0/+22 | |
## Rails 3.1.1 (October 7, 2011) ## * No changes ## Rails 3.1.0 (August 30, 2011) ## * The default format has been changed to JSON for all requests. If you want to continue to use XML you will need to set `self.format = :xml` in the class. eg. class User < ActiveResource::Base self.format = :xml end |