| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commit | Guillermo Iguaran | 2013-09-10 | 1 | -2/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix order dependent test | Arun Agrawal | 2013-09-09 | 1 | -2/+10 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Removed unused modules and classes | Anupam Choudhury | 2013-09-10 | 1 | -7/+0 |
* | | | | | | | | Removed unnecessary require | Anupam Choudhury | 2013-09-10 | 1 | -1/+0 |
|/ / / / / / / |
|
* / / / / / / | Ensure all-caps nested consts marked as autoloaded | Simon Coffey | 2013-08-27 | 2 | -0/+12 |
|/ / / / / / |
|
* | | | | | | Merge pull request #11932 from gaurish/skip-encoding-convertor | Rafael Mendonça França | 2013-08-21 | 2 | -0/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | Define jruby_skip to skip test on JRuby | Gaurish Sharma | 2013-08-21 | 1 | -0/+5 |
| * | | | | | | Skip few of the ActiveSupport'sinflector test on JRuby | Gaurish Sharma | 2013-08-21 | 1 | -0/+10 |
* | | | | | | | Skip tests involving $SAFE, it's not supported on Rubinius. | Federico Ravasio | 2013-08-21 | 1 | -0/+2 |
* | | | | | | | Added method to skip tests on Rubinius to AS/abstract_unit. | Federico Ravasio | 2013-08-21 | 1 | -0/+4 |
* | | | | | | | ensure freeze on Thread freezes locals | Nick Howard | 2013-08-19 | 1 | -0/+9 |
|/ / / / / / |
|
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 2 | -13/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 2 | -13/+5 |
* | | | | | | | Add String#remove(pattern) as a short-hand for the common pattern of String#g... | David Heinemeier Hansson | 2013-08-13 | 1 | -0/+5 |
* | | | | | | | renames the :abort deprecation behaviour to :raise | Xavier Noria | 2013-08-13 | 1 | -3/+3 |
* | | | | | | | defines a new :abort deprecation behaviour that raises | Xavier Noria | 2013-08-13 | 1 | -0/+16 |
* | | | | | | | Avoid defining multibyte method names in JSON decoding test for JRuby Compat | Gaurish Sharma | 2013-08-07 | 1 | -3/+4 |
* | | | | | | | Fix unused variable warning | Andrew White | 2013-08-04 | 1 | -0/+1 |
* | | | | | | | Avoid calling define_method with non-english chars in InflectorTest | Gaurish Sharma | 2013-08-03 | 1 | -3/+4 |
* | | | | | | | Refactor Date, Time, DateTime timezone methods | Gilad Zohari | 2013-08-01 | 1 | -0/+8 |
* | | | | | | | Don't mutate the original inflections instance in the tests | Andrew White | 2013-07-30 | 2 | -20/+22 |
* | | | | | | | Merge pull request #10879 from makaroni4/master | Andrew White | 2013-07-29 | 3 | -0/+20 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Added Time#middle_of_day | Anatoli Makarevich | 2013-07-28 | 3 | -0/+20 |
* | | | | | | | | Fix handling of offsets with Time#to_s(:iso8601) | Andrew White | 2013-07-29 | 3 | -1/+10 |
* | | | | | | | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo... | David Heinemeier Hansson | 2013-07-28 | 1 | -0/+1 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Be sure to restore the default I18n.locale after changed its value in a test | Akira Matsuda | 2013-07-26 | 1 | -3/+3 |
* | | | | | | | Fix order dependent tests | Akira Matsuda | 2013-07-26 | 1 | -2/+10 |
* | | | | | | | Merge pull request #11546 from swoop-inc/ss_memory_store_cache_size | Piotr Sarnacki | 2013-07-22 | 1 | -2/+26 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor... | Simeon Simeonov | 2013-07-22 | 1 | -2/+26 |
* | | | | | | | | remove useless duplication in include test | Damien Mathieu | 2013-07-22 | 1 | -4/+0 |
|/ / / / / / / |
|
* | / / / / / | remove duplication in test | Marat Kazbekov | 2013-07-18 | 1 | -6/+0 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Only raise DelegationError if it's is the source of the exception | Andrew White | 2013-07-11 | 1 | -0/+27 |
* | | | | | | Add failing test for #9562 | Andrew White | 2013-07-10 | 1 | -0/+5 |
* | | | | | | Return local time for backwards compatibility | Andrew White | 2013-07-09 | 1 | -8/+25 |
* | | | | | | Retain UTC offset when using Time.at_with_coercion | Andrew White | 2013-07-09 | 1 | -0/+33 |
* | | | | | | Fix microsecond precision of Time#at_with_coercion | Neer Friedman | 2013-07-09 | 1 | -0/+4 |
* | | | | | | Explicitly test for true and false. | Jade Tucker | 2013-07-07 | 1 | -2/+2 |
* | | | | | | Make HashWithIndifferentAccess#select always return the hash. | Marc Schütz | 2013-07-06 | 1 | -0/+6 |
* | | | | | | Fixed test broken by local_constant_names | Arun Agrawal | 2013-07-03 | 1 | -6/+0 |
* | | | | | | Remove deprecated `String#encoding_aware?` | Arun Agrawal | 2013-07-03 | 2 | -7/+0 |
* | | | | | | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time` | Vipul A M | 2013-07-03 | 1 | -55/+0 |
* | | | | | | Remove deprecated Hash#diff with no replacement. | Carlos Antonio da Silva | 2013-07-02 | 1 | -6/+0 |
* | | | | | | Remove deprecated `Date#to_time_in_current_zone` | Vipul A M | 2013-07-02 | 1 | -7/+0 |
* | | | | | | Remove deprecated `Proc#bind` with no replacement. | Carlos Antonio da Silva | 2013-07-01 | 1 | -14/+0 |
* | | | | | | Remove deprecated Array#uniq_by and Array#uniq_by! | Carlos Antonio da Silva | 2013-07-01 | 1 | -30/+0 |
* | | | | | | Remove deprecated AS::BasicObject, use AS::ProxyObject instead | Carlos Antonio da Silva | 2013-07-01 | 1 | -12/+0 |
* | | | | | | remove deprecated `BufferedLogger`. | Yves Senn | 2013-07-01 | 1 | -22/+0 |
* | | | | | | remove deprecated `assert_present` and `assert_blank`. | Yves Senn | 2013-07-01 | 1 | -48/+0 |
* | | | | | | Move delegation error constant to inside Module | Carlos Antonio da Silva | 2013-06-26 | 1 | -1/+1 |
* | | | | | | Merge pull request #10828 from southpolesteve/delegation_error_class | Yves Senn | 2013-06-26 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|