1. 19 6月, 2010 2 次提交
  2. 17 6月, 2010 1 次提交
  3. 09 6月, 2010 4 次提交
  4. 08 6月, 2010 2 次提交
  5. 07 6月, 2010 2 次提交
  6. 17 5月, 2010 1 次提交
  7. 21 4月, 2010 1 次提交
  8. 18 4月, 2010 1 次提交
  9. 13 4月, 2010 1 次提交
  10. 12 4月, 2010 1 次提交
  11. 11 4月, 2010 2 次提交
  12. 10 4月, 2010 4 次提交
  13. 05 4月, 2010 2 次提交
  14. 04 4月, 2010 2 次提交
  15. 03 4月, 2010 1 次提交
  16. 31 3月, 2010 1 次提交
  17. 29 3月, 2010 3 次提交
  18. 28 3月, 2010 1 次提交
  19. 27 3月, 2010 2 次提交
  20. 26 3月, 2010 1 次提交
    • J
      Rails router automatically calculated for you the controller and named routes... · b2c2b0ce
      José Valim 提交于
      Rails router automatically calculated for you the controller and named routes in the following scenarios:
      
        match "home/about"                 #=> maps to home#about with named route home_about_path
        match "about"                      #=> does not work because it cannot guess the controller
        match "about" => "home#about"      #=> maps to home#about with named route home_about_path
        match "home/about", :as => "about" #=> maps to home#about with named route about_path
      b2c2b0ce
  21. 23 3月, 2010 1 次提交
  22. 17 3月, 2010 1 次提交
  23. 15 3月, 2010 1 次提交
  24. 10 3月, 2010 1 次提交
  25. 09 3月, 2010 1 次提交