Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7721

Show
Ignore:
Timestamp:
10/02/07 05:52:16 (1 year ago)
Author:
nzkoz
Message:

Forgotten changelog entry

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-2-stable/actionpack/CHANGELOG

    r7713 r7721  
    11*SVN* 
    22 
     3* Only accept session ids from cookies, prevents session fixation attacks.  [bradediger] 
     4 
    35* 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  
    66 
    77* Integration tests: introduce methods for other HTTP methods.  #6353 [caboose]