aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #21807 from ronakjangir47/fix_formatted_offset_docsRafael Mendonça França2015-09-292-1/+4
|\ \ \ \ \
| * | | | | Update docs for `formatted_offset` Ronak Jangir2015-09-292-1/+4
* | | | | | Merge pull request #21782 from ronakjangir47/transform_values_docsRafael Mendonça França2015-09-282-8/+17
|\ \ \ \ \ \
| * | | | | | Updated docs for transform_values [ci skip]Ronak Jangir2015-09-281-3/+8
| * | | | | | Updated docs for transform_keys [ci skip]Ronak Jangir2015-09-281-5/+9
| |/ / / / /
* / / / / / Speed up `Hash#transform_values` when emptySean Griffin2015-09-281-0/+1
|/ / / / /
* | | | | Improve readability of docs by using code tag [ci skip]amitkumarsuroliya2015-09-242-3/+3
* | | | | Merge pull request #21678 from ronakjangir47/array_to_formatted_s_docsYves Senn2015-09-221-1/+3
|\ \ \ \ \
| * | | | | Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip]Ronak Jangir2015-09-191-1/+3
* | | | | | Short-circuit `blank?` on date and time valuesAndrew White2015-09-215-1/+37
* | | | | | Applying right result of examples in ActiveSupport Multibyte [ci skip]amitkumarsuroliya2015-09-211-6/+4
* | | | | | String#strip_heredocs doesn't need Object#tryVlado Cingel2015-09-191-2/+0
* | | | | | Merge pull request #21669 from amitsuroliya/improve_docsYves Senn2015-09-191-2/+2
|\ \ \ \ \ \
| * | | | | | Correcting `NameError` error message in `mattr_reader` method. Since this com...amitkumarsuroliya2015-09-191-2/+2
| |/ / / / /
* | | | | | Corrected numeric conversions output [ci skip]amitkumarsuroliya2015-09-191-2/+2
* | | | | | Replace `#=>` with `# =>` [ci skip]amitkumarsuroliya2015-09-191-2/+2
|/ / / / /
* | | | | Merge pull request #21662 from amitsuroliya/improve_docsKasper Timm Hansen2015-09-181-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:...amitkumarsuroliya2015-09-181-3/+3
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-09-181-1/+1
|\ \ \ \ \
| * | | | | s/JQuery/jQuery/Akira Matsuda2015-09-181-1/+1
* | | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-182-4/+0
| |/ / / / |/| | | |
* | | | | Correct ArgumentError message in ActiveSupport conversions docs [ci skip]amitkumarsuroliya2015-09-181-1/+1
* | | | | Improving `in_time_zone` docs [ci skip]amitkumarsuroliya2015-09-131-2/+1
* | | | | Improve String#strip_heredocJuanito Fatas2015-09-121-2/+1
* | | | | Rails documentation use american english.[ci skip]ravindra kumar kumawat2015-09-091-1/+1
* | | | | Fixed Time conversion example for UTC time zone [ci skip]Ronak Jangir2015-09-081-1/+1
* | | | | Merge pull request #20534 from qnm/activesupport-require-issueYves Senn2015-09-071-0/+1
|\ \ \ \ \
| * | | | | Add missing require to ensure #advance will work without being implicity requ...Rob Sharp2015-06-121-0/+1
* | | | | | Removed Extra ‘the’ [ci skip]Ronak Jangir2015-09-061-1/+1