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
ab281f511ccb3893ea077fe8a7bb78cdd2db0885
rails
/
actionpack
/
test
/
abstract
History
José Valim
2a12686832
Allow anything that responds to render to be given as :template and use find_template instead of find in views.
2010-03-12 14:25:10 +01:00
..
views
Follow short name convention for test folder and just call it "abstract"
2009-09-19 13:14:22 -05:00
abstract_controller_test.rb
Finally moved the find template logic to the views.
2010-03-08 11:32:01 +01:00
callbacks_test.rb
Follow short name convention for test folder and just call it "abstract"
2009-09-19 13:14:22 -05:00
collector_test.rb
Added AbstractController::Collector.
2010-01-23 10:23:06 +01:00
helper_test.rb
Fix failing tests after merge.
2010-01-24 15:08:06 +01:00
layouts_test.rb
Allow anything that responds to render to be given as :template and use find_template instead of find in views.
2010-03-12 14:25:10 +01:00
render_test.rb
Move details to lookup_context and make resolvers use the cache key.
2010-03-08 20:39:15 +01:00
translation_test.rb
Move ActionController::Translation to AbstractController::Translation.
2010-01-20 15:02:13 +01:00