Path to this page:
Next | Query returned 9 messages, browsing 1 to 10 | previous
CVS Commit History:
2020-03-21 16:54:27 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-activesupport42: remove package
Remove ruby-activesupport42 package, a part of Ruby on Rails 4.2 package.
|
2019-04-14 12:11:22 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-activesupport42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
|
2019-02-03 16:09:21 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/ruby-activesupport42: change dependencies
* Change dependency from devel/ruby-i18n to devel/ruby-i18n12.
* Change dependency from time/ruby-tzinfo to devel/ruby-tzinfo1.
Bump PKGREVISION.
|
2018-11-29 14:49:00 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
devel/ruby-activesupport42: update to 4.2.11
No change except version.
|
2018-03-18 15:21:22 by Takahiro Kambe | Files touched by this commit (37) |
Log message:
lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
|
2018-03-13 17:29:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-activesupport42: update to 4.2.10
## Rails 4.2.10 (September 27, 2017) ##
* No changes.
## Rails 4.2.9 (June 26, 2017) ##
* Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
raise `RuntimeError: can't modify frozen Time` when called on any frozen `Time`.
Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` object
when calling `#to_time`.
*Kevin McPhillips* & *Andrew White*
* Restore the return type of `DateTime#utc`
In Rails 5.0 the return type of `DateTime#utc` was changed to `Time` to be
consistent with the new `DateTime#localtime` method. When these changes were
backported in #27553 this inadvertently changed the return type in a patcn
release. Since `DateTime#localtime` was new in Rails 4.2.8 it's okay to
restore the return type of `DateTime#utc` but keep `DateTime#localtime` as
returning `Time` without breaking backwards compatibility.
*Andrew White*
* In Core Extensions, make `MarshalWithAutoloading#load` pass through the \
second, optional
argument for `Marshal#load( source [, proc] )`. This way we don't have to do
`Marshal.method(:load).super_method.call(sourse, proc)` just to be able to \
pass a proc.
*Jeff Latz*
* Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.
*Adam Rice*
* `AS::Testing::TimeHelpers#travel_to` now changes `DateTime.now` as well as
`Time.now` and `Date.today`.
*Yuki Nishijima*
|
2018-01-04 14:15:19 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/ruby-activesupport42: improve dependency
No need to depends on ruby-minitest since minimum version of minitest
is bundled with Ruby 2.2 and later.
Bump PKGREVISION.
|
2017-06-21 15:12:21 by Takahiro Kambe | Files touched by this commit (19) | |
Log message:
Switch most of Ruby on Rails related packages to updated frame work.
|
2017-04-14 10:00:26 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Import ruby-activesupport-4.2.8 as devel/ruby-activesupport42
Notable changes since 3.2:
- Replace deprecated memcache-client gem with dalli in
ActiveSupport::Cache::MemCacheStore.
- Optimize ActiveSupport::Cache::Entry to reduce memory and processing
overhead.
- Inflections can now be defined per locale. singularize and pluralize
accept locale as an extra argument.
- Object#try will now return nil instead of raise a NoMethodError if
the receiving object does not implement the method, but you can still
get the old behavior by using the new Object#try!.
- String#to_date now raises ArgumentError: invalid date instead of
NoMethodError: undefined method 'div' for nil:NilClass when given an
invalid date. It is now the same as Date.parse, and it accepts more
invalid dates than 3.x.
See the release notes of 4.0, 4.1, and 4.2 for the full list:
- http://edgeguides.rubyonrails.org/4_0_release_notes.html
- http://edgeguides.rubyonrails.org/4_1_release_notes.html
- http://edgeguides.rubyonrails.org/4_2_release_notes.html
|
Next | Query returned 9 messages, browsing 1 to 10 | previous