Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add directive 'mruby_eval_every_time' #22

Merged
merged 3 commits into from
Mar 14, 2013
Merged

add directive 'mruby_eval_every_time' #22

merged 3 commits into from
Mar 14, 2013

Commits on Mar 9, 2013

  1. add directive 'eval_every_time'

    If 'eval_every_time' is on, mruby_xxx_handlers eval mrb files every time.
    cubicdaiya committed Mar 9, 2013
    Configuration menu
    Copy the full SHA
    fc95398 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2013

  1. set 'eval_every_time' on in default & order of arguments is reverse

    if 'eval_every_time' is not description in nginx.conf,
    clcf->eval_every_time is not set default value with ngx_conf_merge_value
    in this order.
    cubicdaiya committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    d45b09b View commit details
    Browse the repository at this point in the history
  2. rename directive & change default behavior

     * rename 'mruby_eval_every_time' to 'mruby_cache'(behavior is reverse)
     * By default, 'mruby_cache' is off
    cubicdaiya committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    76c2986 View commit details
    Browse the repository at this point in the history