1. 02 8月, 2017 3 次提交
    • G
      Merge pull request #30023 from y-yagi/remove_unnecessary_doc_directory_deletion · 9e3d8cbd
      Guillermo Iguaran 提交于
      Remove unnecessary `doc` directory deletion
      9e3d8cbd
    • G
      Update working_with_javascript_in_rails.md · e31a1629
      Guillermo Iguaran 提交于
      e31a1629
    • E
      Path parameters should default to UTF8 · 92209356
      eileencodes 提交于
      This commit changes the behavior such the path_params now default to
      UTF8 just like regular parameters. This also changes the behavior such
      that if a path parameter contains invalid UTF8 it returns a 400 bad
      request. Previously the behavior was to encode the path params as binary
      but that's not the same as query params.
      
      So this commit makes path params behave the same as query params.
      
      It's important to test with a path that's encoded as binary because
      that's how paths are encoded from the socket. The test that was altered
      was changed to make the behavior for bad encoding the same as query
      params. We want to treat path params the same as query params. The params
      in the test are invalid UTF8 so they should return a bad request.
      
      Fixes #29669
      
      *Eileen M. Uchitelle, Aaron Patterson, & Tsukuru Tanimichi*
      92209356
  2. 01 8月, 2017 12 次提交
  3. 31 7月, 2017 1 次提交
  4. 30 7月, 2017 8 次提交
  5. 29 7月, 2017 4 次提交
  6. 28 7月, 2017 9 次提交
  7. 27 7月, 2017 3 次提交