From 1aeac6d8a2a1481c09a391b4046a3135408a2f5b Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Fri, 7 Apr 2017 19:03:42 +0100 Subject: [PATCH] [example] Add a readme for rails 4.2 --- example/rails-42/README.md | 9 +++++++++ example/rails-42/README.rdoc | 28 ---------------------------- 2 files changed, 9 insertions(+), 28 deletions(-) create mode 100644 example/rails-42/README.md delete mode 100644 example/rails-42/README.rdoc diff --git a/example/rails-42/README.md b/example/rails-42/README.md new file mode 100644 index 000000000..7779b0afc --- /dev/null +++ b/example/rails-42/README.md @@ -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 diff --git a/example/rails-42/README.rdoc b/example/rails-42/README.rdoc deleted file mode 100644 index dd4e97e22..000000000 --- a/example/rails-42/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app.