aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
Commit message (Expand)AuthorAgeFilesLines
* Update "Active Support Core Extensions" guidebogdanvlviv2017-10-241-91/+97
* Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-241-4/+6
* Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-241-5/+7
* Make clear that Time core extensions are split between Numeric and IntegerJoão Fernandes2017-10-241-5/+29
* Fix default of `String#to_time` [ci skip]yuuji.yaginuma2017-10-081-1/+1
* Remove mentions about `Module#reachable?` in "Active Support Core Extensions"...bogdanvlviv2017-09-171-39/+0
* fix type fully qualified [ci skip]Yauheni Dakuka2017-09-061-3/+3
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+5
* Remove trailing spaces [ci skip]Ryuta Kamizono2017-08-271-2/+2
* Merge pull request #30394 from ydakuka/fixing-indentationRyuta Kamizono2017-08-241-2/+2
|\
| * Fix indentation [ci skip]Yauheni Dakuka2017-08-241-2/+2
* | Update active_support_core_extensions.md [ci skip]Yauheni Dakuka2017-08-241-2/+2
|/
* Add documentation for class_attribute optionsGlauco Custódio2017-07-171-2/+1
* Missing dots [ci skip] (#29414)Vipul A M2017-06-111-4/+4
* Merge pull request #29268 from gsamokovarov/delegate-missing-to-guidesVipul A M2017-06-111-0/+21
|\
| * Document Module#delegate_missing_to in the guidesGenadi Samokovarov2017-06-111-0/+21
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-5/+3
|/
* Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"Kasper Timm Hansen2017-01-151-9/+1
* Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]Koichi ITO2017-01-151-1/+9
* [ci skip] Rejigger the dublicable? wording a bit.Kasper Timm Hansen2016-12-291-9/+12
* Update list of `duplicable?` objects in AS core_ext guide [ci skip]utilum2016-12-231-17/+31
* remove `alias_method_chain` from guide [ci skip]yuuji.yaginuma2016-11-151-50/+0
* [ci skip] Fix return values of Hash Extensions examplesBruno Facca2016-10-201-4/+4
* [ci skip] Simply formatting documentsNeodelf2016-09-061-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+1
|\
| * The `to_query` method on Array objects uses `key[] as the prefix, not `_key_[...Prathamesh Sonpatki2016-07-101-1/+1
* | define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-0/+18
|/
* [ci skip] When instance_reader is false, attribute can still be assigned by t...Prathamesh Sonpatki2016-06-151-1/+2
* remove deprecated `Module#qualified_const_` from guide [ci skip]yuuji.yaginuma2016-05-231-71/+0
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-4/+3
* Use consistent term [skip ci]Erol Fornoles2016-05-081-1/+1
* Remove log-related stuff from ActiveSupport::DependenciesAaron Ang2016-03-151-2/+0
* Deprecate `Module.local_constants`yui-knk2016-03-011-23/+0
* [ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time a...Chirag Aggarwal2016-02-171-1/+5
* rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-1/+1
* allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-1/+1
* Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-6/+8
* ApplicationRecord documentation passGenadi Samokovarov2015-12-171-6/+6
* Remove ActionController::TestCase from documentationeileencodes2015-12-121-8/+8
* Parameterize with options to preserve case of stringSwaathi K2015-11-071-0/+14
* document `try!` in ActiveSupport core ext guideSean Linsley2015-11-041-0/+7
* Fix minor typo from #20038Sean Griffin2015-10-201-2/+2
* Merge pull request #20038 from imanel/numeric_prependSean Griffin2015-10-201-11/+3
|\
| * Unify behavior of all Numeric extensions and use Module.prepend instead of al...Bernard Potocki2015-05-281-11/+3
* | [ci skip] Fix typo in deep_dup docsEric Turner2015-10-121-1/+1
* | fix `to_time` output in ActiveSupport guide. Since https://github.com/rails/r...amitkumarsuroliya2015-09-201-3/+3
* | Revert "[ci skip] Fix to `a, b or c` format"Vijay Dev2015-08-241-1/+1
* | [ci skip] Fix to `a, b or c` formatyui-knk2015-07-301-1/+1
* | Fix core_text -> core_extSeiei Miyagi2015-06-081-1/+1
* | Add missing NOTE for Time extensions' locationPierre2015-06-071-0/+2