Emilio Tagua
|
2d274a5208
|
Use parentheses when using assert_match followed by a regexp to avoid warnings.
|
2010-09-27 11:19:19 -03:00 |
|
Piotr Sarnacki
|
b3eb26a161
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
|
Xavier Noria
|
fb6b805620
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
|
José Valim
|
250c809246
|
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
|
2010-02-21 11:12:14 +01:00 |
|
Joshua Peek
|
2be5e088d2
|
Use new routing dsl in tests
|
2009-12-08 16:52:26 -06:00 |
|
Michael Koziarski
|
370bf1401a
|
Don't call additional methods on builders passed to the atom_feed helper.
Additionally, actually test that the atom_feed helper works with :xml as an option.
[#1836 state:committed]
|
2009-08-09 13:10:08 +12:00 |
|
Joshua Peek
|
92c00d7586
|
AMo conversion helper
|
2009-07-21 00:51:57 -05:00 |
|
Yehuda Katz
|
5ffaaa71d1
|
Define ActiveModel API Compliance
- Define to_model on AR
- Define to_model on ActiveModel::APICompliant
- Update test fixtures to be API Compliant
- Start using to_model in AP
|
2009-07-20 00:27:04 +09:00 |
|
Joshua Peek
|
1c4d28ba31
|
Move model naming into ActiveModel
|
2009-06-17 10:37:39 -05:00 |
|
Yehuda Katz and Carl Lerche
|
6c05b5e938
|
Temporarily modifies setup to call super directly. This can support more T::U runners.
|
2009-04-08 17:33:41 -07:00 |
|
Jeremy Kemper
|
99648c9672
|
Don't worry about attribute ordering
|
2008-11-07 17:45:10 -05:00 |
|
Jeremy Kemper
|
c82e8e1f48
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
|
2008-11-07 15:42:34 -05:00 |
|
David Heinemeier Hansson
|
1abdc8752d
|
Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ruby) [#8994 status:committed]
|
2008-10-13 19:52:37 +02:00 |
|
Matthew M. Boedicker
|
42cbd710bb
|
Add support for xml processing instructions in atom_feed_helper [#926 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-10-13 18:46:32 +02:00 |
|
Darragh Curran
|
7e4ea5f4a2
|
Allow overriding id for feed and entry with atom_feed_builder. [#485 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-08-21 13:37:26 +01:00 |
|
Michael Koziarski
|
7e1c04d866
|
Allow users to declare other namespaces when using the atom feed helpers. Closes #10304 [david.calavera]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8637 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-01-13 00:11:39 +00:00 |
|
Jeremy Kemper
|
9d755f1983
|
require abstract_unit directly since test is in load path
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8564 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-01-05 13:32:06 +00:00 |
|
Rick Olson
|
744b1d7f4d
|
Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8529 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-01-02 19:45:53 +00:00 |
|
David Heinemeier Hansson
|
2ec817c003
|
Fix tests for atom feed
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7533 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-09-21 23:42:59 +00:00 |
|
David Heinemeier Hansson
|
8b2439e5e4
|
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7529 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-09-21 22:17:35 +00:00 |
|