This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ebfd999ec79810cedae6b7d67631088b2d8bf90
rails
/
actionpack
/
test
History
Yehuda Katz
12e43494a7
Merge remote branch 'jose/perf'
2009-12-27 14:36:59 -08:00
..
abstract
Rename the RenderingController module to just plain Rendering
2009-12-20 17:15:31 -08:00
activerecord
Use new routing dsl in tests
2009-12-08 16:52:26 -06:00
controller
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.
2009-12-26 20:28:53 +01:00
dispatch
Added shorthand for match 'products/overview' that expands to match 'products/overview', :to => 'products#overview', :as => 'products_overview'
2009-12-27 14:13:03 -08:00
fixtures
When rendering layouts with blocks, use #capture to avoid assuming that the return value is the block's content.
2009-11-05 20:08:04 -08:00
lib
Make recognize try to constantize controller to see if it exists
2009-12-01 22:22:48 -06:00
template
Fix tests
2009-12-25 10:04:26 -08:00
tmp
Use safe tmp dir
2009-08-13 21:03:25 -05:00
abstract_unit.rb
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.
2009-12-26 20:28:53 +01:00
active_record_unit.rb
Hush loading AR unless it fails
2009-12-14 16:01:23 -06:00
ts_isolated.rb
Give useful test:isolated failures
2009-11-04 12:44:06 -08:00