| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Revert "Bundle I18n 0.2.0." | Yehuda Katz | 2009-11-09 | 15 | -2/+1345 |
* | | Merge commit 'brynary/fix-master-warnings' | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix Ruby warning: method redefined; discarding old breakpoint | Bryan Helmkamp | 2009-11-09 | 1 | -0/+1 |
* | | Bundle I18n 0.2.0. | José Valim | 2009-11-09 | 15 | -1345/+2 |
|/ |
|
* | Silence spurious warning | Jeremy Kemper | 2009-11-09 | 1 | -1/+1 |
* | Revert "Ruby 1.9.2: avoid Array#to_s and Array(nil)" | Jeremy Kemper | 2009-11-09 | 1 | -13/+4 |
* | Remove string access core extension dependency | Jeremy Kemper | 2009-11-09 | 1 | -3/+1 |
* | Fix arg destructure | Jeremy Kemper | 2009-11-08 | 1 | -2/+2 |
* | Fix unresolved string extension dependencies | Jeremy Kemper | 2009-11-08 | 2 | -2/+4 |
* | Ruby 1.9.2: work around changes to flatten and nil.to_str | Jeremy Kemper | 2009-11-08 | 5 | -14/+20 |
* | Ruby 1.9.2: avoid Array#to_s and Array(nil) | Jeremy Kemper | 2009-11-08 | 1 | -4/+13 |
* | Ruby 1.9: use method_name to work around miniunit API changes | Jeremy Kemper | 2009-11-08 | 1 | -2/+2 |
* | Since we require 1.8.7 we don't need to shim instance_exec anymore | Yehuda Katz | 2009-11-07 | 1 | -27/+0 |
* | Break up inflector to reduce the dependency burden on dependency-les methods ... | Yehuda Katz | 2009-11-07 | 5 | -407/+419 |
* | Fix OrderedHash#replace | Chris Hapgood | 2009-11-05 | 1 | -0/+7 |
* | Autoload Multibyte features. | Manfred Stienstra | 2009-11-04 | 1 | -4/+7 |
* | 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 |