1. 05 3月, 2010 2 次提交
  2. 04 3月, 2010 14 次提交
  3. 03 3月, 2010 4 次提交
  4. 02 3月, 2010 2 次提交
  5. 27 2月, 2010 6 次提交
  6. 26 2月, 2010 4 次提交
  7. 25 2月, 2010 3 次提交
  8. 24 2月, 2010 3 次提交
    • J
      Remove the renderer option from the hash. · 60ca754b
      José Valim 提交于
      60ca754b
    • C
      Makes send_file work again by deferring to Rack::Sendfile. · 5e2bd080
      Carlhuda 提交于
        * Add the Rack::Sendfile middleware
        * Make the header to use configurable via config.action_dispatch.x_sendfile_header (default to "X-Sendfile"). 
        * Add Railties tests to confirm that these work
        * Remove the :stream, :buffer_size, and :x_senfile default options to send_file
        * Change the log subscriber to always say "Sent file"
        * Add deprecation warnings for options that are now no-ops
      
      Note that servers can configure this by setting X-Sendfile-Type. Hosting companies and those creating packages of servers specially designed for Rails applications are encouraged to specify this header so that this can work transparently.
      5e2bd080
    • C
      Fix streaming by having it create a File object, which can be handled by Rack... · 3345af61
      Carlhuda 提交于
      Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate
      3345af61
  9. 22 2月, 2010 2 次提交