Changeset 16

Show
Ignore:
Timestamp:
10/04/05 13:19:53 (6 years ago)
Author:
john
Message:

updated readme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r3 r16  
    105105    protected $auto_create_timestamps = array("created_at","created_on");   
    106106 
     107 
     108== Logging 
     109 
     110Log files for php errors or if you put in your code error_log("whatever") will be writen to 
     111the trax/log folder in development|test|production.log file depending on the TRAX_MODE 
     112 
    107113== Notes 
    108114 
     
    140146  ActionController. 
    141147 
     148trax/app/libs 
     149  Application specific libraries. Basically, any kind of custom code that doesn't 
     150  belong controllers, models, or helpers. This directory is in the includes path. 
     151 
    142152trax/app/models 
    143153  Holds models that should be named like post.rb. 
     
    155165 
    156166trax/lib 
    157   Application specific libraries. Basically, any kind of custom code that doesn't 
    158   belong controllers, models, or helpers. This directory is in the includes path. 
     167  Trax libraries. This directory is in the includes path. 
    159168 
    160169trax/script