Changeset 6421
- Timestamp:
- 03/14/07 01:25:05 (1 year ago)
- Files:
-
- branches/1-2-stable/actionpack/CHANGELOG (modified) (1 diff)
- branches/1-2-stable/railties/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-2-stable/actionpack/CHANGELOG
r6395 r6421 1 1 *1.13.3* (March 12th, 2007) 2 2 3 * Apply [5709] to stable.3 * Fix a bug in Routing where a parameter taken from the path of the current request could not be used as a query parameter for the next. #6752 [Nicholas Seckar] 4 4 5 5 * session_enabled? works with session :off. #6680 [Catfish] branches/1-2-stable/railties/CHANGELOG
r6395 r6421 1 1 *1.2.3* (March 12th, 2007) 2 2 3 * Ruby 1.8.6 compatibility 3 * Ruby 1.8.6 compatibility fixes. Upgrade rake dependency to 0.7.2. 4 4 5 5 * Windows: include MinGW in RUBY_PLATFORM check. #2982 [okkez000@gmail.com, Kaspar Schiess]