| Commit message (Expand) | Author | Age | Files | Lines |
* | deprecation warning when BufferedLogger is instantiated | Yves Senn | 2012-12-25 | 1 | -0/+8 |
* | ActiveSupport::BufferedLogger can be subclassed | Yves Senn | 2012-12-25 | 1 | -0/+14 |
* | minor grammar fix | Zoltan Kiss | 2012-12-24 | 1 | -1/+1 |
* | silences "possibly useless use of :: in void context" warnings | Xavier Noria | 2012-12-24 | 1 | -7/+3 |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 3 | -283/+0 |
* | Merge pull request #8471 from kytrinyx/refactor-xml-to-hash | Steve Klabnik | 2012-12-21 | 1 | -1/+1 |
|\ |
|
| * | Refactor Hash.from_xml. | Steve Klabnik + Katrina Owen | 2012-12-21 | 1 | -1/+1 |
* | | Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s... | Rafael Mendonça França | 2012-12-21 | 2 | -10/+62 |
|\ \ |
|
| * | | Prevent callback from being set twice. | Dmitriy Kiriyenko | 2012-12-20 | 2 | -10/+62 |
* | | | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen... | David Heinemeier Hansson | 2012-12-21 | 1 | -0/+10 |
* | | | AS::BasicObject can be inherited from | Pavel Pravosud | 2012-12-15 | 1 | -0/+12 |
* | | | Remove unicode character encoding from ActiveSupport::JSON.encode | Brett Carter | 2012-12-14 | 1 | -3/+16 |
|/ / |
|
* | | Backport thread-local variables from Ruby 2.0 | Rafael Mendonça França | 2012-12-11 | 1 | -0/+77 |
* | | Deprecate obsolete Time to DateTime fallback methods | Andrew White | 2012-12-11 | 4 | -29/+41 |
* | | Beef up tests for String#in_time_zone and Date#in_time_zone | Andrew White | 2012-12-11 | 2 | -18/+128 |
* | | Deprecate Date#to_time_in_current_zone | Andrew White | 2012-12-11 | 1 | -0/+8 |
* | | Add String#in_time_zone method | Andrew White | 2012-12-11 | 1 | -24/+44 |
|/ |
|
* | Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject | Francesco Rodriguez | 2012-12-07 | 1 | -2/+2 |
* | silence warning: possibly useless use of a constant in void context | kennyj | 2012-12-06 | 1 | -3/+7 |
* | Merge pull request #8393 from frodsan/fix_dependend_order_test_example | Carlos Antonio da Silva | 2012-12-03 | 1 | -0/+3 |
|\ |
|
| * | ensure original encoding doesnt change | Francesco Rodriguez | 2012-12-01 | 1 | -0/+3 |
* | | Only take the date parts from Time.zone.now | Andrew White | 2012-12-01 | 1 | -0/+7 |
|/ |
|
* | Patched Marshal#load to work with constant autoloading (active_support/depend... | Uriel Katz | 2012-12-01 | 4 | -19/+195 |
* | Make `Time.zone.parse` to work with JavaScript date strings | Andrew White | 2012-12-01 | 1 | -14/+18 |
* | Add #seconds_until_end_of_day to DateTime and Time | Olek Janiszewski | 2012-11-29 | 2 | -0/+56 |
* | Simplify String#mb_chars and stop proxying #class | Steve Klabnik | 2012-11-28 | 1 | -1/+4 |
* | prevent Dependencies#remove_const from autoloading parents [fixes #8301] | Xavier Noria | 2012-11-28 | 1 | -0/+10 |
* | Properly deprecate #pending from AS::TestCase | Carlos Antonio da Silva | 2012-11-18 | 1 | -0/+6 |
* | Use Integer#div instead of Integer#/ to avoid side effects from mathn | Marc-Andre Lafortune | 2012-11-16 | 1 | -0/+8 |
* | Merge pull request #8112 from rails/encrypted_cookies | Santiago Pastorino | 2012-11-15 | 1 | -1/+1 |
|\ |
|
| * | Add cookie.encrypted which returns an EncryptedCookieJar | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
* | | Merge pull request #8219 from nikitug/threadsafe_xmlmini_with_backend | Rafael Mendonça França | 2012-11-15 | 1 | -0/+62 |
|\ \ |
|
| * | | Make XmlMini.with_backend usable with threads | Nikita Afanasenko | 2012-11-15 | 1 | -0/+62 |
* | | | let remove_constant still delete Kernel#autoload constants [rounds #8213] | Xavier Noria | 2012-11-15 | 1 | -2/+2 |
|/ / |
|
* | | dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] | Xavier Noria | 2012-11-15 | 2 | -0/+11 |
* | | backporting Struct#to_h from ruby 2.0 | Aaron Patterson | 2012-11-13 | 1 | -0/+10 |
* | | `#as_json` isolates options when encoding a hash. Closes #8182 | Yves Senn | 2012-11-12 | 1 | -0/+18 |
* | | Test Hash#diff deprecation, also prevent deprecation message in AS tests | Nikita Afanasenko | 2012-11-11 | 1 | -1/+3 |
* | | Merge pull request #7763 from route/full-capture | Carlos Antonio da Silva | 2012-11-08 | 1 | -0/+2 |
|\ \ |
|
| * | | Kernel#capture replaced by version which can catch output from subprocesses | Dmitry Vorotilin | 2012-11-01 | 1 | -0/+2 |
| |/ |
|
* | | cleaning up constantize tests | Aaron Patterson | 2012-11-07 | 1 | -44/+44 |
* | | Make the tests pass with minitest 4.2 | Rafael Mendonça França | 2012-11-05 | 1 | -0/+3 |
* | | Fix typo in test name | Carlos Antonio da Silva | 2012-11-04 | 2 | -3/+2 |
|/ |
|
* | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 1 | -1/+1 |
* | Fix some assert_raise calls containing messages in Active Support | Carlos Antonio da Silva | 2012-10-28 | 2 | -7/+15 |
* | Fix queueing tests that should be consuming the queue rather than draining it | Jeremy Kemper | 2012-10-26 | 1 | -3/+9 |
* | Job worker thread logs failed jobs too | Jeremy Kemper | 2012-10-26 | 1 | -1/+1 |
* | Job worker thread logs to stderr if no logger is provided | Jeremy Kemper | 2012-10-26 | 1 | -0/+12 |
* | Implement replace method so key? works correctly. | David Graham | 2012-10-26 | 1 | -0/+12 |
* | make the cache test more @tenderlove(ing) and not depend on internal implenta... | Noah Hendrix | 2012-10-23 | 1 | -2/+7 |