1. 01 2月, 2012 1 次提交
  2. 27 1月, 2012 1 次提交
  3. 26 1月, 2012 1 次提交
  4. 21 1月, 2012 1 次提交
  5. 20 1月, 2012 1 次提交
  6. 19 1月, 2012 1 次提交
  7. 17 1月, 2012 1 次提交
  8. 15 1月, 2012 1 次提交
  9. 14 1月, 2012 1 次提交
  10. 11 1月, 2012 1 次提交
  11. 09 1月, 2012 1 次提交
  12. 06 1月, 2012 2 次提交
  13. 04 1月, 2012 1 次提交
  14. 03 1月, 2012 1 次提交
  15. 29 12月, 2011 1 次提交
  16. 24 12月, 2011 3 次提交
  17. 18 12月, 2011 2 次提交
  18. 16 12月, 2011 3 次提交
  19. 12 12月, 2011 1 次提交
  20. 11 12月, 2011 1 次提交
  21. 10 12月, 2011 1 次提交
  22. 09 12月, 2011 1 次提交
  23. 08 12月, 2011 1 次提交
  24. 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
  25. 06 12月, 2011 1 次提交
  26. 05 12月, 2011 1 次提交
  27. 02 12月, 2011 2 次提交
  28. 01 12月, 2011 1 次提交
  29. 30 11月, 2011 1 次提交
  30. 28 11月, 2011 1 次提交
  31. 22 11月, 2011 1 次提交
  32. 19 11月, 2011 1 次提交
  33. 18 11月, 2011 1 次提交