1. 07 2月, 2013 1 次提交
    • Y
      ruby constant syntax is not supported as routing `:controller` option. · 69f28a7d
      Yves Senn 提交于
      The current implementation only works correctly if you supply the `:controller`
      with directory notation (eg. `:controller => 'admin/posts'`).
      
      The ruby constant notation (eg. `:controller => 'Admin::Posts`) leads to unexpected problems with `url_for`.
      
      This patch prints a warning for every non supported `:controller` option. I also added documentation how
      to work with namespaced controllers. The warning links to that documentation in the rails guide.
      69f28a7d
  2. 06 2月, 2013 4 次提交
  3. 05 2月, 2013 8 次提交
  4. 04 2月, 2013 5 次提交
  5. 03 2月, 2013 2 次提交
  6. 02 2月, 2013 14 次提交
  7. 01 2月, 2013 6 次提交