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
...
*
|
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-1
/
+1
*
|
Fix iterating over DateTime by doing strict checking for Time objects
Prathamesh Sonpatki
2014-01-11
1
-0
/
+4
*
|
Merge pull request #13632 from tinogomes/master
Rafael Mendonça França
2014-01-09
1
-0
/
+28
|
\
\
|
*
|
Adding Hash#compact and Hash#compact! methods
tinogomes
2014-01-09
1
-0
/
+28
*
|
|
clear cache on body close so that cache remains during rendering
Aaron Patterson
2014-01-08
1
-0
/
+37
|
/
/
*
|
Revert "Speedup String#to"
Yves Senn
2014-01-08
1
-2
/
+0
*
|
typo fix in test name. [ci skip].
Yves Senn
2014-01-08
1
-1
/
+1
*
|
`core_ext/string/access.rb` test what we are documenting.
Yves Senn
2014-01-08
1
-50
/
+89
*
|
Merge pull request #10634 from teleological/time_advance_gregorian
Andrew White
2014-01-05
1
-0
/
+7
|
\
\
|
*
|
Maintain proleptic gregorian in Time#advance
Riley Lynch
2013-05-15
1
-0
/
+7
*
|
|
Raise if MemCacheStore doenst receive a Dalli obj
Arthur Neves
2014-01-03
1
-0
/
+8
*
|
|
mem_cache_store requires dalli, so only accept dalli/client
Arthur Neves
2014-01-03
1
-8
/
+0
*
|
|
blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]
Xavier Noria
2013-12-28
1
-7
/
+11
*
|
|
Fix AS::NumberHelper results with large precisions
Kenta Murata & Akira Matsuda
2013-12-20
1
-0
/
+14
*
|
|
Make sure multiline string is not accepted by the regexp
Rafael Mendonça França
2013-12-19
1
-1
/
+9
*
|
|
Merge pull request #13406 from hincupetru/master
Rafael Mendonça França
2013-12-19
1
-0
/
+6
|
\
\
\
|
*
|
|
Fixed configurable.rb regular expression name check
Hincu Petru
2013-12-19
1
-0
/
+6
*
|
|
|
Merge pull request #13401 from akshay-vishnoi/refactor
Rafael Mendonça França
2013-12-19
1
-1
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Prevent creation of instance methods when `instance_reader = false`, Grammar ...
Akshay Vishnoi
2013-12-19
1
-1
/
+4
*
|
|
|
Prefer assert_raise instead of flunk + rescue to test for exceptions
Carlos Antonio da Silva
2013-12-19
5
-48
/
+31
*
|
|
|
Fix asserting the correct exception message in dependencies test
Carlos Antonio da Silva
2013-12-19
1
-2
/
+2
|
/
/
/
*
|
|
Unused classes in AS tests
Akira Matsuda
2013-12-19
4
-30
/
+0
*
|
|
Merge pull request #13366 from vipulnsward/minitest-namespace-change
Godfrey Chan
2013-12-18
2
-5
/
+5
|
\
\
\
|
*
|
|
Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...
Vipul A M
2013-12-18
2
-5
/
+5
*
|
|
|
Unused classes in test case
Akira Matsuda
2013-12-19
1
-25
/
+0
|
/
/
/
*
|
|
Disable available locales checks to avoid warnings running the tests
Carlos Antonio da Silva
2013-12-17
1
-0
/
+3
*
|
|
Introduce Module#concerning
Jeremy Kemper
2013-12-17
1
-0
/
+35
*
|
|
Fixes interpolation on SafeBuffer
Julien Letessier
2013-12-14
1
-0
/
+25
*
|
|
Merge pull request #13229 from vipulnsward/fix-10635-tests
Rafael Mendonça França
2013-12-12
1
-0
/
+14
|
\
\
\
|
*
|
|
PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...
Vipul A M
2013-12-12
1
-0
/
+14
*
|
|
|
Remove not necessary file, move constants to the file they are used
Carlos Antonio da Silva
2013-12-11
3
-8
/
+8
|
/
/
/
*
|
|
better error message for constants autoloaded from anonymous modules [fixes #...
Xavier Noria
2013-12-06
1
-17
/
+9
*
|
|
Merge pull request #10635 from vipulnsward/change_to_strict
Jeremy Kemper
2013-12-06
1
-1
/
+12
|
\
\
\
|
*
|
|
Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;
Vipul A M
2013-05-16
1
-1
/
+12
|
|
/
/
*
|
|
Fix issue with Kernel#silence_stream leaking file descriptors
Mario Visic
2013-12-06
1
-0
/
+16
*
|
|
removed duplicate test case
Kuldeep Aggarwal
2013-12-04
1
-1
/
+0
*
|
|
Added Date#all_week/month/quarter/year for generating date ranges
Dimko
2013-12-03
1
-0
/
+17
*
|
|
Add support for localized date references
Colin Bartlett
2013-12-03
1
-0
/
+22
*
|
|
Use travel_to convention in existing test
Colin Bartlett
2013-12-03
1
-4
/
+4
*
|
|
Tidy up previous commit, fix message assertion and improve tests
Carlos Antonio da Silva
2013-12-03
1
-1
/
+6
*
|
|
Modify the Hash#assert_valid_keys error message so that it shows the valid ke...
Nerian
2013-12-03
1
-1
/
+1
*
|
|
Merge pull request #13060 from chancancode/change_log_for_json_refactor
Carlos Antonio da Silva
2013-12-02
1
-0
/
+16
|
\
\
\
|
*
|
|
Added back the `encode_big_decimal_as_string` option with warning
Godfrey Chan
2013-12-02
1
-0
/
+16
*
|
|
|
Merge pull request #10996 from mattdbridges/number-helper-refactor
Rafael Mendonça França
2013-12-02
1
-6
/
+0
|
\
\
\
\
|
*
|
|
|
Extract ActiveSupport::NumberHelper methods to classes
Matt Bridges
2013-07-01
1
-6
/
+0
*
|
|
|
|
Merge pull request #11197 from gsamokovarov/unify-mattr-cattr
Guillermo Iguaran
2013-12-02
2
-74
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Unify cattr and mattr accessors declarations
Genadi Samokovarov
2013-12-02
2
-74
/
+22
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
:scissors:
Rafael Mendonça França
2013-12-02
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Fix segmentation fault in Ruby 2.0.0-p353.
Dmitriy Kiriyenko
2013-11-30
1
-0
/
+5
*
|
|
|
Typo fix
Akshay Vishnoi
2013-11-29
1
-1
/
+1
[prev]
[next]