Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 4 | -763/+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::TestCase | Aaron Patterson | 2012-01-05 | 3 | -3/+3 |
| | |||||
* | Not used variables removed. Warnings removed. | Arun Agrawal | 2011-09-10 | 1 | -2/+2 |
| | |||||
* | Do not use objects that don't respond to to_sym (integers, floats, dates...) ↵ | Marc G Gauthier | 2011-09-01 | 1 | -0/+19 |
| | | | | as parameters | ||||
* | fix some types in schema_test.rb | Lachlan Sylvester | 2011-07-27 | 1 | -5/+5 |
| | |||||
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+0 |
| | |||||
* | updated all the tests in ARes to work with json | Josh Kalderimis | 2011-05-18 | 3 | -45/+46 |
| | |||||
* | Allow ActiveResource to work with non-generated ids [#5660 state:resolved] | Jacques Crocker | 2010-09-25 | 1 | -1/+1 |
| | | | | | | This commit updates new? so that it knows whether or not the record was actually new or not, and doesn't rely solely on the presence of id. This enables the ability to set a custom primary_key that is not autogenerated by the server. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | resolves rdoc conflict | Xavier Noria | 2010-09-23 | 1 | -1/+1 |
|\ | |||||
| * | Tiny fixes to rdoc | Alexey Mahotkin | 2010-09-16 | 1 | -1/+1 |
| | | |||||
* | | Refactor setup methods by extracting them in abstract_unit, remove TODO. | Emilio Tagua | 2010-09-17 | 1 | -47/+2 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | Remove TODO and support all expected attributes. | Emilio Tagua | 2010-09-17 | 1 | -10/+46 |
|/ | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -5/+5 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | fix loading of different elements in array then int and string [#5036 ↵ | Josef Reidinger | 2010-08-02 | 1 | -0/+12 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -6/+6 |
| | | | | | | [#4652 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fix new schema test dependency on Hash#to_xml | Jeremy Kemper | 2009-12-23 | 1 | -0/+1 |
| | |||||
* | Use instance_eval for schema block | Joshua Peek | 2009-12-20 | 1 | -46/+56 |
| | |||||
* | Rename define_schema => schema | Joshua Peek | 2009-12-20 | 1 | -18/+18 |
| | |||||
* | Rename SchemaDefinition => Schema | Joshua Peek | 2009-12-20 | 1 | -24/+24 |
| | |||||
* | define_schema for Active Resource | Taryn East | 2009-12-20 | 1 | -0/+409 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Symbol#to_proc is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 1 | -1/+0 |
| | |||||
* | Cleanup whitespace introduced in 8377646 and f4f6888 | Joshua Peek | 2009-10-02 | 1 | -16/+9 |
| | |||||
* | add indifferent access to the attributes | Taryn East | 2009-10-02 | 1 | -0/+13 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Moved all test cases into a new test/cases directory to match Active Record ↵ | taryn | 2009-08-19 | 3 | -0/+316 |
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com> |