Changeset [4969614b763181b06dcc2d3a9cbdf19e9437e819] by August

August 19th, 2010 @ 07:18 PM

Added basic models,migrations, and controllers...
http://github.com/wtg/flagship_docs/commit/4969614b763181b06dcc2d3a...

Committed by August

  • A app/controllers/categories_controller.rb
  • A app/controllers/documents_controller.rb
  • A app/controllers/revisions_controller.rb
  • A app/helpers/categories_helper.rb
  • A app/helpers/documents_helper.rb
  • A app/helpers/revisions_helper.rb
  • A app/models/background.rb
  • A app/models/category.rb
  • A app/models/document.rb
  • A app/models/revision.rb
  • A app/views/categories/_form.html.erb
  • A app/views/categories/edit.html.erb
  • A app/views/categories/index.html.erb
  • A app/views/categories/new.html.erb
  • A app/views/categories/show.html.erb
  • A app/views/documents/_form.html.erb
  • A app/views/documents/edit.html.erb
  • A app/views/documents/index.html.erb
  • A app/views/documents/new.html.erb
  • A app/views/documents/show.html.erb
  • A app/views/revisions/_form.html.erb
  • A app/views/revisions/edit.html.erb
  • A app/views/revisions/index.html.erb
  • A app/views/revisions/new.html.erb
  • A app/views/revisions/show.html.erb
  • A config/database.yml.sample
  • A db/migrate/20100819225821_create_documents.rb
  • A db/migrate/20100819231046_create_revisions.rb
  • A db/migrate/20100819231251_create_categories.rb
  • A db/migrate/20100819231538_create_backgrounds.rb
  • A db/schema.rb
  • A public/stylesheets/scaffold.css
  • A test/fixtures/backgrounds.yml
  • A test/fixtures/categories.yml
  • A test/fixtures/documents.yml
  • A test/fixtures/revisions.yml
  • A test/functional/categories_controller_test.rb
  • A test/functional/documents_controller_test.rb
  • A test/functional/revisions_controller_test.rb
  • A test/unit/background_test.rb
  • A test/unit/category_test.rb
  • A test/unit/document_test.rb
  • A test/unit/helpers/categories_helper_test.rb
  • A test/unit/helpers/documents_helper_test.rb
  • A test/unit/helpers/revisions_helper_test.rb
  • A test/unit/revision_test.rb
  • M config/routes.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

http://github.com/wtg/flagship_docs

Shared Ticket Bins