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
/
test
/
core_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
oops, two cancelling errors made a previous test pass, fixing it
Xavier Noria
2010-06-07
1
-1
/
+1
*
the order in which we apply deltas in Date#advance matters, add test coverage...
Xavier Noria
2010-06-07
1
-0
/
+10
*
removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...
Xavier Noria
2010-06-05
1
-7
/
+23
*
Extracted String#truncate from TextHelper#truncate [DHH]
David Heinemeier Hansson
2010-06-01
1
-0
/
+29
*
Fix test incorrectly using a bare assert to use assert_kind_of
Santiago Pastorino
2010-05-24
1
-1
/
+1
*
Use multibyte proxy class on 1.9, refactor Unicode.
Norman Clarke
2010-05-21
1
-5
/
+3
*
1.day should respond_to kind_of too
Neeraj Singh
2010-05-21
1
-0
/
+1
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
10
-39
/
+39
*
removes deprecations of last_(month|year) from master, they will be deprecate...
Xavier Noria
2010-05-19
2
-16
/
+0
*
Renames Array#rand -> Array#random_element
Rizwan Reza
2010-05-17
1
-4
/
+0
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-0
/
+8
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-8
/
+0
*
Change on Array extension from rand => random_element [#4555 state:committed]
Santiago Pastorino
2010-05-16
1
-4
/
+8
*
Initial work to improve the state of encodings for templates
wycats
2010-05-16
1
-0
/
+8
*
defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...
Xavier Noria
2010-05-12
3
-18
/
+34
*
adds calendar reform test coverage for more relevant date calculations
Xavier Noria
2010-05-09
1
-1
/
+14
*
Backports Date#>> from 1.9 so that calculations do the right thing around the...
Xavier Noria
2010-05-09
1
-0
/
+27
*
add test coverage for (last|next)_year on leap years
Xavier Noria
2010-05-08
1
-0
/
+8
*
let Time.time_with_datetime_fallback handle properly years in the range 0..138
Xavier Noria
2010-05-05
3
-1
/
+19
*
adds test coverage for Date.current vs Date.today in Date.(yesterday|tomorrow...
Xavier Noria
2010-05-03
1
-1
/
+45
*
revises tests for Date.yesterday and Date.tomorrow
Xavier Noria
2010-05-02
1
-3
/
+3
*
array.to_xml should be able to handle all types of data elements [#4490 state...
Neeraj Singh
2010-04-29
1
-5
/
+5
*
Use explicit source encoding rather than forced UTF-8 from US-ASCII.
Santiago Pastorino
2010-04-26
1
-1
/
+1
*
Change HWIA#stringify_keys to return a HWIA not a Hash
Jeremy Kemper
2010-04-22
1
-0
/
+3
*
Restore HWIA#stringify_keys! and update changelog
Jeremy Kemper
2010-04-22
1
-3
/
+3
*
HWIA delegates to to_hash symbolize_keys and stringify_keys and bang methods ...
Santiago Pastorino
2010-04-22
1
-2
/
+36
*
updates String#to_(date|date_time|time) to return nil for blank strings
Daniel Neighman
2010-04-21
1
-3
/
+6
*
Switch to TimezoneProxy for later support of deferred TZ loading
Jeremy Kemper
2010-04-20
1
-2
/
+5
*
removes code written for Ruby < 1.8.7
Xavier Noria
2010-04-17
1
-12
/
+0
*
moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...
Xavier Noria
2010-04-05
2
-5
/
+11
*
Fix class_attribute so that it works with singleton classes.
Carl Lerche
2010-04-01
1
-0
/
+6
*
avoid method redefined; discarding old empty? warning [#4302 state:committed]
Santiago Pastorino
2010-03-30
1
-8
/
+0
*
Ruby 1.9.2: marshaling round-trips Time#zone
Jeremy Kemper
2010-03-28
1
-12
/
+8
*
Time zone tests were right all along.
José Valim
2010-03-28
1
-4
/
+4
*
Ruby's marshaling of Time instances doesn't respect the zone [#4282 state:res...
Santiago Pastorino
2010-03-27
1
-2
/
+2
*
Limit Array#extract_options! to directl instances of Hash and HWIA. Add extra...
wycats
2010-03-27
1
-0
/
+34
*
fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]
Kabari Hendrick
2010-03-27
2
-1
/
+13
*
Add support for a type=binary with an optional encoding=base64. If the encodi...
Josh Franklin
2010-03-26
1
-1
/
+3
*
Remove test ordering bug
Evan Phoenix
2010-03-22
1
-8
/
+14
*
Singleton classes returns parent's methods with instance_methods(false) and t...
José Valim
2010-03-19
1
-0
/
+14
*
Fix some more warnings on 1.9
wycats
2010-03-17
1
-1
/
+1
*
Be sure to pass through args to to_yaml
Jeremy Kemper
2010-03-11
1
-1
/
+1
*
OutputBuffer#to_yaml should return string yaml, not some custom class dump
Jeremy Kemper
2010-03-11
1
-0
/
+4
*
class_attribute gets instance methods which delegate to but may override thei...
Jeremy Kemper
2010-03-08
1
-10
/
+25
*
no more interpreted as grouped expression warnings on array_ext_test
Santiago Pastorino
2010-02-26
1
-2
/
+2
*
metaclass deprecated in 2.3.6
Jeremy Kemper
2010-02-25
1
-7
/
+0
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-6
/
+10
*
Fix streaming by having it create a File object, which can be handled by Rack...
Carlhuda
2010-02-23
1
-0
/
+4
*
Fix test ordering bug related to introducing masked Name class
Yehuda Katz
2010-02-19
1
-14
/
+6
*
Clear the attribute after done
Yehuda Katz
2010-02-16
1
-0
/
+2
[next]