| Commit message (Expand) | Author | Age | Files | Lines |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -1/+1 |
* | code gardening: we have assert_(nil|blank|present), more concise, with better... | Xavier Noria | 2010-08-17 | 1 | -1/+1 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 1 | -4/+4 |
* | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 1 | -6/+6 |
* | Don't call additional methods on builders passed to the atom_feed helper. | Michael Koziarski | 2009-08-09 | 1 | -0/+29 |
* | AMo conversion helper | Joshua Peek | 2009-07-21 | 1 | -1/+2 |
* | Define ActiveModel API Compliance | Yehuda Katz | 2009-07-20 | 1 | -2/+7 |
* | Move model naming into ActiveModel | Joshua Peek | 2009-06-17 | 1 | -0/+1 |
* | Temporarily modifies setup to call super directly. This can support more T::U... | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -0/+1 |
* | Don't worry about attribute ordering | Jeremy Kemper | 2008-11-07 | 1 | -1/+2 |
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -5/+3 |
* | Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru... | David Heinemeier Hansson | 2008-10-13 | 1 | -0/+30 |
* | Add support for xml processing instructions in atom_feed_helper [#926 state:r... | Matthew M. Boedicker | 2008-10-13 | 1 | -0/+51 |
* | Allow overriding id for feed and entry with atom_feed_builder. [#485 state:re... | Darragh Curran | 2008-08-21 | 1 | -5/+32 |
* | Allow users to declare other namespaces when using the atom feed helpers. Clo... | Michael Koziarski | 2008-01-13 | 1 | -0/+28 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay] | Rick Olson | 2008-01-02 | 1 | -2/+52 |
* | Fix tests for atom feed | David Heinemeier Hansson | 2007-09-21 | 1 | -21/+21 |
* | Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH] | David Heinemeier Hansson | 2007-09-21 | 1 | -0/+101 |