Benjamin Fleischer
ffe658f027
Shim rails5 http test methods
2017-11-02 08:53:46 -05:00
Benjamin Fleischer
75252a2ef9
Run CI against Rails >= 4.0, Ruby >= 1.9.3
2015-12-14 21:59:08 -06:00
Ryunosuke SATO
bb8bedad63
Fix to run tests
2014-09-08 19:04:29 +09:00
Steve Klabnik
1db474963b
Remove coveralls.
...
It's fine, but it's causing issues.
2014-07-04 23:01:26 -04:00
Steve Klabnik
48e5ca29f1
Add Coveralls for code coverage.
2013-05-05 13:38:56 -07:00
Steve Klabnik
9551a97464
Revert 37b0690fb8.
...
This feature causes more problems than it solves.
2013-04-03 17:24:08 -07:00
Michael Rykov
37b0690fb8
Add a Responder to handle respond_with(resource)
2013-03-13 16:45:23 -07:00
Dan Gebhardt
281b45ad2a
match method should not be used for routes; instead, a specific HTTP method should be used
2012-09-20 21:17:07 -04:00
José Valim
5beecd5947
Fix the build on 1.8.7 :trollface:
2012-05-17 19:28:15 +02:00
Yehuda Katz
56b61b1532
Add URL to serializers ( closes #61 )
...
Thanks so much to @vanstee for the initial
implementation!
2012-05-16 18:35:30 -07:00
Yehuda Katz
671fc14888
remove scope as a separate concept and pass it in
...
as an option.
2012-01-11 21:16:02 -07:00
Yehuda Katz
a8760fa854
Add pry
2012-01-10 15:16:00 -07:00
Yehuda Katz
df9ad0ef11
Improve serializers:
...
* Many nested levels of associations can now insert
their information alongside the original when
embed :ids, :include => true is true
* Add support for passing options to serializers
* Fix Array serializers so they don't try to insert
roots for each child object and so they can be
provided a root.
* TODO: Array serializers should require a root
* TODO: Make merging associations at the root more
efficient if possible
2011-12-20 00:03:29 -08:00
Adman65
73ecb94d24
Remove railtie
2011-12-02 00:27:20 +02:00
Adman65
fffce85c5d
Remove Rails dependency
...
Move configuration into a Railtie.
Only dependency is now activemodel
2011-12-01 19:10:56 +02:00
José Valim
5a230e8e66
Added tests.
2011-12-01 08:19:14 +01:00