Sha256: 04b82d4d40acbd242bda1a09d9309d6822bfc7002f5cee9f80e27c6d1425fb6e

Contents?: true

Size: 1.89 KB

Versions: 2

Compression:

Stored size: 1.89 KB

Contents

# Bread

Add breadcrumbs to your rails app while keeping your code very clean

__This gem is under development and is not considered production-ready__


## Status

[![Gem Version](https://badge.fury.io/rb/bread.svg)](http://badge.fury.io/rb/bread)
[![Build Status](https://travis-ci.org/bread-gem/bread.svg?branch=master)](https://travis-ci.org/bread-gem/bread)
[![Code Climate](https://codeclimate.com/github/bread-gem/bread.png)](https://codeclimate.com/github/bread-gem/bread)
[![Code Climate](https://codeclimate.com/github/bread-gem/bread/coverage.png)](https://codeclimate.com/github/bread-gem/bread)
[![Dependency Status](https://gemnasium.com/bread-gem/bread.svg)](https://gemnasium.com/bread-gem/bread)
[![Inline docs](http://inch-ci.org/github/bread-gem/bread.png?branch=master)](http://inch-ci.org/github/bread-gem/bread)





## References

* Home page: https://github.com/bread-gem/bread
* API Doc: http://rdoc.info/gems/bread
* Version: https://rubygems.org/gems/bread
* Trello Board: https://trello.com/b/wGQ5XDhJ/bread-gem

## Support

* Bugs/Issues: https://github.com/bread-gem/bread/issues
* Support: http://stackoverflow.com/questions/tagged/bread
* Support/Chat: [![Gitter chat](https://badges.gitter.im/bread-gem/bread.png)](https://gitter.im/bread-gem/bread)






## Installation

Add this line to your application's Gemfile:

```ruby
gem 'bread'
```

And then execute:

```bash
bundle
rails g bread:install
```





## Usage

TODO: Write usage instructions here







## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Versioning

__Before Actions__ uses [Semantic Versioning 2.0.0](http://semver.org)

## Copyright

Copyright 2013-2014 James Pinto – Released under [MIT License](http://www.opensource.org/licenses/MIT)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bread-0.0.13 README.md
bread-0.0.12 README.md