Sha256: bd246b47f26e6600285baaaf4826a75f3756255e297d257ee4bfa937c09c8390
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
# BugHerd gem Add the BugHerd widget to your Rails site. ## Installation Add the following to your `Gemfile`: ```ruby gem "bugherd" ``` ...and then run bundle. Add a file `config/initializers/bugherd.rb` containing: ```ruby BugHerd.configure do |config| config.project_key = 'YOUR KEY HERE' end ``` You can obtain the project key from your project's installation options in BugHerd. Now add to the *head* tag in your layout(s): ```ruby <%= bugherd_tag %> ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bugherd-0.0.2 | README.md |