index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
/
test
/
cases
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make serializable_hash take attr values directly from attributes hash.
Jon Leighton
2011-09-26
1
-3
/
+11
*
Failing test: ActiveResource shouldn't rely on the presence of Content-Length
John Mileham
2011-09-09
1
-3
/
+27
*
updated all the tests in ARes to work with json
Josh Kalderimis
2011-05-18
1
-54
/
+61
*
Active Resource typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
Make ARes tests unescape [ and ]
Santiago Pastorino
2010-11-18
1
-3
/
+3
*
Fix broken module namespacing in ActiveResource with Ruby 1.9 [#5699 state:re...
Matthijs Langenberg
2010-09-27
1
-0
/
+5
*
- check prefix options in collection_path
Gaston Ramos
2010-09-27
1
-1
/
+7
*
- better name for prefix param test case
Gaston Ramos
2010-09-27
1
-1
/
+1
*
- elmenth_path raise an ActiveResource::MissingPrefixParam exception when pre...
Gaston Ramos
2010-09-27
1
-0
/
+8
*
Fix active_resource assertions.
José Valim
2010-09-25
1
-2
/
+2
*
Allow ActiveResource to work with non-generated ids [#5660 state:resolved]
Jacques Crocker
2010-09-25
1
-0
/
+49
*
test for #5038
Neeraj Singh
2010-09-18
1
-0
/
+8
*
Refactor setup methods by extracting them in abstract_unit, remove TODO.
Emilio Tagua
2010-09-17
1
-95
/
+2
*
ActiveModel#to_xml fix (renamed parameter).
Andreas Garnæs
2010-09-02
1
-0
/
+6
*
fix escaping id and parameters in path [#5137 state:resolved]
Josef Reidinger
2010-07-26
1
-0
/
+1
*
These tests are trusting in the order of the elements so use OrderedHash inst...
Santiago Pastorino
2010-07-21
1
-1
/
+2
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ...
Elomar França
2010-05-26
1
-0
/
+7
*
Replace assert with assert_equal in some test cases
Neeraj Singh
2010-05-21
1
-3
/
+3
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-5
/
+5
*
assert should be replaced with assert_equal in a particular test case
Neeraj Singh
2010-05-18
1
-1
/
+1
*
ActiveResource shouldn't consider modules in the path
Santiago Pastorino
2010-05-15
1
-0
/
+5
*
Make ActiveResource serialize XML correctly when element_name is set.
Santiago Pastorino
2010-05-12
1
-0
/
+36
*
Make use of to_xml and to_json in tests
Santiago Pastorino
2010-05-12
1
-2
/
+7
*
Reuse Active Model serialization in Active Resource. [#2584 state:committed]
Santiago Pastorino
2010-04-26
1
-6
/
+22
*
Revert "create option to include_root_in_json for ActiveResource [#2584 state...
Jeremy Kemper
2010-04-25
1
-23
/
+6
*
Make this test pass on > 1.9
Santiago Pastorino
2010-04-19
1
-1
/
+5
*
create option to include_root_in_json for ActiveResource [#2584 state:committed]
Santiago Pastorino
2010-04-05
1
-6
/
+19
*
Fix failing spec
Yehuda Katz
2010-02-08
1
-0
/
+5
*
method_missing errors on activeresource tests, mocha is not required there
Santiago Pastorino
2010-02-05
1
-0
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-3
/
+3
*
Digest auth option for ActiveResource.
pivotal
2009-10-15
1
-0
/
+6
*
Cleanup whitespace introduced in 8377646 and f4f6888
Joshua Peek
2009-10-02
1
-4
/
+4
*
add indifferent access to the attributes
Taryn East
2009-10-02
1
-0
/
+15
*
update_attribute(s) added to Active Resource
Taryn East
2009-10-02
1
-2
/
+51
*
Added save! which raises ResourceInvalid unless valid?
taryn
2009-08-19
1
-1
/
+7
*
Pulled find-based tests into their own test case. This matches Active Record,...
taryn
2009-08-19
1
-76
/
+0
*
Moved all test cases into a new test/cases directory to match Active Record t...
taryn
2009-08-19
1
-0
/
+1039