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
...
*
|
|
Merge pull request #20362 from kddeisz/enumerable_pluck
Rafael Mendonça França
2015-06-01
1
-0
/
+9
|
\
\
\
|
*
|
|
Allow Enumerable#pluck to take a splat.
Kevin Deisz
2015-05-29
1
-0
/
+9
*
|
|
|
Fix a range of values for parameters of the Time#change
Nikolay Kondratyev
2015-06-01
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #20267 from kaspth/fix-minitest-constant-clashing
Rafael Mendonça França
2015-05-28
1
-16
/
+16
|
\
\
\
|
*
|
|
Avoid E constant clashing with Minitest defined version.
Kasper Timm Hansen
2015-05-22
1
-16
/
+16
*
|
|
|
Add Enumerable#pluck.
Kevin Deisz
2015-05-28
1
-0
/
+5
*
|
|
|
Remove `.superclass_delegating_accessor`. Refer #14271
Akshay Vishnoi
2015-05-24
1
-122
/
+0
*
|
|
|
Small stylistic tweaks for `Delegator#try` patch
Godfrey Chan
2015-05-19
1
-15
/
+15
*
|
|
|
Patch `Delegator` to work with `#try`
Nate Smith
2015-05-19
1
-0
/
+64
*
|
|
|
Only define #positive? and #negative? on Ruby 2.2
Rafael Mendonça França
2015-05-19
1
-6
/
+78
*
|
|
|
Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numeric
Rafael Mendonça França
2015-05-19
2
-12
/
+12
|
\
\
\
\
|
*
|
|
|
Move Integer#positive? and Integer#negative? query methods to Numeric class
Mehmet Emin İNAÇ
2015-05-13
2
-12
/
+12
|
|
/
/
/
*
/
/
/
remove warning from integer ext test
yuuji.yaginuma
2015-05-14
1
-2
/
+2
|
/
/
/
*
|
|
Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...
David Heinemeier Hansson
2015-05-13
1
-0
/
+12
*
|
|
Put the assertion arguments in the right order
Matthew Draper
2015-05-05
1
-1
/
+1
*
|
|
deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs
Mehmet Emin İNAÇ
2015-05-04
1
-0
/
+6
*
|
|
Improve ActiveSupport::TimeWithZone conversion to YAML
Andrew White
2015-04-22
1
-2
/
+45
*
|
|
Make sure Array#to_sentence always returns a String
David Cornu
2015-03-23
1
-0
/
+6
*
|
|
Deprecate alias_method_chain in favour of Module#prepend
Kir Shatrov
2015-03-22
1
-95
/
+125
*
|
|
Merge pull request #19413 from kirs/replace-alias_method_chain
Rafael Mendonça França
2015-03-20
1
-2
/
+2
|
\
\
\
|
*
|
|
Use Module#prepend instead of alias_method_chain
Kir Shatrov
2015-03-20
1
-2
/
+2
*
|
|
|
Test files should be named *_test.rb to be executed via rake task
Akira Matsuda
2015-03-20
1
-0
/
+0
|
/
/
/
*
|
|
Revert "Take DST into account when locating TimeZone from Numeric."
Andrew White
2015-03-09
1
-7
/
+0
*
|
|
Take DST into account when locating TimeZone from Numeric.
Yasyf Mohamedali
2015-03-03
1
-0
/
+7
*
|
|
Merge pull request #19173 from robin850/rbx-build
Rafael Mendonça França
2015-03-02
1
-0
/
+3
|
\
\
\
|
*
|
|
Skip the failing tests on Rubinius for now
Robin Dupret
2015-03-02
1
-0
/
+3
*
|
|
|
Move Array#without from Grouping to Access concern and add dedicated test (re...
David Heinemeier Hansson
2015-03-02
1
-0
/
+4
|
/
/
/
*
|
|
Use include? instead of in? for Enumerable#without.
Juanito Fatas
2015-03-02
1
-1
/
+0
*
|
|
Include object inclusion for enumerable test.
Juanito Fatas
2015-03-02
1
-0
/
+1
*
|
|
Add Enumerable#without
Todd Bealmear
2015-03-01
1
-0
/
+7
*
|
|
Merge pull request #19076 from nygrenh/truncate-words-fix
Rafael Mendonça França
2015-02-25
1
-0
/
+9
|
\
\
\
|
*
|
|
Fix a backtracking problem in String#truncate_words
Henrik Nygren
2015-02-25
1
-0
/
+9
|
/
/
/
*
|
|
Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbb
Rafael Mendonça França
2015-02-11
1
-1
/
+1
*
|
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
3
-3
/
+0
*
|
|
Return value of yielded block in File.atomic_write
Ian Ker-Seymer
2015-01-28
1
-0
/
+10
*
|
|
- Moved hwia frozen value assignment test to hash_ext_test similar to other t...
Vipul A M
2015-01-17
1
-0
/
+8
*
|
|
Removing :en in favor of I18n.default_locale in duration#inspect
Dominik Masur
2015-01-12
1
-0
/
+9
*
|
|
Add SecureRandom.base58
Guillermo Iguaran
2015-01-09
1
-0
/
+20
*
|
|
Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for D...
George Claghorn
2015-01-06
1
-0
/
+10
*
|
|
Add same_time option to #prev_week and #next_week for Date, Time, and DateTime
George Claghorn
2015-01-06
1
-0
/
+15
*
|
|
Add #on_weekend?, #next_weekday, and #prev_weekday methods to Date, Time, and...
George Claghorn
2015-01-06
1
-0
/
+45
|
/
/
*
|
Remove Struct#to_h backport
Rafael Mendonça França
2015-01-04
1
-10
/
+0
*
|
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-24
/
+0
*
|
Remove hack to support BigDecimal in Ruby 1.9
claudiob
2015-01-04
1
-10
/
+1
*
|
Remove deprecated `ActiveSupport::SafeBuffer#prepend`
Rafael Mendonça França
2015-01-04
1
-10
/
+0
*
|
Remove deprecated methods at `Kernel`.
Rafael Mendonça França
2015-01-04
1
-47
/
+0
*
|
Remove deprecated core_ext/big_decimal/yaml_conversions file
Rafael Mendonça França
2015-01-04
1
-11
/
+0
*
|
Deprecate `MissingSourceFile` in favor of `LoadError`.
Rafael Mendonça França
2015-01-02
1
-0
/
+9
*
|
Merge pull request #8740 from amatsuda/missing_source_file
Rafael Mendonça França
2015-01-02
1
-24
/
+0
|
\
\
|
*
|
replace use of MissingSourceFile with LoadError
Akira Matsuda
2013-01-04
1
-16
/
+1
[prev]
[next]