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
2007-02-21 09:17:38 +00:00
..
activerecord Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long] 2007-02-04 20:47:05 +00:00
controller Introduce a cookie-based session store as the Rails default. Sessions typically contain at most a user_id and flash message; both fit within the 4K cookie size limit. A secure hash is included with the cookie to ensure data integrity (a user cannot alter his user_id without knowing the secret key included in the hash). If you have more than 4K of session data or don't want your data to be visible to the user, pick another session store. Cookie-based sessions are dramatically faster than the alternatives. 2007-02-21 09:17:38 +00:00
fixtures Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
template Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper#javascript_include_tag [DHH] 2007-02-18 23:54:20 +00:00
abstract_unit.rb Wrap and skip tests using mocha. 2007-01-14 12:49:55 +00:00
active_record_unit.rb Pass busy timeout for sqlite3 integration tests. 2007-01-24 12:02:40 +00:00
testing_sandbox.rb Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra] 2006-10-12 21:13:05 +00:00