1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
jeffrey6052 04dd026c06 DSL need cli_options
use case:

$: puma -C puma.rb -d

but in puma.rb:

if @options[:daemon]  # got nil, can not work
  log_path = File.join(app_root,"log/stdout.log")
  stdout_redirect log_path , log_path
end
2015-12-25 18:35:49 +08:00
..
puma DSL need cli_options 2015-12-25 18:35:49 +08:00
rack/handler fixing for typo mentioned in #803 2015-10-20 14:55:42 +02:00
puma.rb Remove non-required dirs from $LOAD_PATH 2012-01-08 16:48:51 -03:00