1. 30 9月, 2010 3 次提交
  2. 29 9月, 2010 4 次提交
  3. 04 9月, 2010 3 次提交
    • P
      Refactor ActionMailer to not use hide_actions · 79bd92b7
      Piotr Sarnacki 提交于
      79bd92b7
    • P
      Move ActionController::Railties::RoutesHelpers and... · 4131a2d8
      Piotr Sarnacki 提交于
      Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::RoutesHelper to AbstractController::Railties::RoutesHelpers
      4131a2d8
    • P
      Add mounted_helpers to routes · 6c95e0f8
      Piotr Sarnacki 提交于
      mounted_helpers are a bit similar to url_helpers. They're automatically
      included in controllers for Rails.application and each of mounted
      Engines. Mounted helper allows to call url_for and named helpers for
      given application.
      
      Given Blog::Engine mounted as blog_engine, there are 2 helpers defined:
      app and blog_engine. You can call routes for app and engine using those
      helpers:
      
      app.root_url
      app.url_for(:controller => "foo")
      blog_engine.posts_path
      blog_engine.url_for(@post)
      6c95e0f8
  4. 29 8月, 2010 1 次提交
  5. 27 8月, 2010 1 次提交
  6. 26 8月, 2010 2 次提交
  7. 14 8月, 2010 2 次提交
  8. 05 8月, 2010 1 次提交
  9. 24 7月, 2010 2 次提交
  10. 02 7月, 2010 1 次提交
  11. 19 6月, 2010 1 次提交
  12. 11 6月, 2010 3 次提交
  13. 03 6月, 2010 5 次提交
  14. 20 5月, 2010 2 次提交
  15. 22 4月, 2010 1 次提交
  16. 17 4月, 2010 1 次提交
  17. 15 4月, 2010 1 次提交
  18. 12 4月, 2010 1 次提交
  19. 05 4月, 2010 1 次提交
  20. 19 3月, 2010 4 次提交