Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #20286 from davydovanton/doc-deprecation-behavior | Abdelkader Boudih | 2015-05-25 | 1 | -0/+12 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add documentation for Deprecation::Behavior module | |||||
| * | | | | | [skip ci] Add documentation for Deprecation::Behavior module | Anton Davydov | 2015-05-25 | 1 | -0/+12 | |
| | | | | | | ||||||
* | | | | | | s/contstant/constant re #20282 [ci skip] | Zachary Scott | 2015-05-24 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #20282 from davydovanton/doc-proxy-wrappers | Zachary Scott | 2015-05-24 | 1 | -0/+5 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add documentation for DeprecatedConstantProxy#class | |||||
| * | | | | | | [skip ci] Add documentation for DeprecatedConstantProxy#class | Anton Davydov | 2015-05-24 | 1 | -0/+5 | |
| |/ / / / / | ||||||
* | / / / / | use keyword arguments in HTTP request methods of assert_difference example ↵ | yuuji.yaginuma | 2015-05-24 | 1 | -9/+9 | |
| |/ / / / |/| | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | Merge pull request #20251 from davydovanton/doc-memory-store | Rafael Mendonça França | 2015-05-21 | 2 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add nodoc label for protected Cache methods | |||||
| * | | | | | [skip ci] Add nodoc label for protected Cache methods | Anton Davydov | 2015-05-22 | 2 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #20250 from davydovanton/doc-mem-cache-store | Rafael Mendonça França | 2015-05-21 | 1 | -1/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update documentation for MemCacheStore::build_mem_cache [ci skip] | |||||
| * | | | | | [skip ci] Update documentation for MemCacheStore::build_mem_cache | Anton Davydov | 2015-05-21 | 1 | -1/+8 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #20247 from davydovanton/doc-array-inquirer | Abdelkader Boudih | 2015-05-21 | 1 | -4/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update documentation for ArrayInquirer#any? | |||||
| * | | | | | [skip ci] Update documentation for ArrayInquirer#any? | Anton Davydov | 2015-05-21 | 1 | -4/+10 | |
| |/ / / / | ||||||
* / / / / | [skip ci] Update documentation for Date class | Anton Davydov | 2015-05-21 | 1 | -0/+6 | |
|/ / / / | ||||||
* | | | | add missing punctuation in changelog. [ci skip] | Yves Senn | 2015-05-20 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Give respond_to? a Symbol | Akira Matsuda | 2015-05-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Small stylistic tweaks for `Delegator#try` patch | Godfrey Chan | 2015-05-19 | 2 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Rename `ActiveSupport::Try` => `ActiveSupport::Tryable` * Include the modules inline * `private` indentation | |||||
* | | | | Patch `Delegator` to work with `#try` | Nate Smith | 2015-05-19 | 3 | -17/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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 | |||||
* | | | | Fix typos is CHANGELOG [ci skip] | karanarora | 2015-05-19 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Only define #positive? and #negative? on Ruby 2.2 | Rafael Mendonça França | 2015-05-19 | 2 | -6/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_numeric | Rafael Mendonça França | 2015-05-19 | 5 | -14/+14 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Move Integer#positive? and Integer#negative? query methods to Numeric | |||||
| * | | | | Move Integer#positive? and Integer#negative? query methods to Numeric class | Mehmet Emin İNAÇ | 2015-05-13 | 6 | -14/+18 | |
| |/ / / | | | | | | | | | | | | | By this way Integer, Rational, Float, Fixnum, Bignum classes have the same behaviour | |||||
* | | | | Fix grammar. [CI SKIP] | Guo Xiang Tan | 2015-05-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [ci skip] remove unnecessary mention to Test::Unit from docs | Roque Pinel | 2015-05-16 | 1 | -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'). | |||||
* | | | | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -3/+5 | |
| | | | | ||||||
* | | | | remove warning from integer ext test | yuuji.yaginuma | 2015-05-14 | 1 | -2/+2 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | this removes the following warning: ``` test/core_ext/integer_ext_test.rb:34: warning: ambiguous first argument; put parentheses or a space even after `-' operator test/core_ext/integer_ext_test.rb:38: warning: ambiguous first argument; put parentheses or a space even after `-' operator ``` | |||||
* | | | Minor comment fix. [ci skip] | Zoltan Kiss | 2015-05-13 | 1 | -4/+4 | |
| | | | ||||||
* | | | Add Integer#positive? and Integer#negative? query methods in the vein of ↵ | David Heinemeier Hansson | 2015-05-13 | 4 | -0/+37 | |
| | | | | | | | | | | | | Fixnum#zero? | |||||
* | | | Remove not used `options` argument from `ActiveSupport::JSON.decode` | Carlos Antonio da Silva | 2015-05-13 | 1 | -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. | |||||
* | | | [ci skip] Don’t encourage `sudo gem install` | claudiob | 2015-05-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think we are better off leaving `sudo` outside of the documented way of installing gems (`activerecord`, `actionpack`, …). We don’t want newbies to think that `sudo` is required or, even worse, than they actually have to type `[sudo] gem install`. In most scenarios, `sudo` is not needed to install gems, and people who do need it, probably already know about it. What do you think? :grin: | |||||
* | | | as/core_ext require's not used | Ankit Gupta | 2015-05-08 | 2 | -2/+0 | |
| | | | ||||||
* | | | Merge pull request #20049 from iamvery/patch-1 | Yves Senn | 2015-05-07 | 1 | -1/+13 | |
|\ \ \ | | | | | | | | | | | | | Amend `next_week` documentation [ci skip] | |||||
| * | | | Add examples of Date and Time `next_week` usage | Jay Hayes | 2015-05-07 | 1 | -0/+7 | |
|/ / / | | | | | | | | | | [skip ci] | |||||
* | | | Put the assertion arguments in the right order | Matthew Draper | 2015-05-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs | Mehmet Emin İNAÇ | 2015-05-04 | 2 | -0/+7 | |
| | | | ||||||
* | | | Merge pull request #20006 from vngrs/refactor_test_order_method | Rafael Mendonça França | 2015-05-04 | 1 | -8/+1 | |
|\ \ \ | | | | | | | | | refactor ActiveSupport::TestCase.test_order method with memoization | |||||
| * | | | refactor ActiveSupport::TestCase.test_order method with memoization | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -8/+1 | |
| |/ / | ||||||
* / / | Tiny documentation edits [ci skip] | Robin Dupret | 2015-05-04 | 1 | -14/+16 | |
|/ / | | | | | | | | | | | * Fix a few typos * Wrap lines to 80 chars * Use `+` instead of `<tt>` | |||||
* | | [ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs | DAVID MOORE | 2015-04-26 | 2 | -3/+3 | |
| | | | | | | | | [Dave Moore] | |||||
* | | Merge pull request #19902 from khundawg/dm-active-support-subsciber-doc | Richard Schneeman | 2015-04-25 | 1 | -2/+2 | |
|\ \ | | | | | | | [ci skip] Update ActiveSupport::Subscriber documentation | |||||
| * | | [ci skip] Update ActiveSupport::Subscriber documentation | DAVID MOORE | 2015-04-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | [ci skip] Rework docs, add examples on deprecation proxies | Nick Cox | 2015-04-24 | 1 | -22/+38 | |
| | | | ||||||
* | | | Merge pull request #17333 from rails/encode-twz-tzinfo-in-yaml | Andrew White | 2015-04-22 | 5 | -8/+76 | |
|\ \ \ | | | | | | | | | Improve ActiveSupport::TimeWithZone conversion to YAML | |||||
| * | | | Improve ActiveSupport::TimeWithZone conversion to YAML | Andrew White | 2015-04-22 | 5 | -8/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-doc | Rafael Mendonça França | 2015-04-22 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / |/| | | | Clearify that alias_method_chain is deprecated | |||||
| * | | | Clearify that alias_method_chain is deprecated | Prem Sichanugrist | 2015-04-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | This was not clear on the API documentation that the method was deprecated in a982a42d766169c2170d7f100c2a5ceb5430efb1. | |||||
* | | | | Refactor ActiveSupport::Timezone#strptime | Andrew White | 2015-04-22 | 2 | -28/+44 | |
| | | | | | | | | | | | | | | | | | | | | Make strptime behave more like parse when components are missing and share behavior between the two methods. | |||||
* | | | | Add ActiveSupport::TimeZone#strptime. | Paul A Jungwirth | 2015-04-22 | 3 | -0/+90 | |
|/ / / | | | | | | | | | | This makes it easier to parse user-inputted times as from a given time zone. | |||||
* | | | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge pull request #19819 from gazay/no_fork_issue | Rafael Mendonça França | 2015-04-22 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | MRI compatible code for ActiveSupport::Testing::Isolation::Subprocess | |||||
| * | | | MRI compatible code for ActiveSupport::Testing::Isolation::Subprocess | Alexey Gaziev | 2015-04-19 | 1 | -4/+4 | |
| | | | |