1. 25 5月, 2014 1 次提交
  2. 22 5月, 2014 1 次提交
  3. 18 12月, 2013 1 次提交
  4. 03 12月, 2013 1 次提交
  5. 04 7月, 2013 1 次提交
  6. 03 7月, 2013 1 次提交
  7. 23 5月, 2013 1 次提交
  8. 18 5月, 2013 1 次提交
  9. 17 5月, 2013 1 次提交
  10. 15 3月, 2013 1 次提交
  11. 13 3月, 2013 1 次提交
  12. 16 1月, 2013 1 次提交
  13. 01 1月, 2013 1 次提交
  14. 01 11月, 2012 1 次提交
  15. 30 10月, 2012 1 次提交
  16. 26 10月, 2012 1 次提交
  17. 25 9月, 2012 1 次提交
  18. 05 9月, 2012 1 次提交
  19. 06 8月, 2012 1 次提交
  20. 03 8月, 2012 1 次提交
  21. 01 6月, 2012 1 次提交
    • P
      Include routes.mounted_helpers into integration tests · 65250022
      Piotr Sarnacki 提交于
      In integration tests, you might want to use helpers from engines that
      you mounted in your application. It's not hard to add it by yourself,
      but it's unneeded boilerplate. mounted_helpers are now included by
      default. That means that given engine mounted like:
      
          mount Foo::Engine => "/foo", :as => "foo"
      
      you will be able to use paths from this engine in tests this way:
      
          foo.root_path #=> "/foo"
      
      (closes #6573)
      65250022
  22. 25 5月, 2012 1 次提交
  23. 11 5月, 2012 1 次提交
    • A
      Refactor the handling of default_url_options in integration tests · e306ca36
      Andrew White 提交于
      This commit improves the handling of default_url_options in integration
      tests by making behave closer to how a real application operates.
      
      Specifically the following issues have been addressed:
      
      * Options specified in routes.rb are used (fixes #546)
      * Options specified in controllers are used
      * Request parameters are recalled correctly
      * Tests can override default_url_options directly
      e306ca36
  24. 25 2月, 2012 1 次提交
  25. 23 2月, 2012 1 次提交
    • D
      Add config.default_method_for_update to support PATCH · 002713c6
      David Lee 提交于
      PATCH is the correct HTML verb to map to the #update action. The
      semantics for PATCH allows for partial updates, whereas PUT requires a
      complete replacement.
      
      Changes:
      * adds config.default_method_for_update you can set to :patch
      * optionally use PATCH instead of PUT in resource routes and forms
      * adds the #patch verb to routes to detect PATCH requests
      * adds #patch? to Request
      * changes documentation and comments to indicate support for PATCH
      
      This change maintains complete backwards compatibility by keeping :put
      as the default for config.default_method_for_update.
      002713c6
  26. 20 2月, 2012 1 次提交
  27. 07 1月, 2012 1 次提交
  28. 24 12月, 2011 1 次提交
  29. 25 9月, 2011 1 次提交
  30. 08 6月, 2011 1 次提交
  31. 24 5月, 2011 1 次提交
  32. 13 4月, 2011 1 次提交
    • P
      Remove `#among?` from Active Support · 733bfa63
      Prem Sichanugrist 提交于
      After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now.
      
      It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`.
      733bfa63
  33. 12 4月, 2011 1 次提交
  34. 11 4月, 2011 1 次提交
  35. 07 4月, 2011 1 次提交
  36. 29 3月, 2011 1 次提交
  37. 01 12月, 2010 1 次提交
  38. 23 11月, 2010 2 次提交
  39. 29 9月, 2010 1 次提交