1. 20 10月, 2015 1 次提交
    • Y
      [ci skip] Replace "destroy` method" with `destroy` action` · 666e2cc6
      yui-knk 提交于
      Sure this is `destroy` method of PhotosController, but in this chapter
      these methods which mapped by the router are called "action".
      For example:
      
      ```ruby
      get '/patients/:id', to: 'patients#show'
      ```
      
      is described to dispatch "controller's `show` action".
      666e2cc6
  2. 07 10月, 2015 1 次提交
  3. 22 9月, 2015 1 次提交
  4. 11 8月, 2015 1 次提交
  5. 10 8月, 2015 1 次提交
  6. 08 8月, 2015 1 次提交
  7. 03 8月, 2015 1 次提交
  8. 01 8月, 2015 1 次提交
    • Y
      [ci skip] · 2ea95a52
      yui-knk 提交于
      Add descriptions about `ActiveRecord::Base#to_param` to
      
      * `ActionDispatch::Routing::Base#match`
      * Overriding Named Route Parameters (guide)
      
      When passes `:param` to route definision, always `to_param` method of
      related model is overridden to constructe an URL by passing these
      model instance to named_helper.
      2ea95a52
  9. 07 6月, 2015 1 次提交
  10. 07 5月, 2015 1 次提交
  11. 06 5月, 2015 1 次提交
  12. 01 4月, 2015 1 次提交
    • J
      Update routing.md · 21a2d9a9
      Jonan Scheffler 提交于
      This adds instructions for routing to rack applications with mount instead of match.
      
      I just spent an unreasonable amount of time staring at this, hopefully the next person will save some time. It's possible that the docs should simply advise people to use mount and leave out the match method but I don't know enough about the differences in the two approaches to assert that definitively.
      21a2d9a9
  13. 11 3月, 2015 2 次提交
  14. 02 3月, 2015 1 次提交
    • K
      Fixing incorrect class name used in an example. · c7172f50
      Kevin Jayanthan 提交于
      On "Controller Namespaces and Routing" section of the "Rails Routing from the Outside In" , the examples are using "AritclesController" as an example of a controller, to show different organizers. But on the line 232, it incorrectly uses "PostsController" instead of "AritclesController".
      c7172f50
  15. 14 1月, 2015 1 次提交
  16. 24 12月, 2014 1 次提交
  17. 04 9月, 2014 1 次提交
  18. 30 7月, 2014 2 次提交
  19. 21 7月, 2014 1 次提交
  20. 29 5月, 2014 1 次提交
  21. 22 5月, 2014 1 次提交
  22. 20 5月, 2014 1 次提交
  23. 09 5月, 2014 1 次提交
  24. 14 4月, 2014 1 次提交
  25. 13 4月, 2014 1 次提交
  26. 11 4月, 2014 1 次提交
  27. 27 2月, 2014 1 次提交
  28. 11 2月, 2014 1 次提交
  29. 06 1月, 2014 1 次提交
  30. 30 12月, 2013 1 次提交
  31. 19 11月, 2013 1 次提交
  32. 31 10月, 2013 1 次提交
  33. 07 9月, 2013 1 次提交
  34. 25 6月, 2013 1 次提交
  35. 24 6月, 2013 1 次提交
  36. 08 6月, 2013 1 次提交
  37. 31 5月, 2013 2 次提交