| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make ActiveSupport::Chars#limit run on Ruby 1.9. | Manfred Stienstra | 2009-11-04 | 1 | -0/+5 |
* | Improve performance of Multibyte::Utils. | Manfred Stienstra | 2009-11-04 | 1 | -7/+6 |
* | Add ActiveSupport::Multibyte::Chars#limit. | Manfred Stienstra | 2009-11-04 | 1 | -14/+15 |
* | Fix chars.reverse for multibyte decomposed strings | Matias Flores | 2009-11-02 | 1 | -1/+1 |
* | Clarify date/time dependencies | Jeremy Kemper | 2009-11-02 | 4 | -3/+3 |
* | Consolidate Object#to_param and #to_query core extensions | Jeremy Kemper | 2009-11-02 | 10 | -73/+77 |
* | Ruby 1.9.2: rational.rb is deprecated | Jeremy Kemper | 2009-11-02 | 1 | -1/+1 |
* | Ruby 1.9.2: URI.escape is obsolete | Jeremy Kemper | 2009-11-02 | 1 | -1/+2 |
* | Allow :instance_reader to be given to superclass_delegating_accessor as well. | José Valim | 2009-11-01 | 1 | -21/+39 |
* | Remove the random line at the beginning of every new log file | Tim Carey-Smith | 2009-10-29 | 1 | -1/+0 |
* | First pass at cleaning up action caching | Yehuda Katz | 2009-10-28 | 1 | -0/+6 |
* | Array.wrap(struct) needs to return the wrapped struct | Yehuda Katz | 2009-10-28 | 1 | -12/+7 |
* | Change Event#thread_id to #transaction_id. Defaults to one "transaction" per ... | Yehuda Katz | 2009-10-28 | 1 | -13/+12 |
* | Make it possible to have IDs per request | Yehuda Katz | 2009-10-28 | 1 | -2/+18 |
* | This is all that's needed in 1.8.7+ | Yehuda Katz | 2009-10-28 | 1 | -10/+11 |
* | AS::Notifications.subscribe blocks are now yielded the arguments to pass to A... | Yehuda Katz | 2009-10-27 | 1 | -1/+1 |
* | Edinburgh TimeZone references "Europe/London" instead of "Europe/Dublin" [#33... | Phil Ross | 2009-10-27 | 1 | -1/+1 |
* | Bundle Tzinfo 0.3.15 | Geoff Buesing | 2009-10-27 | 141 | -296/+298 |
* | Fix broken tests | Jeremy Kemper | 2009-10-27 | 1 | -0/+1 |
* | Some optimizations on AS::Notifications. This does not change the public-faci... | Yehuda Katz | 2009-10-27 | 1 | -29/+33 |
* | Have all the tests running off a single Gemfile | Yehuda Katz + Carl Lerche | 2009-10-20 | 2 | -3/+4 |
* | Replace decaying routing internals w/ rack-mount | Joshua Peek | 2009-10-19 | 1 | -22/+0 |
* | Missed cherry-pick from 2e37effd7203cad84459661e11db2be44586cb4f | Jeremy Kemper | 2009-10-19 | 1 | -0/+1 |
* | Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re... | José Valim | 2009-10-17 | 2 | -13/+23 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 1 | -0/+2 |
* | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 3 | -15/+15 |
* | Added parent_of? method to help tracing events. | José Valim | 2009-10-15 | 1 | -0/+5 |
* | Make Orchestra specs run on isolation. | José Valim | 2009-10-15 | 1 | -0/+1 |
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 2 | -0/+60 |
* | Instrument cache store events only if required. | José Valim | 2009-10-15 | 1 | -6/+18 |
* | Update Orchestra instrumentations and move part of logging to Orchestra. | José Valim | 2009-10-15 | 3 | -12/+14 |
* | Orchestra listeners have their own queue. | José Valim | 2009-10-15 | 1 | -20/+36 |
* | Events are created inside threads. | José Valim | 2009-10-15 | 1 | -29/+22 |
* | Abstract publishing, subscribing and instrumenting in Orchestra. | José Valim | 2009-10-15 | 1 | -15/+59 |
* | Added queue abstraction to Orchestra. | José Valim | 2009-10-15 | 1 | -24/+33 |
* | Revert "Rename Orchestra to Notifications [#3321 state:resolved]" | José Valim | 2009-10-15 | 3 | -10/+10 |
* | Explicitly require logger | Jeremy Kemper | 2009-10-14 | 1 | -1/+7 |
* | Punt on ConcurrentHash [#3322 state:resolved] | Joshua Peek | 2009-10-14 | 2 | -28/+0 |
* | Rename Orchestra to Notifications [#3321 state:resolved] | Joshua Peek | 2009-10-14 | 3 | -10/+10 |
* | Revert "Get AS TestCase off deprecated callbacks" | Jeremy Kemper | 2009-10-14 | 1 | -13/+1 |
* | Revert "Rewrite AS::TestCase setup/teardown as a single callback chain" | Jeremy Kemper | 2009-10-14 | 1 | -30/+27 |
* | Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handlin... | Jacob Lauemoeller | 2009-10-15 | 1 | -5/+8 |
* | Revert "Missing requires" | Jeremy Kemper | 2009-10-14 | 2 | -2/+0 |
* | Missing requires | Michael Koziarski | 2009-10-15 | 2 | -0/+2 |
* | Start adding configuration to ActionView instead of using constants. | Yehuda Katz | 2009-10-14 | 2 | -0/+37 |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -2/+0 |
* | Refactor AS concern to avoid hacking the "include" method. | Joshua Peek | 2009-10-13 | 3 | -24/+10 |
* | Extend Callbacks and Rescuable with AS concern | Joshua Peek | 2009-10-13 | 2 | -7/+5 |
* | Make logger work again (h/t Sam Ruby) | Yehuda Katz | 2009-10-13 | 1 | -1/+1 |
* | Rewrite AS::TestCase setup/teardown as a single callback chain | Joshua Peek | 2009-10-12 | 1 | -27/+30 |