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

Changeset 1025

Show
Ignore:
Timestamp:
03/27/05 16:04:57 (4 years ago)
Author:
david
Message:

Fixed doc links

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/README

    r1021 r1025  
    1515database rows as objects and embellish these data objects with business logic 
    1616methods. You can read more about Active Record in  
    17 link:files/vendor/activerecord/README.html. 
     17link:files/vendor/rails/activerecord/README.html. 
    1818 
    1919The controller and view is handled by the Action Pack, which handles both 
     
    2323more separate. Each of these packages can be used independently outside of 
    2424Rails.  You can read more about Action Pack in  
    25 link:files/vendor/actionpack/README.html. 
     25link:files/vendor/rails/actionpack/README.html. 
    2626 
    2727