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
dcafe995bfe51e53dd04607956be9b54073e9cb6
rails
/
actionpack
/
test
History
Jeremy Kemper
db49b7dc94
Fix new year heisenbug
2009-12-31 18:32:16 -08:00
..
abstract
Rename the RenderingController module to just plain Rendering
2009-12-20 17:15:31 -08:00
activerecord
Fix controller runtime test
2009-12-30 22:15:02 -08:00
controller
Fix new year heisenbug
2009-12-31 18:32:16 -08: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