aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-activeresource
Commit message (Collapse)AuthorAgeFilesLines
* - Update to rails 2.3.2Philip M. Gollucci2009-04-242-5/+5
| | | | | | | | | | | | | | | | | | | | www/rubygem-rails [2] devel/rubygem-activesupport [5] databases/rubygem-activerecord mail/rubygem-actionmailer [4] www/rubygem-actionpack [3] www/rubygem-activeresource [1] PRs: ports/133523 [1], ports/133525 [2], ports/133522 [3] ports/133518 [4], ports/133516 [5], ports/133504 [6] Approved by: maintainer timeout (2 weeks 1 day) [1-6] Submitted by: me [1-6] Tested by: RidCharge Inc. Tinderbox Sponsored by: RideCharge Inc. Notes: svn path=/head/; revision=232632
* - required by rubygem-rails 2.2Cheng-Lung Sung2009-02-193-0/+39
- need rubygem-activesupport 2.2 Active Resource Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures. These conventions are outlined in detail in the documentation for ActiveResource::Base. WWW: http://www.rubyonrails.org/ WWW: http://rubyforge.org/projects/activeresource/ PR: ports/131280 Submitted by: clsung Notes: svn path=/head/; revision=228633