1. 20 5月, 2012 2 次提交
  2. 10 5月, 2012 1 次提交
  3. 08 5月, 2012 2 次提交
  4. 08 4月, 2012 1 次提交
  5. 29 3月, 2012 1 次提交
  6. 17 3月, 2012 1 次提交
  7. 16 3月, 2012 1 次提交
  8. 14 3月, 2012 1 次提交
  9. 11 3月, 2012 1 次提交
  10. 10 3月, 2012 2 次提交
  11. 09 3月, 2012 1 次提交
  12. 07 3月, 2012 1 次提交
  13. 28 2月, 2012 1 次提交
  14. 23 2月, 2012 1 次提交
  15. 22 2月, 2012 1 次提交
  16. 19 2月, 2012 1 次提交
  17. 18 2月, 2012 1 次提交
  18. 03 2月, 2012 2 次提交
  19. 17 1月, 2012 2 次提交
  20. 07 1月, 2012 2 次提交
  21. 06 1月, 2012 2 次提交
  22. 24 12月, 2011 1 次提交
  23. 20 12月, 2011 2 次提交
  24. 13 12月, 2011 1 次提交
  25. 10 12月, 2011 1 次提交
  26. 09 12月, 2011 1 次提交
  27. 08 12月, 2011 3 次提交
  28. 07 12月, 2011 1 次提交
    • P
      Allow layout fallback when using `layout` method · 18ceed20
      Prem Sichanugrist 提交于
      Rails will now use your default layout (such as "layouts/application") when you specify a layout with `:only` and `:except` condition, and those conditions fail.
      
      For example, consider this snippet:
      
          class CarsController
            layout 'single_car', :only => :show
          end
      
      Rails will use 'layouts/single_car' when a request comes in `:show` action, and use 'layouts/application' (or 'layouts/cars', if exists) when a request comes in for any other actions.
      18ceed20
  29. 24 11月, 2011 1 次提交
  30. 06 11月, 2011 1 次提交