aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base/schema_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-411/+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.
* fix some types in schema_test.rbLachlan Sylvester2011-07-271-5/+5
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-2/+2
|
* resolves rdoc conflictXavier Noria2010-09-231-1/+1
|\
| * Tiny fixes to rdocAlexey Mahotkin2010-09-161-1/+1
| |
* | Refactor setup methods by extracting them in abstract_unit, remove TODO.Emilio Tagua2010-09-171-47/+2
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Remove TODO and support all expected attributes.Emilio Tagua2010-09-171-10/+46
|/ | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-6/+6
| | | | | | [#4652 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Fix new schema test dependency on Hash#to_xmlJeremy Kemper2009-12-231-0/+1
|
* Use instance_eval for schema blockJoshua Peek2009-12-201-46/+56
|
* Rename define_schema => schemaJoshua Peek2009-12-201-18/+18
|
* Rename SchemaDefinition => SchemaJoshua Peek2009-12-201-24/+24
|
* define_schema for Active ResourceTaryn East2009-12-201-0/+409
Signed-off-by: Joshua Peek <josh@joshpeek.com>