Ruby5 #592
Ruby5 - Episode #592 - October 16th, 2015
- Rails Downloads
- Accelerated Rails Downloads with NGINX
config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX
proxy_set_header X-Accel-Mapping /home/deployer/apps/my_app/releases/=/__send_file_accel/;
- Preproduction Checklist
- a number of potential security vulnerabilities, how they work, and how you can fix them
- Bootstrap 4 in Rails
- grunt dist
- Jekyll Subnavs
{% include navigation_item.html collection=page.subnav level=0 %}
- Loops in Ruby
- times, step, upto, downto