aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation warning on active_support ordered_optionsMehmet Emin İNAÇ2015-05-271-1/+1
|
* Merge pull request #20297 from gouravtiwari/patch-9Claudio B.2015-05-261-0/+6
|\ | | | | Added multibyte slice! example to doc [ci skip]
| * Added multibyte slice! example to doc [ci skip]Gourav Tiwari2015-05-261-0/+6
| |
* | Merge pull request #20208 from gaurish/raise_on_missing_ordered_optionsRafael Mendonça França2015-05-261-1/+7
|\ \ | | | | | | | | | Add bang version to OrderedOptions
| * | Add bang version to OrderedOptionsGaurish Sharma2015-05-231-1/+6
| | | | | | | | | | | | | | | | | | By: Aditya Sanghi(@asanghi) Gaurish Sharma(gaurish)
* | | Remove redundant 'like' from doc of slice! method [ci skip]Mehmet Emin İNAÇ2015-05-261-1/+1
| | |
* | | Merge pull request #16938 from akshay-vishnoi/remove-depricationYves Senn2015-05-262-46/+0
|\ \ \ | |_|/ |/| | | | | Remove `.superclass_delegating_accessor`.
| * | Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-242-46/+0
| |/
* | [skip ci] Update documentation for Duration#to_sAnton Davydov2015-05-251-0/+4
| |
* | Merge pull request #20286 from davydovanton/doc-deprecation-behaviorAbdelkader Boudih2015-05-251-0/+12
|\ \ | | | | | | Add documentation for Deprecation::Behavior module
| * | [skip ci] Add documentation for Deprecation::Behavior moduleAnton Davydov2015-05-251-0/+12
| | |
* | | s/contstant/constant re #20282 [ci skip]Zachary Scott2015-05-241-2/+2
| | |
* | | Merge pull request #20282 from davydovanton/doc-proxy-wrappersZachary Scott2015-05-241-0/+5
|\ \ \ | | | | | | | | Add documentation for DeprecatedConstantProxy#class
| * | | [skip ci] Add documentation for DeprecatedConstantProxy#classAnton Davydov2015-05-241-0/+5
| |/ /
* | / use keyword arguments in HTTP request methods of assert_difference example ↵yuuji.yaginuma2015-05-241-9/+9
| |/ |/| | | | | [ci skip]
* | Merge pull request #20251 from davydovanton/doc-memory-storeRafael Mendonça França2015-05-212-2/+2
|\ \ | | | | | | Add nodoc label for protected Cache methods
| * | [skip ci] Add nodoc label for protected Cache methodsAnton Davydov2015-05-222-2/+2
| |/
* | Merge pull request #20250 from davydovanton/doc-mem-cache-storeRafael Mendonça França2015-05-211-1/+8
|\ \ | | | | | | Update documentation for MemCacheStore::build_mem_cache [ci skip]
| * | [skip ci] Update documentation for MemCacheStore::build_mem_cacheAnton Davydov2015-05-211-1/+8
| |/
* | Merge pull request #20247 from davydovanton/doc-array-inquirerAbdelkader Boudih2015-05-211-4/+10
|\ \ | | | | | | Update documentation for ArrayInquirer#any?
| * | [skip ci] Update documentation for ArrayInquirer#any?Anton Davydov2015-05-211-4/+10
| |/
* / [skip ci] Update documentation for Date classAnton Davydov2015-05-211-0/+6
|/
* Give respond_to? a SymbolAkira Matsuda2015-05-201-1/+1
|
* Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-191-5/+5
| | | | | | * Rename `ActiveSupport::Try` => `ActiveSupport::Tryable` * Include the modules inline * `private` indentation
* Patch `Delegator` to work with `#try`Nate Smith2015-05-191-17/+57
| | | | | | | | | | | | `Delegator` inherits from `BasicObject`, which means that it will not have `Object#try` defined. It will then delegate the call to the underlying object, which will not (necessarily) respond to the method defined in the enclosing `Delegator`. This patches `Delegator` with the `#try` method to work around the surprising behaviour. Fixes #5790
* Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-191-0/+7
| | | | | | | The feature was accepted and added to Ruby 2.3+ so we don't need to define it again. See https://bugs.ruby-lang.org/issues/11151
* Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numericRafael Mendonça França2015-05-193-2/+2
|\ | | | | | | Move Integer#positive? and Integer#negative? query methods to Numeric
| * Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-133-2/+2
| | | | | | | | By this way Integer, Rational, Float, Fixnum, Bignum classes have the same behaviour
* | Fix grammar. [CI SKIP]Guo Xiang Tan2015-05-191-1/+1
| |
* | [ci skip] remove unnecessary mention to Test::Unit from docsRoque Pinel2015-05-161-4/+4
|/ | | | | | | | Fix the guide to state that Rails uses Minitest as the default test framework. Remove unnecessary mention to Test::Unit from the API docs ('constantize' and 'safe_constantize').
* Minor comment fix. [ci skip]Zoltan Kiss2015-05-131-4/+4
|
* Add Integer#positive? and Integer#negative? query methods in the vein of ↵David Heinemeier Hansson2015-05-132-0/+20
| | | | Fixnum#zero?
* Remove not used `options` argument from `ActiveSupport::JSON.decode`Carlos Antonio da Silva2015-05-131-8/+2
| | | | | | In Rails 4.0, json decoding relied on MultiJson. This changed from 4.1 forward since it reached its end of life, and this extra argument was kept for compatibility. We are safe to remove it now.
* Merge pull request #20049 from iamvery/patch-1Yves Senn2015-05-071-1/+13
|\ | | | | | | Amend `next_week` documentation [ci skip]
| * Add examples of Date and Time `next_week` usageJay Hayes2015-05-071-0/+7
|/ | | | [skip ci]
* deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+1
|
* Merge pull request #20006 from vngrs/refactor_test_order_methodRafael Mendonça França2015-05-041-8/+1
|\ | | | | refactor ActiveSupport::TestCase.test_order method with memoization
| * refactor ActiveSupport::TestCase.test_order method with memoizationMehmet Emin İNAÇ2015-05-041-8/+1
| |
* | Tiny documentation edits [ci skip]Robin Dupret2015-05-041-14/+16
|/ | | | | | * Fix a few typos * Wrap lines to 80 chars * Use `+` instead of `<tt>`
* [ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docsDAVID MOORE2015-04-262-3/+3
| | | | [Dave Moore]
* Merge pull request #19902 from khundawg/dm-active-support-subsciber-docRichard Schneeman2015-04-251-2/+2
|\ | | | | [ci skip] Update ActiveSupport::Subscriber documentation
| * [ci skip] Update ActiveSupport::Subscriber documentationDAVID MOORE2015-04-251-2/+2
| |
* | [ci skip] Rework docs, add examples on deprecation proxiesNick Cox2015-04-241-22/+38
| |
* | Merge pull request #17333 from rails/encode-twz-tzinfo-in-yamlAndrew White2015-04-222-6/+16
|\ \ | | | | | | Improve ActiveSupport::TimeWithZone conversion to YAML
| * | Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-222-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously when converting AS::TimeWithZone to YAML it would be output as a UTC timestamp. Whilst this preserves the time information accurately it loses the timezone information. This commit changes that so that it is saved along with the time information. It also provides nicer encoding of AS::TimeZone instances themselves which previously embedded all of the data from the TZInfo records. Fixes #9183.
* | | Merge pull request #19857 from sikachu/remove-alias-method-chain-docRafael Mendonça França2015-04-221-0/+3
|\ \ \ | |/ / |/| | Clearify that alias_method_chain is deprecated
| * | Clearify that alias_method_chain is deprecatedPrem Sichanugrist2015-04-221-0/+3
| | | | | | | | | | | | | | | This was not clear on the API documentation that the method was deprecated in a982a42d766169c2170d7f100c2a5ceb5430efb1.
* | | Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-221-28/+35
| | | | | | | | | | | | | | | Make strptime behave more like parse when components are missing and share behavior between the two methods.
* | | Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+20
|/ / | | | | | | This makes it easier to parse user-inputted times as from a given time zone.
* | Merge pull request #19819 from gazay/no_fork_issueRafael Mendonça França2015-04-221-4/+4
|\ \ | | | | | | MRI compatible code for ActiveSupport::Testing::Isolation::Subprocess