Next | Query returned 32 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   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]
   2010-06-06 20:21:38 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update ruby-activesupport to 2.3.8.  Patch by Wen Heping in PR 43425.

Changes since 2.3.5:
* HTML safety: fix compatibility with the optional rails_xss plugin.
  [Nathan Weizenbaum, Santiago Pastorino]
* 1.9 compat: deprecated last_(month|year) in favor of
  prev_(month|year). [fxn]
* Deprecated Array#rand in favor of Array#random_element. [Santiago
  Pastorino, Rizwan Reza]
* Added Object#presence that returns the object if it's #present?
  otherwise returns nil [DHH/Colin Kelley]
* New assertions assert_blank and assert_present.  #4299 [Juanjo Bazan]
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's
  choice.  [Jere my Kemper]
* JSON backend for YAJL. Preferred if available.  #2666 [Brian Lopez]
* Introduce String#html_safe for rails_xss plugin and
  forward-compatibility with Rails 3.  [Michael Koziarski, Santiago
  Pastorino, José Ignacio Costa]
* Time#- with a DateTime argument behaves the same as with a Time
  argument, i.e.  returns the difference between self and arg as a
  Float #3476 [Geoff Buesing]
* YAML serialization for OrderedHash.  #3608 [Gregor Schmidt]
* Add Enumerable#exclude? to bring parity to Enumerable#include? and
  avoid if !x .include?/else calls [DHH]
   2009-12-02 00:24:24 by Min Sik Kim | Files touched by this commit (14)
Log message:
Update rails packages to 2.3.5.  This fixes a cross-site scripting
vulnerability in ruby-actionpack.

Major changes:
- Improved compatibility with Ruby 1.9
- RailsXss plugin availability
- Fixes for the Nokogiri backend for XmlMini

Next | Query returned 32 messages, browsing 1 to 10 | Previous