index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Extracted String#truncate from TextHelper#truncate [DHH]
David Heinemeier Hansson
2010-06-01
1
-0
/
+2
*
Use multibyte proxy class on 1.9, refactor Unicode.
Norman Clarke
2010-05-21
1
-1
/
+3
*
removes deprecations of last_(month|year) from master, they will be deprecate...
Xavier Noria
2010-05-19
1
-1
/
+1
*
Renames Array#rand -> Array#random_element
Rizwan Reza
2010-05-17
1
-0
/
+2
*
defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...
Xavier Noria
2010-05-12
1
-0
/
+2
*
aliases Date#sunday to Date#end_of_week, for symmetry with existing alias Dat...
Xavier Noria
2010-05-09
1
-0
/
+2
*
Backports Date#>> from 1.9 so that calculations do the right thing around the...
Xavier Noria
2010-05-09
1
-0
/
+2
*
adds Date#to_time refinement from previous commit to the CHANGELOG
Xavier Noria
2010-05-05
1
-0
/
+2
*
Speed up I18n helpers in views and add entry to CHANGELOG.
José Valim
2010-05-01
1
-0
/
+2
*
Move several configuration values from Hash to ActiveSupport::XmlMini, which ...
José Valim
2010-04-29
1
-0
/
+2
*
ActiveSupport::Cache refactoring
Brian Durand
2010-04-27
1
-0
/
+32
*
JSON: encode objects that don't have a native JSON representation using to_ha...
Jeremy Kemper
2010-04-26
1
-0
/
+5
*
Restore HWIA#stringify_keys! and update changelog
Jeremy Kemper
2010-04-22
1
-0
/
+2
*
Update changelogs for release
David Heinemeier Hansson
2010-04-13
1
-1
/
+1
*
Improve reliability of Inflector.transliterate. [#4374 state:resolved]
Norman Clarke
2010-04-12
1
-0
/
+2
*
Make tidy_bytes work on 1.9 and improve its performance. [#4350 state:resolved]
Norman Clarke
2010-04-09
1
-0
/
+5
*
Release is today, yo
David Heinemeier Hansson
2010-04-01
1
-1
/
+2
*
Updated changelogs to differentiate beta1 and beta2
wycats
2010-04-01
1
-3
/
+2
*
Updated changelogs
wycats
2010-04-01
1
-0
/
+5
*
adds and entry for assert_blank and assert_present to CHANGELOG
Xavier Noria
2010-03-30
1
-0
/
+2
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-0
/
+2
*
Automatically prefer Yajl or JSON backend over Yaml, if available
Jeremy Kemper
2010-02-05
1
-1
/
+1
*
Add yajl-ruby as a JSON parsing backend
Brian Lopez
2010-02-05
1
-0
/
+5
*
Introduce class_attribute to declare inheritable class attributes. Writing an...
Jeremy Kemper
2010-02-01
1
-0
/
+2
*
Time#- with a DateTime argument behaves the same as with a Time argument, i.e...
Geoff Buesing
2010-01-27
1
-0
/
+2
*
Remove unbundle changelogs
Jeremy Kemper
2010-01-27
1
-7
/
+1
*
Unvendor'd MemCache-Client. Now requires the MemCache Client gem as a depend...
Mikel Lindsaar
2010-01-28
1
-2
/
+4
*
Unvendor'd Builder. Now requires the Builder gem as a dependency
Mikel Lindsaar
2010-01-28
1
-0
/
+2
*
Unbundling TZInfo
Mikel Lindsaar
2010-01-28
1
-0
/
+2
*
Adding custom yaml (de-)serialization for OrderedHash
Gregor Schmidt
2010-01-27
1
-0
/
+2
*
Update bundled TZInfo to v0.3.16
Geoff Buesing
2010-01-26
1
-0
/
+2
*
Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Arg...
Geoff Buesing
2010-01-26
1
-0
/
+2
*
Changed the default ActiveSupport.use_standard_json_time_format from false to...
David Heinemeier Hansson
2010-01-03
1
-0
/
+3
*
Added Object#presence that returns the object if it's #present? otherwise ret...
David Heinemeier Hansson
2009-12-27
1
-0
/
+2
*
Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !...
David Heinemeier Hansson
2009-12-14
1
-0
/
+2
*
Edinburgh TimeZone references "Europe/London" instead of "Europe/Dublin" [#33...
Phil Ross
2009-10-27
1
-0
/
+2
*
Bundle Tzinfo 0.3.15
Geoff Buesing
2009-10-27
1
-0
/
+2
*
JSON: split encoding and coercion
Jeremy Kemper
2009-06-08
1
-0
/
+2
*
String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...
Jason Frey (Fryguy)
2009-06-07
1
-0
/
+2
*
Update bundled TZInfo to v0.3.13
Geoff Buesing
2009-06-07
1
-0
/
+2
*
Use duck typing to also allow MemCache-like object when initializing a MemCac...
Bryan Helmkamp
2009-05-19
1
-1
/
+1
*
Allow MemCacheStore to be initialized with a MemCache object instead of addre...
Bryan Helmkamp
2009-05-19
1
-0
/
+2
*
Change spelling of Kyev timezone to Kyiv [#2613 state:resolved]
Alexander Dymo
2009-05-10
1
-0
/
+2
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-0
/
+15
*
No more free lunch
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-0
/
+4
|
\
|
*
TimeWithZone.name returns 'Time', to further thwart type checking
Geoff Buesing
2009-04-05
1
-0
/
+2
|
*
Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...
Michael Curtis
2009-03-29
1
-0
/
+5
*
|
Remove rarely-used DRb cache store
Jeremy Kemper
2009-04-17
1
-0
/
+5
|
/
*
Prepare for final 2.3 release
David Heinemeier Hansson
2009-03-15
1
-7
/
+1
[prev]
[next]