Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch1ago/bread
Easy Breadcrumbs for Rails
https://github.com/ch1ago/bread
Last synced: about 1 month ago
JSON representation
Easy Breadcrumbs for Rails
- Host: GitHub
- URL: https://github.com/ch1ago/bread
- Owner: ch1ago
- License: mit
- Created: 2017-11-24T19:35:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T19:35:53.000Z (about 7 years ago)
- Last Synced: 2024-10-26T17:54:27.928Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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)