README.md in jsonify-0.0.6 vs README.md in jsonify-0.0.7
- old
+ new
@@ -1,17 +1,15 @@
# Jsonify — a builder for JSON [![Build Status](http://travis-ci.org/bsiggelkow/jsonify.png)](http://travis-ci.org/bsiggelkow/jsonify)
[Jsonify](https://github.com/bsiggelkow/jsonify) is to JSON as [Builder](https://github.com/jimweirich/builder) is to XML.
-[Jsonify-Rails](https://github.com/bsiggelkow/jsonify-rails) allows you to
-create Rails views using Jsonify templates.
+If you want to use Jsonify for Rails templates, install [Jsonify-Rails](https://github.com/bsiggelkow/jsonify-rails).
+
## Goal
Jsonify provides a ___builder___ style engine for creating correct JSON representations of Ruby objects.
-[Jsonify-Rails](http://github.com/bsiggelkow/jsonify-rails) hooks into Rails ActionView to allow you to create JSON view templates in much the same way that you can use Builder for XML templates.
-
## Motivation
JSON and XML are without a doubt the most common representations used by RESTful applications. Jsonify was built around the notion that these representations belong in the ___view___ layer of the application.
For XML representations, Rails makes this easy through its support of Builder templates, but, when it comes to JSON, there is no clear approach.
@@ -366,15 +364,10 @@
- [Representative](https://github.com/mdub/representative)
- [Tokamak](https://github.com/abril/tokamak)
## TODOs
1. Benchmark performance
-1. Clean up specs
-
-## Roadmap
-
-1. Split Rails template handling into separate gem
-1. Add support for Sinatra and Padrino (Tilt integration?)
+1. Tilt Integration (jsonify-tilt)
## License
This project is released under the MIT license.