1. 17 4月, 2005 2 次提交
  2. 10 4月, 2005 1 次提交
  3. 26 3月, 2005 2 次提交
  4. 20 3月, 2005 1 次提交
  5. 09 3月, 2005 1 次提交
  6. 06 3月, 2005 1 次提交
  7. 24 2月, 2005 1 次提交
  8. 23 2月, 2005 3 次提交
  9. 20 2月, 2005 1 次提交
  10. 18 2月, 2005 1 次提交
    • D
      Fixed that a bunch of methods from ActionController::Base was accessible as... · 04b8bc1b
      David Heinemeier Hansson 提交于
      Fixed that a bunch of methods from ActionController::Base was accessible as actions (callable through a URL) when they shouldn't have been #644 [Nicholas Seckar].  Base#hide_actions(*names) to hide public methods from a controller that would otherwise have been callable through the URL. For the majority of cases, its preferred just to make the methods you don't want to expose protected or private (so they'll automatically be hidden) -- but if you must have a public method, this is a way to make it uncallable. Base#hidden_actions retrieve the list of all hidden actions for the controller #644 [Nicholas Seckar]
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@646 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      04b8bc1b
  11. 15 2月, 2005 4 次提交
  12. 07 2月, 2005 1 次提交
  13. 22 1月, 2005 1 次提交
  14. 20 1月, 2005 1 次提交
  15. 16 1月, 2005 1 次提交
  16. 13 1月, 2005 1 次提交
  17. 10 1月, 2005 1 次提交
  18. 09 1月, 2005 2 次提交
  19. 02 1月, 2005 1 次提交
  20. 01 1月, 2005 1 次提交
  21. 18 12月, 2004 1 次提交
  22. 17 12月, 2004 1 次提交
  23. 13 12月, 2004 1 次提交
  24. 12 12月, 2004 1 次提交
  25. 07 12月, 2004 1 次提交
  26. 01 12月, 2004 3 次提交
  27. 26 11月, 2004 4 次提交