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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12080 from ShayDavidson/fix_datetime_partial_dates
Matthew Draper
2014-05-28
3
-1
/
+31
|
\
|
*
Fixed changelog
Shay Davidson
2013-09-02
1
-4
/
+12
|
*
Added partial days support to `DateTime`'s `advance` method.
Shay Davidson
2013-08-30
3
-5
/
+25
*
|
Require active_support at the railties
Rafael Mendonça França
2014-05-27
2
-0
/
+2
*
|
Remove `require 'active_support'` from individual modules
deeeki
2014-05-27
3
-4
/
+0
*
|
Merge pull request #15316 from akshay-vishnoi/test-cases
Yves Senn
2014-05-26
1
-7
/
+8
|
\
\
|
*
|
Fix test cases for inflector.rb
Akshay Vishnoi
2014-05-25
1
-7
/
+8
|
/
/
*
|
Merge pull request #15305 from tgxworld/remove_unnecessary_require
Guillermo Iguaran
2014-05-24
1
-2
/
+0
|
\
\
|
*
|
Remove unnecessary require of Minitest.
Guo Xiang Tan
2014-05-24
1
-2
/
+0
*
|
|
Merge pull request #15278 from akshay-vishnoi/doc_changes
Andrew White
2014-05-24
1
-4
/
+5
|
\
\
\
|
*
|
|
[ci skip] Improve doc for ModuleConstMissing.guess_for_anonymous
Akshay Vishnoi
2014-05-24
1
-4
/
+5
*
|
|
|
Merge pull request #15276 from kuldeepaggarwal/fix-array-to
Rafael Mendonça França
2014-05-23
2
-1
/
+5
|
\
\
\
\
|
*
|
|
|
revert 96525d63
Kuldeep Aggarwal
2014-05-23
2
-1
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #15275 from kuldeepaggarwal/add-test
Rafael Mendonça França
2014-05-23
2
-0
/
+4
|
\
\
\
\
|
*
|
|
|
add test cases for negative position in Array#from
Kuldeep Aggarwal
2014-05-23
2
-0
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[ci skip] Remove Duration#=== when we drop support for 2.0.0-p353
Akshay Vishnoi
2014-05-23
1
-2
/
+1
|
|
/
/
|
/
|
|
*
|
|
Remove warning remeving the method before redefining
Rafael Mendonça França
2014-05-23
1
-0
/
+1
|
/
/
*
|
Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arrays
Rafael Mendonça França
2014-05-20
3
-16
/
+67
|
\
\
|
*
|
Hash#deep_*_keys(!) recurse into nested arrays.
OZAWA Sakuro
2013-06-08
3
-16
/
+67
*
|
|
Fix confusing exception in ActiveSupport delegation
Vladimir Yarotsky
2014-05-20
3
-26
/
+20
*
|
|
Collected TimeZone's class methods together
printercu
2014-05-17
1
-70
/
+69
*
|
|
Merge pull request #15037 from roccoblues/fix_duplicate_activesupport_subscri...
Rafael Mendonça França
2014-05-16
3
-7
/
+34
|
\
\
\
|
*
|
|
Fixed duplicate subscribers in ActiveSupport::Subscriber
Dennis Schoen
2014-05-09
3
-7
/
+34
*
|
|
|
formatting pass through CHANGELOGS. [ci skip]
Yves Senn
2014-05-16
1
-1
/
+1
*
|
|
|
remove deprecation warning
eileencodes
2014-05-13
2
-6
/
+4
*
|
|
|
Merge pull request #15072 from mjtko/fix/issue-15064
Rafael Mendonça França
2014-05-13
3
-1
/
+14
|
\
\
\
\
|
*
|
|
|
Require active_support/core_ext/string/output_safety and use html_safe rather...
Mark J. Titorenko
2014-05-12
1
-1
/
+2
|
*
|
|
|
Use block parameter rather than `$1` during `gsub!` so `ActiveSupport::SafeBu...
Mark J. Titorenko
2014-05-12
3
-1
/
+13
*
|
|
|
|
Merge pull request #15073 from ifyouseewendy/master
Rafael Mendonça França
2014-05-13
1
-5
/
+32
|
\
\
\
\
\
|
*
|
|
|
|
Update require in `array_ext_test.rb`
wendi
2014-05-13
1
-3
/
+2
|
*
|
|
|
|
Update and add tests in array_ext_test.rb
wendi
2014-05-13
1
-2
/
+30
|
|
/
/
/
/
*
|
|
|
|
Do not check defined?(CGI) on every call #to_query
printercu
2014-05-13
1
-1
/
+1
*
|
|
|
|
flip conditional to use if/else instead of unless/else
eileencodes
2014-05-12
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Tidy up implementation of #15010
Andrew White
2014-05-11
2
-11
/
+7
*
|
|
|
Make TimeZone#parse behave more like Time#parse.
Ulysse Carion
2014-05-11
3
-1
/
+25
*
|
|
|
Keep method's description/documentation consistent [ci skip]
Santosh Wadghule
2014-05-11
1
-3
/
+3
*
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-05-10
1
-2
/
+5
|
\
\
\
\
|
*
|
|
|
[ci skip] doc ActiveSupport::TimeWithZone#to_s
schneems
2014-05-09
1
-2
/
+5
*
|
|
|
|
Change 'a' to 'an' [ci skip]
Santosh Wadghule
2014-05-09
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #12746 from coreyward/master
Rafael Mendonça França
2014-05-07
2
-15
/
+36
|
\
\
\
\
|
*
|
|
|
Fix Hash#deep_merge bug and improve documentation — resolves #12738
Corey Ward
2013-12-09
2
-11
/
+31
*
|
|
|
|
several enhancements to humanize [closes #12288]
Xavier Noria
2014-05-06
3
-12
/
+46
*
|
|
|
|
Improve CHANGELOG [ci skip]
Rafael Mendonça França
2014-05-04
1
-2
/
+2
*
|
|
|
|
No need the else clause
Rafael Mendonça França
2014-05-04
1
-2
/
+0
*
|
|
|
|
Merge pull request #14949 from bogdan/empty-hash-array-parameterization
Rafael Mendonça França
2014-05-04
3
-9
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
[Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...
Bogdan Gusiev
2014-05-03
3
-9
/
+22
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its t...
Kuldeep Aggarwal
2014-05-04
2
-14
/
+0
|
/
/
/
/
*
|
|
|
Warning removed for missmatched indentation
Arun Agrawal
2014-04-26
1
-2
/
+2
*
|
|
|
Merge pull request #14840 from akshay-vishnoi/doc_changes
Arthur Nogueira Neves
2014-04-23
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Correct comment [ci skip]
Akshay Vishnoi
2014-04-23
1
-2
/
+2
[next]