Displaying 2 results from an estimated 2 matches for "get_json".
Did you mean:
geojson
2006 Jul 15
6
camping - inspiring new way to write applications
hi all,
curious about your input on this latest design experience i''ve had
with camping.
none of that developing a traditional html ui, a ruby backend, and
ajax-ifying the application after being built.
- i started straight off with a camping-based json api (for the model).
- next step was writing the controller in pure js - no dom interactions here.
- then finishing off with a view
2008 Jun 07
2
Rails integration tests without stories
I''m looking to drive the development of a rails app that does nothing
but serve a JSON API. All of the models are well tested elsewhere, so
I needn''t worry about that. My only immediate goal is to be able to
fire off requests to a path and check the returned JSON.
I''ve tried a number of methods for this today, without being
particularly enthused about any of them.
I