aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-0/+2
* Use CGI.escapeHTML for html escapeTakashi Kokubun2015-12-211-4/+2
* Fix documentation for mattr_accessor methodsJan Habermann2015-12-201-6/+6
* [ci skip] Revert most of ff851017Kasper Timm Hansen2015-12-181-2/+2
* Revert "Use Thread.current.thread_variable_set/get insetad of the direct acce...David Heinemeier Hansson2015-12-181-4/+4
* [ci skip] Add `Thread.current` to match internalsKasper Timm Hansen2015-12-171-2/+2
* Clarify thread_mattr_accessor subclass behavior documentationNate Berkopec2015-12-171-8/+9
* Copy-edit the Per Thread attribute accessor documentationRafael Mendonça França2015-12-171-3/+3
* Use Thread.current.thread_variable_set/get insetad of the direct accessorsDavid Heinemeier Hansson2015-12-171-4/+4
* Fix typo in thread_mattr_accessor doco [ci skip]Nate Berkopec2015-12-171-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-172-0/+141
* Merge pull request #22556 from imanel/range_prependKasper Timm Hansen2015-12-161-10/+7
|\
| * Use Module.prepend instead of alias_method for Range#to_sBernard Potocki2015-12-161-10/+7
* | Don't leak Object constants in core_ext/module/qualified_constGenadi Samokovarov2015-12-161-12/+30
* | delete code commented out (and replaced) in e93d0a5Tony Ta2015-12-151-1/+0
|/
* Test if each_object(singleton_class) works, since JRuby added it.Charles Oliver Nutter2015-11-231-2/+3
* Change Enumerable#sum to use inject(:sym) specificationT.J. Schuck2015-11-191-1/+1
* Merge pull request #22244 from pacso/time-days-in-yearAndrew White2015-11-101-0/+6
|\
| * Add days_in_year methodJon Pascoe2015-11-101-0/+6
* | Minor fix in Module#mattr_reader documentationYuri Kasperovich2015-11-091-1/+1
|/
* Merge pull request #21897 from swaathi/masterKasper Timm Hansen2015-11-071-2/+20
|\
| * Parameterize with options to preserve case of stringSwaathi K2015-11-071-2/+20
* | Merge pull request #21806 from kachick/fix-transformer-sizeEileen M. Uchitelle2015-11-072-4/+4
|\ \ | |/ |/|
| * Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}Kenichi Kamiya2015-09-292-4/+4
* | Merge pull request #16357 from gchan/hwia-respects-to-hash-defaultSean Griffin2015-10-291-1/+1
|\ \
| * | `HashWithIndifferentAccess.new` respects the default value or proc on objects...Gordon Chan2014-07-311-1/+1
* | | Make `Module#redefine_method` to keep method visibilityyui-knk2015-10-261-0/+13
* | | [ci skip] Add more code examples for `Module#anonymous?` docsyui-knk2015-10-231-2/+4
* | | Change Integer#year to return a Fixnum instead of a Float to improve consistencyKonstantinos Rousis2015-10-221-1/+1
* | | Add Module#remove_possible_singleton_methodAndrew White2015-10-212-1/+17
* | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escapeSean Griffin2015-10-201-2/+2
|\ \ \
| * | | Handle invalid UTF-8 strings when HTML escapingGrey Baker2015-06-081-2/+2
* | | | Merge pull request #20038 from imanel/numeric_prependSean Griffin2015-10-202-33/+19
|\ \ \ \
| * | | | Unify behavior of all Numeric extensions and use Module.prepend instead of al...Bernard Potocki2015-05-282-33/+19
* | | | | Merge pull request #21302 from theunraveler/delegate_reserved_argument_namesSean Griffin2015-10-201-5/+6
|\ \ \ \ \
| * | | | | Fixing issue when delegating to methods named "block", "args", or "arg"Jake Bell2015-08-191-5/+6
* | | | | | fixes #21815Maarten Jacobs2015-10-161-0/+1
* | | | | | drop array allocations when iterating over the hashAaron Patterson2015-10-151-1/+3
* | | | | | make string allocation constant regardless of column countAaron Patterson2015-10-151-2/+6
* | | | | | Merge pull request #21868 from tanmay3011/fix_time_class_documentationVijay Dev2015-10-051-3/+3
|\ \ \ \ \ \
| * | | | | | [ci skip] Fix #seconds_since_midnight documentation output it will always ret...Tanmay Sinha2015-10-051-3/+3
* | | | | | | Merge pull request #21866 from tanmay3011/fix_documentationSean Griffin2015-10-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix Time.now format in documentationTanmay Sinha2015-10-041-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #21863 from tanmay3011/use_applications_yearSean Griffin2015-10-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Use Time#current instead of Time#now to prevent zone issue inorder to use app...Tanmay Sinha2015-10-041-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-042-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-282-2/+2
* | | | | | | Wrong usage of 'a' in docs fixed [ci skip]Mehmet Emin İNAÇ2015-10-031-1/+1
* | | | | | | Regex fix for mattr_accessor validationAliaksandr Buhayeu2015-10-011-2/+2
* | | | | | | Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-293-3/+3