Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fixed `ActiveSupport::NumberHelper` Outputs [ci skip] | amitkumarsuroliya | 2015-10-11 | 1 | -2/+2 | |
| * | | | Improved `KeyError` messages on bang version, since commit https://github.com... | amitkumarsuroliya | 2015-10-11 | 1 | -1/+1 | |
| * | | | Revert "Corrected ActiveSupport `time_with_zone` outputs [ci skip]" | Rafael Mendonça França | 2015-10-10 | 1 | -7/+7 | |
| * | | | Corrected ActiveSupport `time_with_zone` outputs [ci skip] | amitkumarsuroliya | 2015-10-11 | 1 | -7/+7 | |
| * | | | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 | |
* | | | | :scissors: | Rafael Mendonça França | 2015-10-30 | 1 | -1/+0 | |
* | | | | Merge pull request #11872 from AvnerCohen/log_namespace | Sean Griffin | 2015-10-30 | 2 | -1/+14 | |
|\ \ \ \ | ||||||
| * | | | | When logging Cache key, in debug mode, also log namespace, to create the full... | Avner Cohen | 2015-06-23 | 2 | -1/+14 | |
* | | | | | Fix the example given in the documentation for TimeWithZone#- | Phil Ross | 2015-10-29 | 1 | -4/+4 | |
* | | | | | Add documentation for TimeWithZone #ago and #advance. | Phil Ross | 2015-10-29 | 1 | -0/+38 | |
* | | | | | Deprecate `HWIDA.new_from_hash_copying_default` | Sean Griffin | 2015-10-29 | 2 | -1/+6 | |
* | | | | | Merge pull request #16357 from gchan/hwia-respects-to-hash-default | Sean Griffin | 2015-10-29 | 4 | -8/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | `HashWithIndifferentAccess.new` respects the default value or proc on objects... | Gordon Chan | 2014-07-31 | 4 | -8/+32 | |
* | | | | | | Make `Module#redefine_method` to keep method visibility | yui-knk | 2015-10-26 | 2 | -1/+32 | |
* | | | | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -6/+6 | |
* | | | | | | [ci skip] Add more code examples for `Module#anonymous?` docs | yui-knk | 2015-10-23 | 1 | -2/+4 | |
* | | | | | | Change Integer#year to return a Fixnum instead of a Float to improve consistency | Konstantinos Rousis | 2015-10-22 | 2 | -1/+17 | |
* | | | | | | Add Module#remove_possible_singleton_method | Andrew White | 2015-10-21 | 3 | -4/+32 | |
* | | | | | | Merge pull request #19889 from cedrics/long-uri-encoded-keys | Sean Griffin | 2015-10-20 | 2 | -3/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | when checking for too long cache keys used the uri encoded fname | Cedric Sohrauer | 2015-04-24 | 2 | -3/+9 | |
* | | | | | | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escape | Sean Griffin | 2015-10-20 | 3 | -4/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Handle invalid UTF-8 strings when HTML escaping | Grey Baker | 2015-06-08 | 3 | -4/+19 | |
* | | | | | | | | Merge pull request #20038 from imanel/numeric_prepend | Sean Griffin | 2015-10-20 | 2 | -33/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Unify behavior of all Numeric extensions and use Module.prepend instead of al... | Bernard Potocki | 2015-05-28 | 2 | -33/+19 | |
* | | | | | | | | | Update #20737 to address feedback | Sean Griffin | 2015-10-20 | 3 | -2/+18 | |
* | | | | | | | | | Fixed slice! behavior: return nil for out-of-bound parameters | Gourav Tiwari | 2015-10-20 | 2 | -1/+6 | |
* | | | | | | | | | Merge pull request #20872 from maxjacobson/more-humane-rounding | Sean Griffin | 2015-10-20 | 3 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update the changelog for #20872 to be a bit less confusing | Sean Griffin | 2015-10-20 | 1 | -2/+2 | |
| * | | | | | | | | | Round some numbers more humanely | Max Jacobson | 2015-07-26 | 3 | -2/+11 | |
* | | | | | | | | | | Merge pull request #21302 from theunraveler/delegate_reserved_argument_names | Sean Griffin | 2015-10-20 | 2 | -5/+21 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixing issue when delegating to methods named "block", "args", or "arg" | Jake Bell | 2015-08-19 | 2 | -5/+21 | |
* | | | | | | | | | | | Merge pull request #21883 from tarzan/cache-key-too-precise | Sean Griffin | 2015-10-20 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fixes #21815 | Maarten Jacobs | 2015-10-16 | 2 | -0/+2 | |
* | | | | | | | | | | | | Merge pull request #21858 from Gaurav2728/protected_method_nodoc | Rafael Mendonça França | 2015-10-20 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | nodoc for active support protected method [CI skip] | Gaurav Sharma | 2015-10-04 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Remove outdated statement about bundled TZInfo. | Phil Ross | 2015-10-18 | 1 | -6/+0 | |
* | | | | | | | | | | | | | Use "rake time:zones:all" instead of "rake -D time" [ci skip] | Marat Galiev | 2015-10-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #21953 from bdunne/fix_dep_warn | Matthew Draper | 2015-10-17 | 5 | -20/+92 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix bug where custom deprecators are not used. | Brandon Dunne | 2015-10-14 | 4 | -20/+100 | |
* | | | | | | | | | | | | | drop array allocations when iterating over the hash | Aaron Patterson | 2015-10-15 | 1 | -1/+3 | |
* | | | | | | | | | | | | | make string allocation constant regardless of column count | Aaron Patterson | 2015-10-15 | 1 | -2/+6 | |
* | | | | | | | | | | | | | Merge pull request #21946 from davidcelis/fix-time-zone-utc-predicate | Andrew White | 2015-10-15 | 2 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Expand support for ActiveSupport::TimeWithZone#utc? | David Celis | 2015-10-15 | 2 | -1/+16 | |
* | | | | | | | | | | | | | Only prepend a single module when defining deprecation wrappers. | Charles Oliver Nutter | 2015-10-13 | 1 | -4/+4 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #21631 from RobinClowers/fix-cache-instrumentation | Jeremy Daer | 2015-10-09 | 3 | -13/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix Cache#fetch instrumentation | Robin Clowers | 2015-09-14 | 1 | -13/+11 | |
| * | | | | | | | | | | | | Add test cases for Cache#fetch instrumentation | Robin Clowers | 2015-09-14 | 1 | -0/+28 | |
* | | | | | | | | | | | | | Avoid leaking the first relation we call #first on | Matthew Draper | 2015-10-09 | 1 | -3/+3 | |
* | | | | | | | | | | | | | code gardening in transliterate.rb | Xavier Noria | 2015-10-07 | 1 | -2/+5 | |
* | | | | | | | | | | | | | Merge pull request #21868 from tanmay3011/fix_time_class_documentation | Vijay Dev | 2015-10-05 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |