Changeset 2717
- Timestamp:
- 10/24/05 13:33:58 (3 years ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
- trunk/activesupport/CHANGELOG (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r2715 r2717 20 20 21 21 * Added support for using limits in eager loads that involve has_many and has_and_belongs_to_many associations 22 22 23 23 24 *1.12.0* (October 16th, 2005) trunk/activesupport/CHANGELOG
r2715 r2717 5 5 * Add title case method to String to do, e.g., 'action_web_service'.titlecase # => 'Action Web Service'. [Marcel Molina Jr.] 6 6 7 7 8 *1.2.1* (October 19th, 2005) 8 9 … … 10 11 11 12 * Show all framework frames in the framework trace. [Nicholas Seckar] 13 12 14 13 15 *1.2.0* (October 16th, 2005)