aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base/load_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-199/+0
| | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* activeresource tests use AS::TestCaseAaron Patterson2012-01-051-1/+1
|
* Not used variables removed. Warnings removed.Arun Agrawal2011-09-101-2/+2
|
* Do not use objects that don't respond to to_sym (integers, floats, dates...) ↵Marc G Gauthier2011-09-011-0/+19
| | | | as parameters
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+0
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-15/+16
|
* fix loading of different elements in array then int and string [#5036 ↵Josef Reidinger2010-08-021-0/+12
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
|
* Cleanup whitespace introduced in 8377646 and f4f6888Joshua Peek2009-10-021-16/+9
|
* add indifferent access to the attributesTaryn East2009-10-021-0/+13
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Moved all test cases into a new test/cases directory to match Active Record ↵taryn2009-08-191-0/+163
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com>