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
/
guides
/
source
/
active_support_core_extensions.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress `warning: BigDecimal.new is deprecated`
Yasuo Honda
2017-12-15
1
-3
/
+3
*
Update "Active Support Core Extensions" guide
bogdanvlviv
2017-10-24
1
-91
/
+97
*
Allows pass argument for `Time#prev_year` and `Time#next_year`.
bogdanvlviv
2017-10-24
1
-4
/
+6
*
Allows pass argument for `Time#prev_month` and `Time#next_month`
bogdanvlviv
2017-10-24
1
-5
/
+7
*
Make clear that Time core extensions are split between Numeric and Integer
João Fernandes
2017-10-24
1
-5
/
+29
*
Fix default of `String#to_time` [ci skip]
yuuji.yaginuma
2017-10-08
1
-1
/
+1
*
Remove mentions about `Module#reachable?` in "Active Support Core Extensions"...
bogdanvlviv
2017-09-17
1
-39
/
+0
*
fix type fully qualified [ci skip]
Yauheni Dakuka
2017-09-06
1
-3
/
+3
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-1
/
+5
*
Remove trailing spaces [ci skip]
Ryuta Kamizono
2017-08-27
1
-2
/
+2
*
Merge pull request #30394 from ydakuka/fixing-indentation
Ryuta Kamizono
2017-08-24
1
-2
/
+2
|
\
|
*
Fix indentation [ci skip]
Yauheni Dakuka
2017-08-24
1
-2
/
+2
*
|
Update active_support_core_extensions.md [ci skip]
Yauheni Dakuka
2017-08-24
1
-2
/
+2
|
/
*
Add documentation for class_attribute options
Glauco Custódio
2017-07-17
1
-2
/
+1
*
Missing dots [ci skip] (#29414)
Vipul A M
2017-06-11
1
-4
/
+4
*
Merge pull request #29268 from gsamokovarov/delegate-missing-to-guides
Vipul A M
2017-06-11
1
-0
/
+21
|
\
|
*
Document Module#delegate_missing_to in the guides
Genadi Samokovarov
2017-06-11
1
-0
/
+21
*
|
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-5
/
+3
|
/
*
Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"
Kasper Timm Hansen
2017-01-15
1
-9
/
+1
*
Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]
Koichi ITO
2017-01-15
1
-1
/
+9
*
[ci skip] Rejigger the dublicable? wording a bit.
Kasper Timm Hansen
2016-12-29
1
-9
/
+12
*
Update list of `duplicable?` objects in AS core_ext guide [ci skip]
utilum
2016-12-23
1
-17
/
+31
*
remove `alias_method_chain` from guide [ci skip]
yuuji.yaginuma
2016-11-15
1
-50
/
+0
*
[ci skip] Fix return values of Hash Extensions examples
Bruno Facca
2016-10-20
1
-4
/
+4
*
[ci skip] Simply formatting documents
Neodelf
2016-09-06
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-08-02
1
-1
/
+1
|
\
|
*
The `to_query` method on Array objects uses `key[] as the prefix, not `_key_[...
Prathamesh Sonpatki
2016-07-10
1
-1
/
+1
*
|
define Range#match? if Ruby < 2.4
Xavier Noria
2016-07-22
1
-0
/
+18
|
/
*
[ci skip] When instance_reader is false, attribute can still be assigned by t...
Prathamesh Sonpatki
2016-06-15
1
-1
/
+2
*
remove deprecated `Module#qualified_const_` from guide [ci skip]
yuuji.yaginuma
2016-05-23
1
-71
/
+0
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-4
/
+3
*
Use consistent term [skip ci]
Erol Fornoles
2016-05-08
1
-1
/
+1
*
Remove log-related stuff from ActiveSupport::Dependencies
Aaron Ang
2016-03-15
1
-2
/
+0
*
Deprecate `Module.local_constants`
yui-knk
2016-03-01
1
-23
/
+0
*
[ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time a...
Chirag Aggarwal
2016-02-17
1
-1
/
+5
*
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
1
-1
/
+1
*
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
1
-1
/
+1
*
Add support for Petabyte and Exabyte in number to human size
Akshay Vishnoi
2015-12-22
1
-6
/
+8
*
ApplicationRecord documentation pass
Genadi Samokovarov
2015-12-17
1
-6
/
+6
*
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
1
-8
/
+8
*
Parameterize with options to preserve case of string
Swaathi K
2015-11-07
1
-0
/
+14
*
document `try!` in ActiveSupport core ext guide
Sean Linsley
2015-11-04
1
-0
/
+7
*
Fix minor typo from #20038
Sean Griffin
2015-10-20
1
-2
/
+2
*
Merge pull request #20038 from imanel/numeric_prepend
Sean Griffin
2015-10-20
1
-11
/
+3
|
\
|
*
Unify behavior of all Numeric extensions and use Module.prepend instead of al...
Bernard Potocki
2015-05-28
1
-11
/
+3
*
|
[ci skip] Fix typo in deep_dup docs
Eric Turner
2015-10-12
1
-1
/
+1
*
|
fix `to_time` output in ActiveSupport guide. Since https://github.com/rails/r...
amitkumarsuroliya
2015-09-20
1
-3
/
+3
*
|
Revert "[ci skip] Fix to `a, b or c` format"
Vijay Dev
2015-08-24
1
-1
/
+1
*
|
[ci skip] Fix to `a, b or c` format
yui-knk
2015-07-30
1
-1
/
+1
*
|
Fix core_text -> core_ext
Seiei Miyagi
2015-06-08
1
-1
/
+1
[next]