| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed spelling mistake. | Erica Kwan | 2009-12-17 | 1 | -1/+1 |
* | [].from(0) actually returns [], not nil | Ryan Bigg | 2009-12-17 | 1 | -1/+1 |
* | documents that the REXML security fix is still needed to support all 1.8.7 pa... | Xavier Noria | 2009-11-19 | 1 | -1/+4 |
* | explains the motivation for duplicable? | Xavier Noria | 2009-11-19 | 1 | -0/+16 |
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2009-11-17 | 259 | -3089/+3321 |
|\ |
|
| * | Add TimeZone dependency | Yehuda Katz | 2009-11-14 | 1 | -0/+2 |
| * | Repair time dependencies | Jeremy Kemper | 2009-11-14 | 8 | -13/+9 |
| * | Loosen optional gem deps from ~> to >= | Jeremy Kemper | 2009-11-14 | 1 | -1/+1 |
| * | No need for test stub | Jeremy Kemper | 2009-11-14 | 1 | -2/+2 |
| * | Consolidate date & time landscape: require 'active_support/time' | Jeremy Kemper | 2009-11-14 | 8 | -31/+23 |
| * | Notifications: queue.drained? for testability in place of brittle sleeps | Jeremy Kemper | 2009-11-13 | 2 | -19/+21 |
| * | Fix duration check for longer sleep | Jeremy Kemper | 2009-11-13 | 1 | -1/+1 |
| * | CI: slow down brittle notifications tests | Jeremy Kemper | 2009-11-13 | 1 | -9/+10 |
| * | Ruby 1.9.2: fix broken to_ary expectation | Jeremy Kemper | 2009-11-13 | 1 | -1/+3 |
| * | Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly... | Jeremy Kemper | 2009-11-13 | 4 | -19/+35 |
| * | Rescue handlers should never need array wrapping. Bug if so. | Jeremy Kemper | 2009-11-13 | 1 | -2/+1 |
| * | Prefer Array.wrap to Array() | Jeremy Kemper | 2009-11-13 | 1 | -1/+2 |
| * | Ruby 1.9.2: work around Array allowing method_missing for to_ary | Jeremy Kemper | 2009-11-13 | 1 | -4/+3 |
| * | Test that Array.wrap works with proxy objects and structs | Jeremy Kemper | 2009-11-13 | 1 | -0/+20 |
| * | Rdoc for changes introduced in e2ed1a1ca, 36058f450. | David Vrensk | 2009-11-12 | 1 | -0/+5 |
| * | Avoid adding component lib/ to load path multiple times | Joshua Peek | 2009-11-09 | 1 | -1/+2 |
| * | Always add AS lib/ to path when running its test suite | Joshua Peek | 2009-11-09 | 1 | -4/+4 |
| * | Remove automatic rubygems loading from AS test runner | Joshua Peek | 2009-11-09 | 1 | -9/+1 |
| * | Revert "the REXML security fix is not needed for Ruby >= 1.8.7" | Jeremy Kemper | 2009-11-09 | 2 | -0/+45 |
| * | Ditto | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 |
| * | Fix missing dependency | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 |
| * | the REXML security fix is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 2 | -45/+0 |
| * | Enumerable#none? is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 2 | -20/+0 |
| * | Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 5 | -35/+7 |
| * | String#each_char is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 3 | -25/+0 |
| * | String#start_with? and String#end_with? are not needed for Ruby >= 1.8.7, lea... | Xavier Noria | 2009-11-09 | 2 | -22/+0 |
| * | String#bytesize is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 4 | -15/+0 |
| * | Object#tap is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 4 | -28/+0 |
| * | Symbol#to_proc is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 6 | -28/+0 |
| * | Object#instance_variable_defined? is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 2 | -14/+0 |
| * | Merge branch 'master' of github.com:rails/rails | Jeremy Kemper | 2009-11-09 | 15 | -2/+1345 |
| |\ |
|
| | * | 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 |
| * | Work around assert_raise limitation | Jeremy Kemper | 2009-11-08 | 1 | -3/+3 |
| * | Ruby 1.9.2: work around changes to flatten and nil.to_str | Jeremy Kemper | 2009-11-08 | 6 | -17/+23 |
| * | 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 |