1. 27 1月, 2010 1 次提交
  2. 26 12月, 2009 1 次提交
  3. 25 12月, 2009 1 次提交
  4. 23 12月, 2009 1 次提交
  5. 03 12月, 2009 1 次提交
    • C
      Reorganize autoloads: · c1304098
      Carlhuda 提交于
        * A new module (ActiveSupport::Autoload) is provide that extends
          autoloading with new behavior.
        * All autoloads in modules that have extended ActiveSupport::Autoload
          will be eagerly required in threadsafe environments
        * Autoloads can optionally leave off the path if the path is the same
          as full_constant_name.underscore
        * It is possible to specify that a group of autoloads live under an
          additional path. For instance, all of ActionDispatch's middlewares
          are ActionDispatch::MiddlewareName, but they live under 
          "action_dispatch/middlewares/middleware_name"
        * It is possible to specify that a group of autoloads are all found
          at the same path. For instance, a number of exceptions might all
          be declared there.
        * One consequence of this is that testing-related constants are not
          autoloaded. To get the testing helpers for a given component,
          require "component_name/test_case". For instance, "action_controller/test_case".
        * test_help.rb, which is automatically required by a Rails application's
          test helper, requires the test_case.rb for all active components, so
          this change will not be disruptive in existing or new applications.
      c1304098
  6. 16 10月, 2009 3 次提交
  7. 15 10月, 2009 1 次提交
  8. 25 9月, 2009 1 次提交
  9. 20 9月, 2009 1 次提交
  10. 16 8月, 2009 3 次提交
    • Y
      Caches and cache clearing seems to actually work, but the actual architecture... · 9b552fb3
      Yehuda Katz 提交于
      Caches and cache clearing seems to actually work, but the actual architecture is kind of messy. Next: CLEAN UP.
      9b552fb3
    • Y
      More cleanup of ActionView and reduction in need for blocks in some cases: · 9f5cd015
      Yehuda Katz 提交于
        * only one of partial_name or :as will be available as a local
        * `object` is removed
        * Simplify _layout_for in most cases.
          * Remove <% render :partial do |args| %>
          * <% render :partial do %> still works fine
      9f5cd015
    • Y
      Clean up ActionView some: · 27adcd1c
      Yehuda Katz 提交于
        * Call _evaluate_assigns_and_ivars at the two entry points so we don't have to
          do a check at every render.
        * Make template.render viable without having to go through a wrapper method
        * Remove old TemplateHandler#render(template, local_assigns) path so we don't have
          to set self.template every time we render a template.
        * Move Template rescuing code to Template#render so it gets caught every time.
        * Pull in some tests from Pratik that test render @object in ActionView
      27adcd1c
  11. 09 8月, 2009 2 次提交
  12. 19 7月, 2009 1 次提交
  13. 18 6月, 2009 2 次提交
  14. 02 6月, 2009 1 次提交
  15. 29 5月, 2009 1 次提交
  16. 23 5月, 2009 2 次提交
  17. 22 5月, 2009 1 次提交
  18. 28 4月, 2009 2 次提交
  19. 23 4月, 2009 2 次提交
    • Y
      Refactor ActionView::Path · 0a132c2f
      Yehuda Katz + Carl Lerche 提交于
        * Decouple from ActionController and ActionMailer
        * Bring back localization support.
        * Prepare to decouple templates from the filesystem.
        * Prepare to decouple localization from ActionView
        * Fix ActionMailer to take advantage of ActionView::Path
      0a132c2f
    • J
      Opt in to Dependencies · f5d720fb
      Jeremy Kemper 提交于
      f5d720fb
  20. 17 4月, 2009 1 次提交
  21. 15 4月, 2009 2 次提交
  22. 24 3月, 2009 1 次提交
  23. 28 2月, 2009 1 次提交
  24. 23 1月, 2009 1 次提交
  25. 17 1月, 2009 1 次提交
  26. 01 1月, 2009 1 次提交
  27. 30 12月, 2008 1 次提交
  28. 22 12月, 2008 1 次提交
  29. 19 12月, 2008 1 次提交
  30. 16 12月, 2008 1 次提交