Changeset 7721
- Timestamp:
- 10/02/07 05:52:16 (1 year ago)
- Files:
-
- branches/1-2-stable/actionpack/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-2-stable/actionpack/CHANGELOG
r7713 r7721 1 1 *SVN* 2 2 3 * Only accept session ids from cookies, prevents session fixation attacks. [bradediger] 4 3 5 * Change the resource seperator from ; to / change the generated routes to use the new-style named routes. e.g. new_group_user_path(@group) instead of group_new_user_path(@group). [pixeltrix] 4 5 6 6 7 7 * Integration tests: introduce methods for other HTTP methods. #6353 [caboose]