aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | | | docs, make `blank?` behavior clear. Closes #21468. [ci skip]Yves Senn2015-09-021-2/+2
| |/ / / / / |/| | | | |
* | | | | | minor documentation improvement [ci skip]Sam Auciello2015-08-241-2/+2
* | | | | | temp files are no more requireGaurav Sharma2015-08-251-2/+0
* | | | | | Merge pull request #16245 from byroot/more-atomic-writeMatthew Draper2015-08-211-27/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | File renaming should be the last operation of an atomic writeJean Boussier2015-08-201-27/+29
* | | | | | Use == 0 instead of .zero? in #tryJean Boussier2015-08-171-1/+1
|/ / / / /
* | | | | Merge pull request #21217 from myrridin/myrridin-documentation-updatesZachary Scott2015-08-121-2/+2
|\ \ \ \ \
| * | | | | [ci skip] Switch around a common idiom for readabilityThomas Hart II2015-08-051-2/+2
* | | | | | Only invoke the default block for mattr_accessor once so that it does not cau...Lachlan Sylvester2015-08-071-1/+1
* | | | | | Merge pull request #21087 from vngrs/fix_hash_except_docKasper Timm Hansen2015-08-031-8/+9
|\ \ \ \ \ \
| * | | | | | Fix the documentation of Hash#except method [ci skip]Mehmet Emin İNAÇ2015-08-031-8/+9
* | | | | | | [ci skip] Update Time#advance documentation with examplesMichael Stock2015-08-021-0/+6
|/ / / / / /
* / / / / / String#freeze optimizationsschneems2015-07-301-1/+1
|/ / / / /
* | | | | Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* | | | | Freeze string literals when not mutated.schneems2015-07-192-2/+2
* | | | | Merge pull request #20839 from TheBlasfem/added_examples_dateandtime_calculat...Sean Griffin2015-07-181-9/+34
|\ \ \ \ \
| * | | | | added examples to DateAndTime::Calculations [ci skip]Julio Lopez2015-07-181-9/+34
* | | | | | [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+2
* | | | | | improve duplicable documentation [ci skip]Julio Lopez2015-07-101-1/+5
|/ / / / /
* | | | | adding brackets to array in docsJulio Lopez2015-07-071-1/+1
* | | | | Merge pull request #20575 from prathamesh-sonpatki/doc-xml-disallowed-typesZachary Scott2015-06-181-1/+19
|\ \ \ \ \
| * | | | | Added documentation about passing custom disallowed types to Hash#from_xml [...Prathamesh Sonpatki2015-06-181-1/+19
| |/ / / /
* | | | | Merge pull request #18365 from pocke/fix_datatime_compareAaron Patterson2015-06-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DateTime#<=> return nil when compare to the invalid String as Time.pocke2015-01-061-1/+1
* | | | | Use block variable instead of globalRoque Pinel2015-06-081-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-011-2/+9
|\ \ \ \
| * | | | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-2/+9
* | | | | Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-011-1/+1
* | | | | Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...Roque Pinel2015-05-295-79/+89
|/ / / /
* | | | Merge pull request #19878 from pabloh/replace_alias_chains_with_prependRafael Mendonça França2015-05-285-89/+79
|\ \ \ \
| * | | | Replace use of alias chains with prepend at core_ext/datePablo Herrero2015-05-045-89/+79
* | | | | Add Enumerable#pluck.Kevin Deisz2015-05-281-0/+8
* | | | | Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-242-46/+0
* | | | | [skip ci] Update documentation for Date classAnton Davydov2015-05-211-0/+6
* | | | | Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-191-5/+5
* | | | | Patch `Delegator` to work with `#try`Nate Smith2015-05-191-17/+57
* | | | | Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-191-0/+7
* | | | | Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-133-2/+2
* | | | | Minor comment fix. [ci skip]Zoltan Kiss2015-05-131-4/+4
* | | | | Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-132-0/+20
* | | | | Merge pull request #20049 from iamvery/patch-1Yves Senn2015-05-071-1/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add examples of Date and Time `next_week` usageJay Hayes2015-05-071-0/+7
|/ / / /
* / / / deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+1
|/ / /