1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
José Valim e3d8331c5b Revert "Remove deprecated form_for with strings or symbols"
This code was not deprecated. What was deprecated is the following:

  form_for(:foo, @foo)

Which now should be rewritten as:

  form_for(@foo, :as => :foo)

The following format is valid:

  form_for(:foo)

This reverts commit be797750e6.
2010-11-18 20:22:14 +01:00
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Allow AR Session Store to be renewed 2010-11-11 14:17:14 +01:00
controller fix warning during test execution 2010-11-17 20:19:07 -02:00
dispatch delegating path and open to internal tempfile 2010-11-18 10:10:25 -08:00
fixtures Tests added for rendering partial with layout, when the partial contains another render layout with block call added missing fixtures 2010-11-13 13:40:36 -02:00
lib fields_for should treat ActiveRecord::Relation as an array 2010-11-11 17:14:47 +01:00
template Revert "Remove deprecated form_for with strings or symbols" 2010-11-18 20:22:14 +01:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Don't write out secure cookies unless the request is secure 2010-10-25 16:36:35 +01:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00