replace qrammer with qwaiter

This commit is contained in:
2012-11-29 19:07:19 +01:00
parent e0a3333e8f
commit d22813e778
22 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if defined?(Bundler)
# Bundler.require(:default, :assets, Rails.env)
end
module Qrammer
module Qwaiter
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
+1 -1
View File
@@ -6,7 +6,7 @@ load 'deploy/assets'
#require "rvm/capistrano"
set :application, "qwaiter"
set :repository, "root@uflows.com:/var/git/qrammer_rails.git"
set :repository, "root@uflows.com:/var/git/qwaiter.git"
set :scm, :git
#set :revision, '89700f36e9'
+1 -1
View File
@@ -2,4 +2,4 @@
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Qrammer::Application.initialize!
Qwaiter::Application.initialize!
+1 -1
View File
@@ -1,4 +1,4 @@
Qrammer::Application.configure do
Qwaiter::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on
+1 -1
View File
@@ -1,4 +1,4 @@
Qrammer::Application.configure do
Qwaiter::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests
+1 -1
View File
@@ -1,4 +1,4 @@
Qrammer::Application.configure do
Qwaiter::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# The test environment is used exclusively to run your application's
+1 -1
View File
@@ -4,4 +4,4 @@
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
Qrammer::Application.config.secret_token = 'a2d0002614aa5e1a04dd5f57c3a239765ee47df0f5e3214adf41c4893b84a95cd805f650f5edb321f2474adf6bb01a625b911d34a3c879815281d7e1db4415c8'
Qwaiter::Application.config.secret_token = 'a2d0002614aa5e1a04dd5f57c3a239765ee47df0f5e3214adf41c4893b84a95cd805f650f5edb321f2474adf6bb01a625b911d34a3c879815281d7e1db4415c8'
+2 -2
View File
@@ -1,8 +1,8 @@
# Be sure to restart your server when you modify this file.
Qrammer::Application.config.session_store :cookie_store, key: '_qrammer_session'
Qwaiter::Application.config.session_store :cookie_store, key: '_qwaiter_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# Qrammer::Application.config.session_store :active_record_store
# Qwaiter::Application.config.session_store :active_record_store
+1 -1
View File
@@ -1,4 +1,4 @@
Qrammer::Application.routes.draw do
Qwaiter::Application.routes.draw do
devise_for :users
devise_for :suppliers
devise_for :administrators