aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Appropriate test case subclasses to get assert_tag and assert_deprecatedJeremy Kemper2008-11-152-2/+2
| |
| * Merge branch 'master' into testingJeremy Kemper2008-11-15102-2753/+5179
| |\
| | * auto_link helper: add intelligent ending closing bracket handling. add new ↵Mislav Marohnić2008-11-152-56/+94
| | | | | | | | | | | | | | | | | | | | | tests and reorder new ones for readability Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1353 state:committed]
| | * refactor autolink helper. change tests to expect HTML-escaped URLsMislav Marohnić2008-11-152-39/+44
| | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
| | * Moved the * strings out of construct_finder_sql to a new default_select ↵Will Bryant2008-11-151-1/+9
| | | | | | | | | | | | | | | | | | | | | method so it can be overridden by plugins cleanly Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1371 state:resolved]
| | * fix assignment to has_one :through associations.Matt Jones2008-11-157-5/+67
| | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
| | * Wrong referenceDavid Heinemeier Hansson2008-11-151-1/+1
| | |
| | * Added lambda merging to OptionMerger (especially useful with named_scope and ↵David Heinemeier Hansson2008-11-152-1/+15
| | | | | | | | | | | | with_options) [#740 state:committed] (Paweł Kondzior)
| | * Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-11-150-0/+0
| | |\
| | | * Fixed that no body charset would be set when there are attachments present ↵David Heinemeier Hansson2008-11-153-1/+12
| | | | | | | | | | | | | | | | [#740 state:commited] (Paweł Kondzior)
| | * | Added lambda merging to OptionMerger (especially useful with named_scope and ↵David Heinemeier Hansson2008-11-154-1/+17
| | |/ | | | | | | | | | with_options) [#740 state:commited] (Paweł Kondzior)
| | * Missing changelogs for relative_url_root changesMichael Koziarski2008-11-141-0/+2
| | |
| | * Missing changelog for memcache-client changesMichael Koziarski2008-11-141-0/+2
| | |
| | * Missing changelog for CSRF changesMichael Koziarski2008-11-141-0/+6
| | |
| | * Missing changelog for :only/:except on map.resourcesMichael Koziarski2008-11-141-0/+2
| | |
| | * Update release notes from docrails.Pratik Naik2008-11-142-2/+17
| | |
| | * A few more dependency updatesDavid Heinemeier Hansson2008-11-144-4/+4
| | |
| | * Link to 2.2.1 gemsDavid Heinemeier Hansson2008-11-141-5/+5
| | |
| | * Merge docrails.Pratik Naik2008-11-1450-2524/+4399
| | |
| * | Remove superfluous requireJeremy Kemper2008-11-131-1/+0
| | |
| * | Merge branch 'master' into testingJeremy Kemper2008-11-130-0/+0
| |\ \
| | * | Move fixtures settings from AR::TestCase to railties test_helpJeremy Kemper2008-11-132-5/+16
| | | |
| * | | Move fixtures settings from AR::TestCase to railties test_helpJeremy Kemper2008-11-122-19/+15
| | | |
| * | | Remove deprecated Gem.manage_gemsJeremy Kemper2008-11-121-1/+0
| | | |
| * | | Prefer a feature check to a version checkJeremy Kemper2008-11-121-1/+1
| | | |
| * | | Merge branch 'master' into testingJeremy Kemper2008-11-117-42/+69
| |\| |
| * | | Ruby 1.9 compat: check for minitest's assertion alsoJeremy Kemper2008-11-081-3/+3
| | | |
| * | | lazy-initialize already loaded fixtures mapJeremy Kemper2008-11-081-1/+1
| | | |
| * | | Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't ↵Jeremy Kemper2008-11-081-2/+2
| | | | | | | | | | | | | | | | subclass StandardError
| * | | Wrap straggling mocha user with uses_mocha blockJeremy Kemper2008-11-081-5/+7
| | | |
| * | | Ruby 1.9 compat: CGI switched back to TempfileJeremy Kemper2008-11-081-10/+4
| | | |
| * | | Workaround lack of Mocha on 1.9 (hasn't been updated for minitest yet)Jeremy Kemper2008-11-081-1/+2
| | | |
| * | | Merge branch 'master' into testingJeremy Kemper2008-11-084-8/+66
| |\ \ \
| * \ \ \ Merge branch 'master' into testingJeremy Kemper2008-11-071-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into testingJeremy Kemper2008-11-071-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into testingJeremy Kemper2008-11-079-20/+33
| |\ \ \ \ \ \
| * | | | | | | Check whether last arg is a Hash instead of duck-typing against []Jeremy Kemper2008-11-071-4/+9
| | | | | | | |
| * | | | | | | Don't worry about attribute orderingJeremy Kemper2008-11-071-1/+2
| | | | | | | |
| * | | | | | | Use delete if the rhs is nilJeremy Kemper2008-11-071-1/+5
| | | | | | | |
| * | | | | | | Set up fixtures in app's test_helpJeremy Kemper2008-11-071-7/+8
| | | | | | | |
| * | | | | | | Update AR testsJeremy Kemper2008-11-072-5/+5
| | | | | | | |
| * | | | | | | undef abstract methods instead of raising NotImplementedError. Still need ↵Jeremy Kemper2008-11-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the definitions for rdoc though.
| * | | | | | | Update AR integration tests for TestCase changesJeremy Kemper2008-11-072-12/+5
| | | | | | | |
| * | | | | | | Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-0726-265/+191
| | | | | | | |
| * | | | | | | Silence parens warningJeremy Kemper2008-11-071-1/+1
| | | | | | | |
| * | | | | | | Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-073-151/+153
| | | | | | | |
| * | | | | | | Remove controller assertions from Test::Unit::TestCase. Use ↵Jeremy Kemper2008-11-073-71/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionController::TestCase.
| * | | | | | | Set AS::TestCase::Assertion to the underlying test exception for either ↵Jeremy Kemper2008-11-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | miniunit or test/unit
| * | | | | | | Extract test method declarationJeremy Kemper2008-11-071-0/+21
| | | | | | | |
| * | | | | | | Just rescue exception rather than checking for both miniunit and test/unitJeremy Kemper2008-11-072-7/+3
| | | | | | | |