Initial Commit from Base app
commitc14d0f6982c620f1732d3e06822e51486801e960
authorMike Simkins <software@g7obs.com>
Wed, 1 Sep 2010 13:56:52 +0000 (1 14:56 +0100)
committerMike Simkins <software@g7obs.com>
Wed, 1 Sep 2010 13:56:52 +0000 (1 14:56 +0100)
tree93f0b518ec4e77c99787e83b5a0b6ea8de344915
Initial Commit from Base app
110 files changed:
.gitignore [new file with mode: 0644]
.rspec [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/portal_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/portal_helper.rb [new file with mode: 0644]
app/models/ability.rb [new file with mode: 0644]
app/models/role.rb [new file with mode: 0644]
app/models/user.rb [new file with mode: 0644]
app/views/devise/confirmations/new.html.erb [new file with mode: 0644]
app/views/devise/mailer/confirmation_instructions.html.erb [new file with mode: 0644]
app/views/devise/mailer/reset_password_instructions.html.erb [new file with mode: 0644]
app/views/devise/mailer/unlock_instructions.html.erb [new file with mode: 0644]
app/views/devise/passwords/edit.html.erb [new file with mode: 0644]
app/views/devise/passwords/new.html.erb [new file with mode: 0644]
app/views/devise/registrations/edit.html.erb [new file with mode: 0644]
app/views/devise/registrations/new.html.erb [new file with mode: 0644]
app/views/devise/sessions/new.html.erb [new file with mode: 0644]
app/views/devise/shared/_links.erb [new file with mode: 0644]
app/views/devise/unlocks/new.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
app/views/portal/index.html.erb [new file with mode: 0644]
autotest/discover.rb [new file with mode: 0644]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/cucumber.yml [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/initializers/backtrace_silencers.rb [new file with mode: 0644]
config/initializers/devise.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/jquery.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/secret_token.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/locales/devise.en.yml [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/migrate/20100901113751_devise_create_users.rb [new file with mode: 0644]
db/migrate/20100901125355_create_cancan_role_migration.rb [new file with mode: 0644]
db/migrate/20100901125550_users_have_and_belong_to_many_roles.rb [new file with mode: 0644]
db/migrate/20100901130613_add_invitable_options_to_devise.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
features/devise.feature [new file with mode: 0644]
features/step_definitions/devise.rb [new file with mode: 0644]
features/step_definitions/web_steps.rb [new file with mode: 0644]
features/support/env.rb [new file with mode: 0644]
features/support/paths.rb [new file with mode: 0644]
lib/tasks/.gitkeep [new file with mode: 0644]
lib/tasks/cucumber.rake [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/images/rails.png [new file with mode: 0644]
public/javascripts/application.js [new file with mode: 0644]
public/javascripts/jquery.js [new file with mode: 0644]
public/javascripts/rails.js [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
public/stylesheets/.gitkeep [new file with mode: 0644]
public/stylesheets/blueprint/ie.css [new file with mode: 0644]
public/stylesheets/blueprint/plugins/buttons/icons/cross.png [new file with mode: 0755]
public/stylesheets/blueprint/plugins/buttons/icons/key.png [new file with mode: 0755]
public/stylesheets/blueprint/plugins/buttons/icons/tick.png [new file with mode: 0755]
public/stylesheets/blueprint/plugins/buttons/readme.txt [new file with mode: 0644]
public/stylesheets/blueprint/plugins/buttons/screen.css [new file with mode: 0644]
public/stylesheets/blueprint/plugins/fancy-type/readme.txt [new file with mode: 0644]
public/stylesheets/blueprint/plugins/fancy-type/screen.css [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/doc.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/email.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/external.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/feed.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/im.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/visited.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/icons/xls.png [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/readme.txt [new file with mode: 0644]
public/stylesheets/blueprint/plugins/link-icons/screen.css [new file with mode: 0644]
public/stylesheets/blueprint/plugins/rtl/readme.txt [new file with mode: 0644]
public/stylesheets/blueprint/plugins/rtl/screen.css [new file with mode: 0644]
public/stylesheets/blueprint/print.css [new file with mode: 0644]
public/stylesheets/blueprint/screen.css [new file with mode: 0644]
public/stylesheets/blueprint/src/forms.css [new file with mode: 0644]
public/stylesheets/blueprint/src/grid.css [new file with mode: 0755]
public/stylesheets/blueprint/src/grid.png [new file with mode: 0644]
public/stylesheets/blueprint/src/ie.css [new file with mode: 0644]
public/stylesheets/blueprint/src/print.css [new file with mode: 0755]
public/stylesheets/blueprint/src/reset.css [new file with mode: 0755]
public/stylesheets/blueprint/src/typography.css [new file with mode: 0644]
script/cucumber [new file with mode: 0755]
script/rails [new file with mode: 0755]
spec/controllers/portal_controller_spec.rb [new file with mode: 0644]
spec/helpers/portal_helper_spec.rb [new file with mode: 0644]
spec/models/user_spec.rb [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
spec/views/portal/index.html.erb_spec.rb [new file with mode: 0644]
vendor/plugins/.gitkeep [new file with mode: 0644]
vendor/plugins/ssl_requirement/README [new file with mode: 0644]
vendor/plugins/ssl_requirement/lib/ssl_requirement.rb [new file with mode: 0644]
vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb [new file with mode: 0644]