We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba86ef0 commit 1aeac6dCopy full SHA for 1aeac6d
2 files changed
example/rails-42/README.md
@@ -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
0 commit comments