Commit graph

4 commits

Author SHA1 Message Date
taca
a096ad501c Add another missing patch, noted by HIRAMATSU Yoshifumi on tech-pkg-ja@.
Bump PKGREVISION.
2011-02-20 15:44:17 +00:00
taca
1170110ed2 Update ruby-actionpack3 package to 3.0.4.
* More strict dependency reflect gemspec's description.


*Rails 3.0.3 (November 16, 2010)*

* When ActiveRecord::Base objects are sent to predicate methods, the id of
 the object should be sent to ARel, not the ActiveRecord::Base object.

* :constraints routing should only do sanity checks against regular
  expressions.  String arguments are OK.


*Rails 3.0.2 (November 15, 2010)*

* The helper number_to_currency accepts a new :negative_format option to be
  able to configure how to render negative amounts. [Don Wilson]
2011-02-09 12:58:53 +00:00
taca
bd1e633827 Update www/ruby-actionpack3 to 3.0.1.
No change except version, it is part of Rails 3.0.1.
2010-10-15 11:42:32 +00:00
taca
ae961a16a2 Importing www/ruby-actionpack3 3.0.0.
Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.

(This is part of Ruby on Rails 3.)
2010-09-12 04:20:20 +00:00