README.md in ixtlan-babel-0.1.2 vs README.md in ixtlan-babel-0.2.0
- old
+ new
@@ -1,5 +1,9 @@
-# vellam [![Build Status](https://secure.travis-ci.org/mkristian/babel.png)](http://travis-ci.org/mkristian/babel) #
+# babel #
+
+* [![Build Status](https://secure.travis-ci.org/mkristian/babel.png)](http://travis-ci.org/mkristian/babel)
+* [![Dependency Status](https://gemnasium.com/mkristian/ixtlan-babel.png)](https://gemnasium.com/mkristian/ixtlan-babel)
+* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/mkristian/ixtlan-babel)
rails comes with `to_json` and `to_xml` on models and you can give them an option map to control how the whole object tree gets serialized.
the first problem I had was that I needed serveral options map at different controllers/actions so I needed a place to store them. the model itself felt to be the wrong place.