Sha256: e97958d6cf0e03d2cdbc69fb1b19afbc5f0c378572368f267be7c47b774e74ad

Contents?: true

Size: 1.52 KB

Versions: 13

Compression:

Stored size: 1.52 KB

Contents

# Capistrano Unicorn NEWS

## 0.2.0

Significant changes since 0.1.10 are as follows.  Backwards-incompatible changes are **in bold**.

*   Ensured `RAILS_ENV` is set correctly.
*   Embedded multistage docs directly within the [README](README.md) (the wiki page was version-specific and misleading).
*   Significantly tidied up the usage and documentation of configuration variables:
    *   **In most cases, it should now be sufficient to simply set `rails_env` correctly,
        and other variables should assume the correct value by default.**
    *   **Make `unicorn_env` default to `rails_env` or `'production'`.**
    *   **Rename `app_env` to `unicorn_rack_env` and fix default value.**
    *   Add `unicorn_options` variable which allows passing of arbitrary options to unicorn.
    *   Added `app_subdir` to support app running in a subdirectory.
    *   Updated documentation in [README](README.md) to fix inaccuracies and ambiguities.
    *   `unicorn_pid` defaults to attempting to auto-detect from unicorn config file.
        This avoids having to keep two paths in sync.
        https://github.com/sosedoff/capistrano-unicorn/issues/7
    *   Also added the `unicorn:show_vars` task to make it easier to debug
        config variable values client-side.
*   Defer calculation of `unicorn-roles`.

It was noticed that there are a
[huge number of unmerged forks on github](https://github.com/sosedoff/capistrano-unicorn/issues/45),
so we also updated the [README](README.md) asking the community to
contribute back any useful changes they make.

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
capistrano-unicorn-sic-0.4.2 NEWS.md
capistrano-unicorn-sic-0.4.1 NEWS.md
capistrano-unicorn-sic-0.4.0 NEWS.md
glebtv-capistrano-unicorn-0.3.1 NEWS.md
sepastian-capistrano3-unicorn-0.5.1 NEWS.md
capistrano-unicorn-sic-0.3.2 NEWS.md
glebtv-capistrano-unicorn-0.3.0 NEWS.md
sepastian-capistrano3-unicorn-0.5.0 NEWS.md
capistrano-unicorn-sic-0.3.1 NEWS.md
sepastian-capistrano3-unicorn-0.4.0 NEWS.md
sepastian-capistrano3-unicorn-0.3.2 NEWS.md
sepastian-capistrano3-unicorn-0.3.0 NEWS.md
capistrano-unicorn-0.2.0 NEWS.md