Skip to content

Commit

Permalink
docs(): updates readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjid committed Mar 3, 2016
1 parent d08407f commit 2e0d212
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ Features:
- Use Puma instead of unicorn
- Gets ruby version from http://ruby.platan.us/latest
- Adds the install command
- Adds heroku buildpack support using the [multi buildpack](http://github.com/ddollar/heroku-buildpack-multi)
- Adds heroku buildpack support using the [multi buildpack](multi-buildpack)
- Adds `rack-timeout` to prevent long running requests
- Adds [deploy-tasks buildpack](http://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks) mainly to perform migrations, [#39](http://github.com/platanus/potassium/pull/39)
- Add Delayed Jobs to handle background processes [#41]
- Adds [deploy-tasks buildpack](deploy-tasks) mainly to perform migrations, [#39]
- Add Delayed Jobs to handle background processes, [#41]
- Adds continuous integration using [CircleCI](https://circleci.com)
and docker, [#51]

[multi-buildpack]: http://github.com/ddollar/heroku-buildpack-multi
[deploy-tasts]: http://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks
[#39]: http://github.com/platanus/potassium/pull/39
[#41]: http://github.com/platanus/potassium/pull/41
[#51]: http://github.com/platanus/potassium/pull/51

## 1.3

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ When you choose to deploy to heroku a few extra things are added for the project
to configure the app to log to standard out,
which is how [Heroku's logging][heroku-logging] works.
- Adds a [Procfile][procfile] to define the processes to run in heroku
- Setup continuous integration in [CircleCI](circle-ci) to run tests. It use
docker to maintain better parity between testing and production environments
- Adds a `.buildpacks` file with the default buildpacks to use. It use the
following buildpacks:

Expand All @@ -97,6 +99,7 @@ When you choose to deploy to heroku a few extra things are added for the project
[heroku-buildpack-ruby]: http://github.com/heroku/heroku-buildpack-ruby
[heroku-buildpack-multi]: http://github.com/ddollar/heroku-buildpack-multi
[buildpack-deploy-tasks]: http://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks
[circle-ci]: https://circleci.com

## Contributing

Expand Down

0 comments on commit 2e0d212

Please sign in to comment.