Changeset 278

Show
Ignore:
Timestamp:
02/13/06 17:38:12 (3 years ago)
Author:
lazyatom
Message:

Added documentation to the purpose behind alpha engine files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • applications/engines_test/vendor/plugins/alpha_engine/README

    r256 r278  
     1The engine has the following properties: 
     2 
     3 
     4Controllers 
     5----------- 
     6* AlPacino controller - partially overridden by a version in the beta engine 
     7* BrianBlessed controller - partially overridden by a version in /app 
     8* Baldwin::Alec controller - a controller in a module. Partially overridden in the beta engine 
     9 
     10 
     11Helpers 
     12------- 
     13* AccountHelper - partially overridden by the beta engine # TODO: this file is incomplete 
     14* MyHelper - partially overridden in both the beta engine and /app 
     15 
     16 
     17Models 
     18------ 
     19* Account model - only in this engine 
     20* Banjo model - overridden in the beta engine, this should NEVER get loaded 
     21* Clown model - overridden in /app, this should NEVER get loaded 
     22 
     23 
     24Lib 
     25--- 
     26* Apple - only present in this engine 
     27* Banana - overridden in /app, this should NEVER get loaded 
     28* Thundercats::Liono - a library in a module 
     29 
     30 
     31Misc 
     32---- 
     33 
     34* The Engine version is set using the Module method 
  • applications/engines_test/vendor/plugins/alpha_engine/app/helpers/account_helper.rb

    r254 r278  
    22module Admin::AccountHelper 
    33  Engines.log.debug "creating Admin::AccountHelper from module_a_engine/app/helpers/" 
     4   
     5   
    46end