Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | activeresource tests use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -15/+16 |
| | |||||
* | 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> | ||||
* | 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 | 1 | -0/+163 |
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com> |