NOTICE: This package has been removed from pkgsrc

./devel/ruby-activesupport, Collection of classes and extensions for Rails

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.3.14, Package name: ruby19-activesupport-2.3.14, Maintainer: minskim

Active Support is a collection of various utility classes and standard
library extensions that were found useful for Rails. All these
additions have hence been collected in this bundle as way to gather
all that sugar that makes Ruby sweeter.


Required to run:
[lang/ruby19-base]

Master sites:

SHA1: 4f7d82d8d4eaf80d9eb1638341558cf8a207cc2e
RMD160: 0ece71e15413b40f53be83ab74013a70e16a4c5b
Filesize: 421 KB

Version history: (Expand)


CVS history: (Expand)


   2012-03-18 09:09:27 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-activesupport, say good-by to Ruby on Rails 2.
   2011-12-13 16:50:49 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS2_VERSION in DISTNAME.
   2011-08-17 16:12:03 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport package to 2.3.14.

2.3.14:

Security fix with Ruby 1.8.x not affected Ruby 1.9.x:

Ruby on Rails has provided a high performance replacement for
ERB::Util.h since version 2.0.0.  Due to a bug in the Ruby 1.8 Regular
Expression code this replacement version will fail to escape certain
malformed unicode strings.  This malformed output will then be
interpreted as HTML by some browsers on some operating systems.
   2011-06-11 05:13:46 by Takahiro Kambe | Files touched by this commit (8)
Log message:
Update Ruby on Rails supporting packages to 2.3.12.

Exact changes are unknown but some bug fixes.
   2011-03-23 15:27:15 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Switch to utilize lang/ruby/rail.mk.
   2011-02-09 13:37:58 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-activesupport package to 2.3.11.

It is update of version only for Ruby on Rails 2.3.11 update.
   2010-10-15 13:32:29 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update devel/ruby-activesupport to 2.3.10.

No change except version, it is part of Rails 2.3.10.
   2010-09-10 07:10:14 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update devel/ruby-activesupport to 2.3.9.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

*2.3.9 (September 4, 2010)*

* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3.
  Deprecates {{foo}} interpolation syntax in favor of 1.9-native %{foo}.

* Deprecate Kernel#returning in favor of Object#tap since it's included
  in Ruby 1.8.7 and later. [Santiago Pastorino]

* Deprecates ActiveSupport::Dependencies.load_(once_)paths, renamed to
  autoload_(once_)paths. [fxn]

* Deprecates Array#random_element, renamed to sample to match Ruby 1.9,
  thanks to Marc-Andre Lafortune. [fxn]