1. 30 1月, 2010 2 次提交
  2. 29 1月, 2010 1 次提交
  3. 26 1月, 2010 1 次提交
  4. 25 1月, 2010 1 次提交
  5. 24 1月, 2010 1 次提交
  6. 23 1月, 2010 1 次提交
  7. 15 1月, 2010 1 次提交
  8. 13 1月, 2010 1 次提交
  9. 11 1月, 2010 1 次提交
  10. 07 1月, 2010 1 次提交
  11. 04 1月, 2010 2 次提交
  12. 01 1月, 2010 3 次提交
  13. 31 12月, 2009 2 次提交
  14. 30 12月, 2009 1 次提交
  15. 29 12月, 2009 1 次提交
  16. 27 12月, 2009 2 次提交
    • J
      Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord,... · 97db79ab
      José Valim 提交于
      Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook.
      97db79ab
    • J
      Remove ActionView inline logging to ActiveSupport::Notifications and create... · 75ba102a
      José Valim 提交于
      Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
      75ba102a
  17. 24 12月, 2009 2 次提交