aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make activesupport.gemspec the authoritative source instead of generating it ↵Joshua Peek2009-09-252-44/+12
| | | | | | | | from the Rakefile
| * Check if the lib is in the load path and requirable before attempting to ↵Joshua Peek2009-09-241-9/+12
| | | | | | | | activate the gem version
| * Skip addition to load path if an externally-provided lib is already in ↵Jeremy Kemper2009-09-241-2/+5
| | | | | | | | place. Just to keep the path shorter.
| * Restore split between require-time and runtime load path mungery. Simplifies ↵Jeremy Kemper2009-09-2414-37/+20
| | | | | | | | vendor requires.
| * Convert the other vendored libs to avoid pulling in old gems. Works even if ↵Jeremy Kemper2009-09-246-32/+16
| | | | | | | | rubygems isn't loaded.
| * Avoid inadvertently loading an old tzinfo gemJeremy Kemper2009-09-242-9/+5
| |
| * Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-24291-108/+141
| |
| * Clean up log output for rendered templatesJoshua Peek2009-09-244-67/+87
| |
| * Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-244-15/+108
| |
| * Remove dead requries to AC integration. Rely on autoloads insteadJoshua Peek2009-09-243-5/+0
| |
| * SessionRestoreError belongs in ADJoshua Peek2009-09-235-13/+12
| |
| * Move helpers specific to functional tests out of TestProcess into AC::TestCaseJoshua Peek2009-09-233-163/+152
| |
| * Move integration test runner into ActionDispatchJoshua Peek2009-09-237-11/+20
| |
| * More places to bump rack-test version [#3250 state:resolved]Mike Gunderloy2009-09-233-3/+3
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * Bump rack-test required version to 0.5Joshua Peek2009-09-223-5/+5
| |
| * Fixes Sam Ruby tests suite.José Valim2009-09-214-56/+113
| | | | | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* | Fix nested attributes examples again.George Ogata2009-09-291-3/+3
| | | | | | | | Those hashes don't have indifferent access.
* | Fix creation example in nested attributes.George Ogata2009-09-291-1/+1
| |
* | typoXavier Noria2009-09-261-1/+1
| |
* | AS guide: touches an example that confounds the indexerXavier Noria2009-09-261-1/+1
| |
* | AS guide: documents Regexp.unoptionalizeXavier Noria2009-09-261-0/+13
| |
* | AS guide: documents Regexp.optionalizeXavier Noria2009-09-261-0/+11
| |
* | AS guide: documents Regexp#multiline?Xavier Noria2009-09-261-0/+25
| |
* | AS guide: documents Regexp#number_of_capturesXavier Noria2009-09-261-0/+26
| |
* | AS guide: documents String#first, and String#lastXavier Noria2009-09-221-0/+8
| |
* | details how a corner case behaves in different Ruby versionsXavier Noria2009-09-221-2/+2
| |
* | AS guide: details how a corner case behaves in different Ruby versionsXavier Noria2009-09-221-2/+2
| |
* | AS guide: documents String#to and fixes examplesXavier Noria2009-09-221-1/+23
| |
* | AS guide: documents String#atXavier Noria2009-09-221-0/+13
| |
* | AS guide: documents Enumerable#none?Xavier Noria2009-09-221-0/+10
| |
* | AS guide: documents Enumerable#many?Xavier Noria2009-09-221-0/+16
| |
* | AS guide: documents Enumerable#index_byXavier Noria2009-09-221-0/+13
| |
* | SQLite 2 test passage is no longer required when patching AR.Michael Gunderloy2009-09-211-1/+1
| |
* | AS guide: documents Enumerable#each_with_objectXavier Noria2009-09-211-0/+24
| |
* | Merge commit 'mainstream/master'Pratik Naik2009-09-21427-3608/+5116
|\|
| * Merge commit 'jose/orchestra'Yehuda Katz2009-09-2121-254/+548
| |\
| | * Instrumenting cache stores.José Valim2009-09-204-78/+84
| | |
| | * Instrument create and deliver in ActionMailer.José Valim2009-09-201-56/+64
| | |
| | * Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-205-35/+53
| | |
| | * Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-207-69/+65
| | |
| | * Instrument process_action, render and sql.José Valim2009-09-203-19/+20
| | |
| | * Added Orchestra.José Valim2009-09-203-0/+265
| | |
| * | fixed ActiveModel::Lint typos [#3236 state:resolved]lakshan2009-09-211-4/+3
| |/ | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * All tests should be ran under isolated_test tooJoshua Peek2009-09-191-5/+5
| |
| * Merge "test_new_base" runner into standard "test_action_pack"Joshua Peek2009-09-191-9/+2
| |
| * Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-193-14/+14
| |
| * Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-1915-1/+1
| |
| * Merge bundler helper into abstract_unitJoshua Peek2009-09-192-12/+8
| |
| * Namespace TestControllers inside their test case classJoshua Peek2009-09-194-199/+216
| |
| * Avoid conflict with a "MetalTest" module used in testsJoshua Peek2009-09-191-1/+1
| |