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
bb707cf7373586952d95bf574cfdeb2dbac29ea2
rails
/
actionpack
/
test
/
abstract
History
José Valim
14f9904e0f
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected.
2010-09-29 11:18:31 +02: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
Reload action_methods in AbstractController after defining new method.
2010-08-04 14:44:34 -03:00
callbacks_test.rb
Fix more warnings by defining variables and using instance_variable_defined? instead instance_variable_get.
2010-09-28 18:25:52 -03:00
collector_test.rb
Added AbstractController::Collector.
2010-01-23 10:23:06 +01:00
helper_test.rb
Add clear_helpers as a way to clean up all helpers added to this controller, maintaing just the helper with the same name as the controller.
2010-08-26 16:07:54 -03:00
layouts_test.rb
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected.
2010-09-29 11:18:31 +02: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
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00