This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 25 18:07:03 -0700 2009 | |
| |
README | Thu Jun 25 18:07:03 -0700 2009 | |
| |
Rakefile | Wed Jul 01 11:06:08 -0700 2009 | |
| |
TODO | Sat Jul 04 12:25:06 -0700 2009 | |
| |
config/ | Wed Jul 01 11:06:08 -0700 2009 | |
| |
data/ | Sat Jul 04 13:32:18 -0700 2009 | |
| |
doc/ | Thu Jun 25 18:07:03 -0700 2009 | |
| |
lib/ | Wed Jul 01 11:49:13 -0700 2009 | |
| |
src/ | Sat Jul 04 13:32:18 -0700 2009 |
README
== Welcome to Gamebox Blurb here == Description of Contents src Holds all the code that's specific to this particular application. config Configuration files for the Gamebox environment and other dependencies. doc This directory is where your application documentation will be stored when generated using <tt>rake doc:app</tt> lib Application specific libraries. Basically, any kind of custom code that doesn't belong under controllers, models, or helpers. This directory is in the load path. script Helper scripts for automation and generation. test Unit and functional tests along with fixtures. When using the script/generate scripts, template test files will be generated for you and placed in this directory. vendor External libraries that the application depends on. Also includes the plugins subdirectory. If the app has frozen rails, those gems also go here, under vendor/rails/. This directory is in the load path.







