aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix test bleedJeremy Kemper2009-11-181-1/+1
| * Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-188-13/+13
| * Check whether another lib has implemented ruby 1.9 string interp syntaxJeremy Kemper2009-11-181-1/+1
| * Extract form_authenticity_param instance method so it's overridable in subcla...Jeremy Kemper2009-11-172-1/+24
| * Insert generated association members in the same order they are specified whe...Gabe da Silveira2009-11-172-2/+25
| * Revert "Ensure Model#destroy respects optimistic locking"Jeremy Kemper2009-11-172-52/+0
| * Merge remote branch 'Fingertips/master'Joshua Peek2009-11-162-13/+66
| |\
| | * Allow explicit placement of hidden id element for nested models.Will Read2009-11-152-13/+66
| * | Make script/server work with correct application.rbYehuda Katz2009-11-162-1/+6
| * | Require action_dispatch, not action_controllerYehuda Katz2009-11-161-1/+1
| * | Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These ...Yehuda Katz2009-11-163-0/+12
| |/
| * Ruby 1.9: skip pg locking test for 1.9.1 alsoJeremy Kemper2009-11-151-1/+1
| * Add TimeZone dependencyYehuda Katz2009-11-141-0/+2
| * Repair time dependenciesJeremy Kemper2009-11-148-13/+9
| * Loosen optional gem deps from ~> to >=Jeremy Kemper2009-11-141-1/+1
| * Remove Gemfile deps duplicated from AP gemspecJeremy Kemper2009-11-142-3/+1
| * Just use abstract_unitJeremy Kemper2009-11-141-12/+1
| * Fix bundler environment checkJeremy Kemper2009-11-141-1/+1
| * No need for test stubJeremy Kemper2009-11-141-2/+2
| * No need to check for generated method, just redispatchJeremy Kemper2009-11-141-4/+3
| * Ruby 1.9.2: use recursive flattenJeremy Kemper2009-11-141-7/+1
| * Skip pg locking test due to connection checkout deadlock detectionJeremy Kemper2009-11-141-5/+8
| * Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-148-31/+23
| * Ruby 1.9.2: fix flatten_deeper to preserve nilsJeremy Kemper2009-11-141-1/+1
| * Notifications: queue.drained? for testability in place of brittle sleepsJeremy Kemper2009-11-132-19/+21
| * Fix duration check for longer sleepJeremy Kemper2009-11-131-1/+1
| * CI: slow down brittle notifications testsJeremy Kemper2009-11-131-9/+10
| * Revert "Split arel_table into method to get a relation and another to memoize...Jeremy Kemper2009-11-135-13/+13
| * Ruby 1.9.2: StringIO no longer has #pathJeremy Kemper2009-11-131-1/+1
| * Ruby 1.9.2: fix broken to_ary expectationJeremy Kemper2009-11-131-1/+3
| * Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly...Jeremy Kemper2009-11-134-19/+35
| * Rescue handlers should never need array wrapping. Bug if so.Jeremy Kemper2009-11-131-2/+1
| * Split arel_table into method to get a relation and another to memoize the def...Jeremy Kemper2009-11-135-13/+13
| * Missing customers fixtureJeremy Kemper2009-11-131-2/+2
| * Uses Hash#reverse_mergeJeremy Kemper2009-11-131-0/+2
| * Ruby 1.9.2: avoid #flattenJeremy Kemper2009-11-133-18/+38
| * Prefer Array.wrap to Array()Jeremy Kemper2009-11-131-1/+2
| * Ruby 1.9.2: work around Array allowing method_missing for to_aryJeremy Kemper2009-11-131-4/+3
| * Test that Array.wrap works with proxy objects and structsJeremy Kemper2009-11-131-0/+20
| * Split mime responder into smaller chunks and allow action to be configured.José Valim2009-11-132-18/+48
| * Remove rackmount const usageJoshua Peek2009-11-122-3/+3
| * Always bundle pg and mysql for AR testsJeremy Kemper2009-11-121-2/+2
| * Rdoc for changes introduced in e2ed1a1ca, 36058f450.David Vrensk2009-11-122-0/+6
| * Refactor pluginsYehuda Katz + Carl Lerche2009-11-1119-1144/+321
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-11-11216-1447/+1689
|\|
| * Update AR logger subscriber for Notifications subscriber args changeJeremy Kemper2009-11-111-2/+2
| * test-unit 2: filter_backtrace is privateJeremy Kemper2009-11-101-2/+2
| * CI: yeah, run those testsJeremy Kemper2009-11-101-6/+6
| * CI: short-circuit at first failing task. Chmod 755 bin, vendor, vendor/gemsJeremy Kemper2009-11-101-4/+3
| * Rack: HTTPS is either 'on' or 'off' as of 9b7a0569e4067d0c23a00fc24273436e85c...Jeremy Kemper2009-11-101-1/+1