Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Noboru Kurumai authored Apr 25, 2019
1 parent 9b358fa commit e831c17
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# CircleCI Demo Application: Ruby on Rails [![CircleCI](https://circleci.com/gh/CircleCI-Public/circleci-demo-ruby-rails.svg?style=svg)](https://circleci.com/gh/CircleCI-Public/circleci-demo-ruby-rails)
# CircleCI Step by Step Application using Ruby
[![CircleCI](https://circleci.com/gh/kurumai/circleci-step-by-step-ruby.svg?style=svg)](https://circleci.com/gh/kurumai/circleci-step-by-step-ruby)

This is an example application showcasing how to run a Ruby on Rails app on CircleCI 2.0.
This is an example application how to learn CircleCI step by step.

You can follow along with this project by reading the [documentation](https://circleci.com/docs/2.0/language-ruby/).
This application has the following branches:

## License

Copyright (c) 2017 CircleCI
- master
- step1-1st-green-build
- step2-docker-images
- step3-workflows
- step3-workflows-sequential
- step4-run-test
- step5-speed-up-cache
- step5-speed-up-parallelism
- step6-secrets
- step7-orbs

Distributed under the MIT License. See the file COPYING.
## License

Copyright © 2017 CircleCI

Distributed under the MIT license, see the file LICENSE.

0 comments on commit e831c17

Please sign in to comment.