README.md in outpost-cms-0.1.2 vs README.md in outpost-cms-0.1.3
- old
+ new
@@ -1,9 +1,9 @@
# Outpost
![Outpost Sign](http://i.imgur.com/NWfpNk5.jpg)
-[![Build Status](https://travis-ci.org/SCPR/outpost.png)](https://travis-ci.org/SCPR/outpost)
+[![Circle CI](https://circleci.com/gh/SCPR/outpost.png?style=badge&circle-token=96490e908b6b140065eb8a432cfebf7237e44f19)](https://circleci.com/gh/SCPR/outpost)
A Rails Engine for quickly standing up a CMS for a Newsroom.
## Dependencies
* `rails >= 3.2`
@@ -59,12 +59,12 @@
# For controllers without a list defined, Outpost will render a list
# with all of the attributes. Add attributes here which should always be
# excluded from these automatic lists.
config.excluded_list_columns = ["body"]
end
+```
-
### Authentication
Much like Devise, Outpost provides a basic `SessionsController` and
corresponding views. Their routes are part of the `Outpost::Engine` routes.
Outpost also provides the `Outpost::Model::Authentication` module,
@@ -242,10 +242,10 @@
* `data-fuzziness` - The fuzziness allowed (default: 20)
If you're using `simple_form`, it might look like this:
```ruby
-f.input :title, wrapper_html; { class: "field-counter", data: { target: 50, fuzziness: 10} }
+f.input :title, wrapper_html: { class: "field-counter", data: { target: 50, fuzziness: 10} }
```
### Preview