diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-02-19 06:41:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-02-19 06:41:43 +0000 |
commit | fefadb0555ad323674f7e37d904f7d67d2dd075d (patch) | |
tree | 71e38e517a05621079592d856e0d9d87d1e2708f /www/Makefile | |
parent | 5ea916e03c36ce0901f15f98e202914ef182152b (diff) |
- required by rubygem-rails 2.2
- 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
Notes:
svn path=/head/; revision=228633
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f3fba9ba51cc..1c7b6d3e1abb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1321,6 +1321,7 @@ SUBDIR += ruby-tmpl SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionwebservice + SUBDIR += rubygem-activeresource SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-bluecloth SUBDIR += rubygem-erubis |