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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
1
-68
/
+0
*
|
adding start / finish on the instrumenter, adding tests for the class
Aaron Patterson
2013-01-09
1
-0
/
+50
*
|
Merge pull request #8859 from tehgeekmeister/master
Vijay Dev
2013-01-09
1
-2
/
+2
|
\
\
|
*
|
s/messqage/message/ in message_encryptor_test.rb
Ezekiel Smithburg
2013-01-09
1
-2
/
+2
*
|
|
CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
Jeremy Kemper
2013-01-08
1
-6
/
+22
*
|
|
Revert "Merge branch 'master-sec'"
Jeremy Kemper
2013-01-08
1
-22
/
+6
*
|
|
CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
Jeremy Kemper
2013-01-08
1
-6
/
+22
|
/
/
*
|
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
1
-1
/
+1
*
|
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
2
-14
/
+10
*
|
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
3
-20
/
+29
*
|
Better error message for String#to_date
Kelly Stannard
2013-01-04
1
-0
/
+1
*
|
Remove assert_nothing_raised
Rafael Mendonça França
2013-01-03
6
-67
/
+49
*
|
Added ability to compare date/time with infinity
bUg
2013-01-04
6
-0
/
+126
|
/
*
Only call MiniTest.autorun if the dependecy is present
Rafael Mendonça França
2012-12-31
4
-16
/
+12
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
2
-3
/
+3
*
Remove unneeded tests
Rafael Mendonça França
2012-12-31
1
-22
/
+0
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
2
-2
/
+2
*
Test that assert_not returns true. Use assert_raises instead of doing begin/r...
Jeremy Kemper
2012-12-28
1
-17
/
+7
*
Introduce assert_not to replace 'assert !foo'
Jeremy Kemper
2012-12-28
1
-0
/
+21
*
rewrite order dependent test case. #8185
Yves Senn
2012-12-27
1
-1
/
+2
*
Make test logs easier to read.
Jeremy Kemper
2012-12-26
1
-2
/
+1
*
deprecation warning when BufferedLogger is instantiated
Yves Senn
2012-12-25
1
-0
/
+8
*
ActiveSupport::BufferedLogger can be subclassed
Yves Senn
2012-12-25
1
-0
/
+14
*
minor grammar fix
Zoltan Kiss
2012-12-24
1
-1
/
+1
*
silences "possibly useless use of :: in void context" warnings
Xavier Noria
2012-12-24
1
-7
/
+3
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
3
-283
/
+0
*
Merge pull request #8471 from kytrinyx/refactor-xml-to-hash
Steve Klabnik
2012-12-21
1
-1
/
+1
|
\
|
*
Refactor Hash.from_xml.
Steve Klabnik + Katrina Owen
2012-12-21
1
-1
/
+1
*
|
Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s...
Rafael Mendonça França
2012-12-21
2
-10
/
+62
|
\
\
|
*
|
Prevent callback from being set twice.
Dmitriy Kiriyenko
2012-12-20
2
-10
/
+62
*
|
|
Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...
David Heinemeier Hansson
2012-12-21
1
-0
/
+10
*
|
|
AS::BasicObject can be inherited from
Pavel Pravosud
2012-12-15
1
-0
/
+12
*
|
|
Remove unicode character encoding from ActiveSupport::JSON.encode
Brett Carter
2012-12-14
1
-3
/
+16
|
/
/
*
|
Backport thread-local variables from Ruby 2.0
Rafael Mendonça França
2012-12-11
1
-0
/
+77
*
|
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
4
-29
/
+41
*
|
Beef up tests for String#in_time_zone and Date#in_time_zone
Andrew White
2012-12-11
2
-18
/
+128
*
|
Deprecate Date#to_time_in_current_zone
Andrew White
2012-12-11
1
-0
/
+8
*
|
Add String#in_time_zone method
Andrew White
2012-12-11
1
-24
/
+44
|
/
*
Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject
Francesco Rodriguez
2012-12-07
1
-2
/
+2
*
silence warning: possibly useless use of a constant in void context
kennyj
2012-12-06
1
-3
/
+7
*
Merge pull request #8393 from frodsan/fix_dependend_order_test_example
Carlos Antonio da Silva
2012-12-03
1
-0
/
+3
|
\
|
*
ensure original encoding doesnt change
Francesco Rodriguez
2012-12-01
1
-0
/
+3
*
|
Only take the date parts from Time.zone.now
Andrew White
2012-12-01
1
-0
/
+7
|
/
*
Patched Marshal#load to work with constant autoloading (active_support/depend...
Uriel Katz
2012-12-01
4
-19
/
+195
*
Make `Time.zone.parse` to work with JavaScript date strings
Andrew White
2012-12-01
1
-14
/
+18
*
Add #seconds_until_end_of_day to DateTime and Time
Olek Janiszewski
2012-11-29
2
-0
/
+56
*
Simplify String#mb_chars and stop proxying #class
Steve Klabnik
2012-11-28
1
-1
/
+4
*
prevent Dependencies#remove_const from autoloading parents [fixes #8301]
Xavier Noria
2012-11-28
1
-0
/
+10
*
Properly deprecate #pending from AS::TestCase
Carlos Antonio da Silva
2012-11-18
1
-0
/
+6
*
Use Integer#div instead of Integer#/ to avoid side effects from mathn
Marc-Andre Lafortune
2012-11-16
1
-0
/
+8
[prev]
[next]