Changeset 16
- Timestamp:
- 10/04/05 13:19:53 (6 years ago)
- Files:
-
- 1 modified
-
trunk/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r3 r16 105 105 protected $auto_create_timestamps = array("created_at","created_on"); 106 106 107 108 == Logging 109 110 Log files for php errors or if you put in your code error_log("whatever") will be writen to 111 the trax/log folder in development|test|production.log file depending on the TRAX_MODE 112 107 113 == Notes 108 114 … … 140 146 ActionController. 141 147 148 trax/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 142 152 trax/app/models 143 153 Holds models that should be named like post.rb. … … 155 165 156 166 trax/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. 159 168 160 169 trax/script
