Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Style bikeshed: prefer obvious string paths with / separator to args lists ↵ | Jeremy Kemper | 2009-09-14 | 1 | -6/+6 | |
| | | | | | | | | with ', ' separator | |||||
| * | Fix deprecated gem-name requires | Jeremy Kemper | 2009-09-14 | 2 | -2/+2 | |
| | | ||||||
| * | Cherry-pick core extensions. Don't explicitly require rubygems. Use load ↵ | Jeremy Kemper | 2009-09-14 | 2 | -13/+12 | |
| | | | | | | | | path for vendored thor. | |||||
| * | Remove premature active_support/mini | Jeremy Kemper | 2009-09-14 | 1 | -9/+0 | |
| | | ||||||
| * | Uses extlib_inheritable_accessor | Jeremy Kemper | 2009-09-14 | 1 | -0/+2 | |
| | | ||||||
| * | Lookup ruby bin name too | Joshua Peek | 2009-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | Use rbconfig instead of rubygem detection | Joshua Peek | 2009-09-14 | 1 | -1/+2 | |
| | | ||||||
| * | For testing, only load rubygems if mocha is missing | Joshua Peek | 2009-09-14 | 1 | -1/+8 | |
| | | ||||||
| * | Forgot to update load path dir for vendored memcache | Joshua Peek | 2009-09-14 | 2 | -2/+1 | |
| | | ||||||
| * | Use abort | Jeremy Kemper | 2009-09-13 | 1 | -2/+1 | |
| | | ||||||
| * | Skip parent isolation tests too | Jeremy Kemper | 2009-09-13 | 1 | -121/+123 | |
| | | ||||||
| * | Don't run `gem bundle` by default | Joshua Peek | 2009-09-13 | 1 | -22/+3 | |
| | | ||||||
| * | Bump vendored memcache to 1.7.5 | Joshua Peek | 2009-09-13 | 1 | -93/+292 | |
| | | ||||||
| * | Rollback AS bundler work and improve activation of vendored dependencies | Joshua Peek | 2009-09-13 | 18 | -96/+54 | |
| | | ||||||
| * | Callbacks need to require reporting | Joshua Peek | 2009-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | Restore AS vendor file until we get things sorted out in railties | Joshua Peek | 2009-09-13 | 2 | -0/+28 | |
| | | ||||||
| * | Rewrite resource routing tests that are coupled to the router implementation | Joshua Peek | 2009-09-13 | 1 | -2/+3 | |
| | | ||||||
| * | Need to reset session for AP rescue tests after altering the route set | Joshua Peek | 2009-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | Define weblog controller for url helper test | Joshua Peek | 2009-09-13 | 2 | -0/+2 | |
| | | ||||||
| * | AV::UrlHelper depends on Array#second | Joshua Peek | 2009-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | Omit PATH_INFO in integration test so rack mock will properly override it | Joshua Peek | 2009-09-13 | 1 | -1/+0 | |
| | | ||||||
| * | AP tests: detect missing dependencies and automatically run bundler | Joshua Peek | 2009-09-13 | 3 | -4/+34 | |
| | | ||||||
| * | Merge abstract_controller/test_helper and new_base/test_helper since they ↵ | Joshua Peek | 2009-09-13 | 26 | -100/+49 | |
| | | | | | | | | are expected to run in the same testing sandbox | |||||
| * | Don't eager require mocha, AS unit needs to set stuff up first | Joshua Peek | 2009-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Remove dead old base abstract unit | Joshua Peek | 2009-09-13 | 1 | -46/+0 | |
| | | ||||||
| * | Lazy require memcache for session middleware | Joshua Peek | 2009-09-13 | 1 | -40/+35 | |
| | | ||||||
| * | Detect missing dependencies and automatically run bundler | Joshua Peek | 2009-09-13 | 4 | -13/+32 | |
| | | ||||||
| * | Ignore bundled gems | Joshua Peek | 2009-09-13 | 7 | -4/+1 | |
| | | ||||||
| * | Shush interpolation warnings | Joshua Peek | 2009-09-13 | 1 | -2/+6 | |
| | | ||||||
| * | Forget about old memoize immutable behavior | Joshua Peek | 2009-09-13 | 1 | -10/+0 | |
| | | ||||||
| * | Need to declare optional dependencies from AS | Joshua Peek | 2009-09-13 | 2 | -1/+10 | |
| | | ||||||
| * | Load vendored i18n if its not found since its a real requirement | Joshua Peek | 2009-09-13 | 1 | -1/+7 | |
| | | ||||||
| * | Avoid referencing rubygems | Joshua Peek | 2009-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Don't force test suite to use bundler | Joshua Peek | 2009-09-13 | 4 | -3/+10 | |
| | | ||||||
| * | Move AS vendor support into bundler. | Joshua Peek | 2009-09-13 | 155 | -36/+35 | |
| | | | | | | Run `rake bundle` before running tests. | |||||
| * | require reporting before attempting to "shush" | Joshua Peek | 2009-09-13 | 2 | -0/+3 | |
| | | ||||||
| * | Shush, new_callbacks | Jeremy Kemper | 2009-09-13 | 1 | -2/+4 | |
| | | ||||||
| * | Shush, rexml | Jeremy Kemper | 2009-09-13 | 2 | -3/+3 | |
| | | ||||||
| * | Prefer not to shadow a local | Jeremy Kemper | 2009-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Ignore isolation test tests for test-unit 2 also | Jeremy Kemper | 2009-09-13 | 1 | -2/+3 | |
| | | ||||||
| * | Clean up spurious JSON decoding test failure | Jeremy Kemper | 2009-09-13 | 4 | -16/+7 | |
| | | ||||||
| * | Ruby 1.9 compat: fix regexp slice test | Jeremy Kemper | 2009-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Silence warning for Encoding.default_external= | Jeremy Kemper | 2009-09-13 | 1 | -9/+5 | |
| | | ||||||
| * | Use Encoding.default_external, not _internal | Jeremy Kemper | 2009-09-13 | 2 | -10/+10 | |
| | | ||||||
| * | Ruby 1.9 compat: corrected instance_methods check | sdsykes | 2009-09-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | [#3156 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | activesupport -> active_support | Jeremy Kemper | 2009-09-13 | 1 | -3/+2 | |
| | | ||||||
| * | making secure_compare faster | Aaron Patterson | 2009-09-13 | 1 | -28/+8 | |
| | | | | | | | | | | | | [#3195 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | Dup the arguments to string compare so we can use force_encoding. | Michael Koziarski | 2009-09-13 | 1 | -2/+2 | |
| | | ||||||
| * | Merge commit 'alloy/master-nested_attributes_and_autosave' | Michael Koziarski | 2009-09-13 | 15 | -94/+424 | |
| |\ | ||||||
| | * | Removed the version of ActiveRecord::Base#destroyed? that was added in ↵ | Eloy Duran | 2009-09-12 | 2 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | a44a1257d879311d88c2d10c366ab0d6561f903a. Because José Valim was cheeky enough to already add it to the master branch. |