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
2010-05-29 22:29:46 +02:00
..
abstract Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
activerecord Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean. 2010-05-18 03:18:23 +02:00
controller Fix a bug where responders were not working properly on method override. 2010-05-24 13:12:40 +02:00
dispatch Remove the laziness from the middleware stack. 2010-05-29 22:29:46 +02:00
fixtures fix translation test in actionpack [#4701 state:commited] 2010-05-29 21:12:28 +02:00
lib move FixtureResolver to a file that is accessible outside Rails' own tests 2010-05-02 22:45:54 +02:00
template Now that we always return a proxy from mb_chars, even in 1.9, all Strings coming back from AS are UTF-8. 2010-05-29 21:20:52 +02:00
tmp
abstract_unit.rb Simplify cookie_store by simply relying on cookies.signed. 2010-05-18 02:05:20 +02:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb