Skip to content

Commit

Permalink
[example] Add a readme for rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Apr 7, 2017
1 parent ba86ef0 commit 1aeac6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
9 changes: 9 additions & 0 deletions example/rails-42/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# rails 4.2 example

## Running the app

* Set your API key in `config/initializers/bugsnag.rb`
* Install the dependencies: `bundle install`
* Migrate the database: `bundle exec rake db:migrate`
* Run the app: `bundle exec rackup`
* Navigate to a web browser and open `localhost:9292` to see an error
28 changes: 0 additions & 28 deletions example/rails-42/README.rdoc

This file was deleted.

0 comments on commit 1aeac6d

Please sign in to comment.