Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Appropriate test case subclasses to get assert_tag and assert_deprecated | Jeremy Kemper | 2008-11-15 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-15 | 102 | -2753/+5179 | |
| |\ | ||||||
| | * | auto_link helper: add intelligent ending closing bracket handling. add new ↵ | Mislav Marohnić | 2008-11-15 | 2 | -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 URLs | Mislav Marohnić | 2008-11-15 | 2 | -39/+44 | |
| | | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | |||||
| | * | Moved the * strings out of construct_finder_sql to a new default_select ↵ | Will Bryant | 2008-11-15 | 1 | -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 Jones | 2008-11-15 | 7 | -5/+67 | |
| | | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | |||||
| | * | Wrong reference | David Heinemeier Hansson | 2008-11-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added lambda merging to OptionMerger (especially useful with named_scope and ↵ | David Heinemeier Hansson | 2008-11-15 | 2 | -1/+15 | |
| | | | | | | | | | | | | with_options) [#740 state:committed] (Paweł Kondzior) | |||||
| | * | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-11-15 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | Fixed that no body charset would be set when there are attachments present ↵ | David Heinemeier Hansson | 2008-11-15 | 3 | -1/+12 | |
| | | | | | | | | | | | | | | | | [#740 state:commited] (Paweł Kondzior) | |||||
| | * | | Added lambda merging to OptionMerger (especially useful with named_scope and ↵ | David Heinemeier Hansson | 2008-11-15 | 4 | -1/+17 | |
| | |/ | | | | | | | | | | with_options) [#740 state:commited] (Paweł Kondzior) | |||||
| | * | Missing changelogs for relative_url_root changes | Michael Koziarski | 2008-11-14 | 1 | -0/+2 | |
| | | | ||||||
| | * | Missing changelog for memcache-client changes | Michael Koziarski | 2008-11-14 | 1 | -0/+2 | |
| | | | ||||||
| | * | Missing changelog for CSRF changes | Michael Koziarski | 2008-11-14 | 1 | -0/+6 | |
| | | | ||||||
| | * | Missing changelog for :only/:except on map.resources | Michael Koziarski | 2008-11-14 | 1 | -0/+2 | |
| | | | ||||||
| | * | Update release notes from docrails. | Pratik Naik | 2008-11-14 | 2 | -2/+17 | |
| | | | ||||||
| | * | A few more dependency updates | David Heinemeier Hansson | 2008-11-14 | 4 | -4/+4 | |
| | | | ||||||
| | * | Link to 2.2.1 gems | David Heinemeier Hansson | 2008-11-14 | 1 | -5/+5 | |
| | | | ||||||
| | * | Merge docrails. | Pratik Naik | 2008-11-14 | 50 | -2524/+4399 | |
| | | | ||||||
| * | | Remove superfluous require | Jeremy Kemper | 2008-11-13 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-13 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * | | Move fixtures settings from AR::TestCase to railties test_help | Jeremy Kemper | 2008-11-13 | 2 | -5/+16 | |
| | | | | ||||||
| * | | | Move fixtures settings from AR::TestCase to railties test_help | Jeremy Kemper | 2008-11-12 | 2 | -19/+15 | |
| | | | | ||||||
| * | | | Remove deprecated Gem.manage_gems | Jeremy Kemper | 2008-11-12 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Prefer a feature check to a version check | Jeremy Kemper | 2008-11-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-11 | 7 | -42/+69 | |
| |\| | | ||||||
| * | | | Ruby 1.9 compat: check for minitest's assertion also | Jeremy Kemper | 2008-11-08 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | lazy-initialize already loaded fixtures map | Jeremy Kemper | 2008-11-08 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't ↵ | Jeremy Kemper | 2008-11-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | subclass StandardError | |||||
| * | | | Wrap straggling mocha user with uses_mocha block | Jeremy Kemper | 2008-11-08 | 1 | -5/+7 | |
| | | | | ||||||
| * | | | Ruby 1.9 compat: CGI switched back to Tempfile | Jeremy Kemper | 2008-11-08 | 1 | -10/+4 | |
| | | | | ||||||
| * | | | Workaround lack of Mocha on 1.9 (hasn't been updated for minitest yet) | Jeremy Kemper | 2008-11-08 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-08 | 4 | -8/+66 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-07 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-07 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-07 | 9 | -20/+33 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Check whether last arg is a Hash instead of duck-typing against [] | Jeremy Kemper | 2008-11-07 | 1 | -4/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Don't worry about attribute ordering | Jeremy Kemper | 2008-11-07 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Use delete if the rhs is nil | Jeremy Kemper | 2008-11-07 | 1 | -1/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Set up fixtures in app's test_help | Jeremy Kemper | 2008-11-07 | 1 | -7/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | Update AR tests | Jeremy Kemper | 2008-11-07 | 2 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | undef abstract methods instead of raising NotImplementedError. Still need ↵ | Jeremy Kemper | 2008-11-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the definitions for rdoc though. | |||||
| * | | | | | | | Update AR integration tests for TestCase changes | Jeremy Kemper | 2008-11-07 | 2 | -12/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 26 | -265/+191 | |
| | | | | | | | | ||||||
| * | | | | | | | Silence parens warning | Jeremy Kemper | 2008-11-07 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead. | Jeremy Kemper | 2008-11-07 | 3 | -151/+153 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove controller assertions from Test::Unit::TestCase. Use ↵ | Jeremy Kemper | 2008-11-07 | 3 | -71/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionController::TestCase. | |||||
| * | | | | | | | Set AS::TestCase::Assertion to the underlying test exception for either ↵ | Jeremy Kemper | 2008-11-07 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | miniunit or test/unit | |||||
| * | | | | | | | Extract test method declaration | Jeremy Kemper | 2008-11-07 | 1 | -0/+21 | |
| | | | | | | | | ||||||
| * | | | | | | | Just rescue exception rather than checking for both miniunit and test/unit | Jeremy Kemper | 2008-11-07 | 2 | -7/+3 | |
| | | | | | | | |