Skip to content

Releases: bert-mccutchen/rails-nginx

v1.1.0

28 Oct 02:12

Choose a tag to compare

  • Added support for Puma 7+.
    • Added the ability to use Puma 7's new hook names.
    • Kept backwards compatibility for previous hook names.
  • Refactored regression testing.

v1.0.5

15 May 16:58

Choose a tag to compare

  • Updated to ruby-nginx v1.0.4.

v1.0.4

17 Apr 16:32

Choose a tag to compare

  • Added client_body_temp_path to default NGINX template.

v1.0.3

12 Apr 17:39

Choose a tag to compare

  • Updated to ruby-nginx v1.0.2.
    • Prevented unnecessary NGINX reboots when configurations do not change.
    • Prevented an accidental improper directory creation of $PWD/~/.ruby-nginx/tmp.

v1.0.2

11 Apr 15:21

Choose a tag to compare

  • Increased timeouts and buffer size for local development debugging.

v1.0.1

27 Mar 02:23

Choose a tag to compare

  • Updated to ruby-nginx v1.0.1.
    • Prevented unnecessary changes to the hosts file.

v1.0.0

22 Mar 16:12

Choose a tag to compare

Official release of v1.0.0! 🎉

  • Added default NGINX proxy_temp_path to avoid directory permissions issues.
  • Updated to ruby-nginx v1.0.0! 🎉

v1.0.0-beta.6

01 Mar 23:41

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release
  • Unbound binding from Puma port configuration.
  • Added a new skip_teardown option.
    • Added a teardown message on stop.
  • Refactored configuration.
  • Fixed ./bin/dummy Puma upgrade.

v1.0.0-beta.5

15 Feb 18:56

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release
  • Disabled NGINX proxy cache in default template.
  • Updated to ruby-nginx v1.0.0-beta.4.

v1.0.0-beta.4

13 Feb 02:09

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release
  • Passed through Rails NGINX template to Ruby NGINX.
  • Updated default Rails NGINX template to support pre-NGINX 1.25.1 SSL.