pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-activesupport32



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 16 14:08:00 UTC 2012

Modified Files:
        pkgsrc/devel/ruby-activesupport32: distinfo

Log Message:
Update ruby-activesupport32 to 3.9.2.

## Rails 3.2.9 (unreleased)

*   Add logger.push_tags and .pop_tags to complement logger.tagged:

        class Job
          def before
            Rails.logger.push_tags :jobs, self.class.name
          end

          def after
            Rails.logger.pop_tags 2
          end
        end

    *Jeremy Kemper*

* Add %:z and %::z format string support to
  ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj*


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-activesupport32/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index