Developer help

From mx Help Wiki
Revision as of 12:51, 6 March 2007 by Matt (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

in progress...

Contents

File layout

The application follows the traditional Rails layout.

Public accessibility

There are two different approaches to making your data public. Both approaches require a layout.rhtml.

  • just use the shared public controllers
  • create a "home" controller

Shared controllers

Controllers that sit at the base of

/controllers/public

are shared by all projects.

The 'home' controller

Personal tools