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
c8d03fbe9ba461a0b635dcb85759cc4a2261ba95
rails
/
actionpack
/
test
/
template
/
erb
History
Santiago Pastorino
d270da569e
changed from :object_name to :as on form_for api
2010-04-05 18:55:37 -03:00
..
form_for_test.rb
changed from :object_name to :as on form_for api
2010-04-05 18:55:37 -03:00
helper.rb
Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win)
2010-04-03 02:44:02 -07:00
tag_helper_test.rb
Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed.
2010-03-17 16:29:35 -07:00