Skip to content

Commit 55831dd

Browse files
committed
update README
1 parent ae7959b commit 55831dd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
[![Build Status](https://api.travis-ci.org/rails-api/active_model_serializers.png)](https://travis-ci.org/rails-api/active_model_serializers)
1+
[![Build Status](https://api.travis-ci.org/rails-api/active_model_serializers.png?branch=0-9-stable)](https://travis-ci.org/rails-api/active_model_serializers)
22
[![Code Climate](https://codeclimate.com/github/rails-api/active_model_serializers.png)](https://codeclimate.com/github/rails-api/active_model_serializers)
33

44
# ActiveModel::Serializers
55

6-
## Master - 0.9.0
7-
8-
**master is under development, there are some incompatible changes with the current stable release.**
9-
10-
Since `0.8` there is no `options` accessor in the serializers. Some issues and pull-requests are attemps to bring back the ability to use Rails url helpers in the serializers, but nothing is really settled yet.
11-
12-
If you want to read the stable documentation visit [0.8 README](https://github.com/rails-api/active_model_serializers/blob/0-8-stable/README.md)
13-
146
## Purpose
157

168
`ActiveModel::Serializers` encapsulates the JSON serialization of objects.

0 commit comments

Comments
 (0)