Sha256: bce58fb9f976dfbf2cc8c588f2b5338862bcec149006355e9f28c08c4fb1dcce

Contents?: true

Size: 1.16 KB

Versions: 67

Compression:

Stored size: 1.16 KB

Contents

<h1>Honeybadger</h1>

<h2>Make managing application errors a more pleasant experience.</h2>

<p>Follow the instructions below and then click on products -> new</p>

<%= link_to 'Products', products_path %>

<h2>Instructions</h2>

<p>If you want to see 404/500 HTML inplace of the debug routing error when in development then alter the following file</p>

<b>config/environments/development.rb</b>
<pre>
  
# config.consider_all_requests_local = true
config.consider_all_requests_local = false
  
</pre>

<p>If you want to see the exception message in Honeybadger then make sure then remove the comment<p>

<b>config/honeybadger.yml</b>

<pre>
# report_data: true
report_data: true
</pre>

<p>If you want to send the exception message to Honeybadger then make sure your remove development from the list<p>

<pre>
# development_environments:
- test
- development
- cucumber
</pre>

<p>Test frrom the command line using</p>

<pre>
bundle exec honeybadger test
</pre>

<p>More information can be found at 
  <a href="http://honeybadger.io/">http://honeybadger.io/</a> and
  <a hreg="https://honeybadger.wistia.com/medias/l3cmyucx8f">https://honeybadger.wistia.com/medias/l3cmyucx8f</a>

</p>

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
rails_app_generator-0.3.6 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.3.5 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.3.4 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.3.3 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.3.2 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.3.1 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.3.0 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.43 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.42 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.41 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.40 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.39 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.38 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.37 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.36 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.35 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.34 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.33 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.32 after_templates/addons/honeybadger/app/views/home/index.html.erb
rails_app_generator-0.2.31 after_templates/addons/honeybadger/app/views/home/index.html.erb