Skip to content

Commit 1aeac6d

Browse files
committed
[example] Add a readme for rails 4.2
1 parent ba86ef0 commit 1aeac6d

2 files changed

Lines changed: 9 additions & 28 deletions

File tree

example/rails-42/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# rails 4.2 example
2+
3+
## Running the app
4+
5+
* Set your API key in `config/initializers/bugsnag.rb`
6+
* Install the dependencies: `bundle install`
7+
* Migrate the database: `bundle exec rake db:migrate`
8+
* Run the app: `bundle exec rackup`
9+
* Navigate to a web browser and open `localhost:9292` to see an error

example/rails-42/README.rdoc

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)