Changeset 1025
- Timestamp:
- 03/27/05 16:04:57 (4 years ago)
- Files:
-
- trunk/railties/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/README
r1021 r1025 15 15 database rows as objects and embellish these data objects with business logic 16 16 methods. You can read more about Active Record in 17 link:files/vendor/ activerecord/README.html.17 link:files/vendor/rails/activerecord/README.html. 18 18 19 19 The controller and view is handled by the Action Pack, which handles both … … 23 23 more separate. Each of these packages can be used independently outside of 24 24 Rails. You can read more about Action Pack in 25 link:files/vendor/ actionpack/README.html.25 link:files/vendor/rails/actionpack/README.html. 26 26 27 27