Commit 07bf8be4 authored by royce-matthew's avatar royce-matthew

initial push replacing some parts kasi ayaw magrun sa amin - Travis Munoz

parent 17dd9fb1
<!DOCTYPE html>
<html>
<head>
<title>Election</title>
<title>CandiDateTayo</title>
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
......
......@@ -6,7 +6,7 @@ require 'rails/all'
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module Election
module CandiDateTayo
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
......
......@@ -54,7 +54,7 @@ Rails.application.configure do
# Use a real queuing backend for Active Job (and separate queues per environment)
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "election_#{Rails.env}"
# config.active_job.queue_name_prefix = "candi-date-tayo_#{Rails.env}"
config.action_mailer.perform_caching = false
# Ignore bad email addresses and do not raise email delivery errors.
......
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, key: '_election_session'
Rails.application.config.session_store :cookie_store, key: '_candi-date-tayo_session'
......@@ -11,10 +11,10 @@
# if you're sharing your code publicly.
development:
secret_key_base: eb28156fc5084e5e883f87175a9d0b7ad3a4588649c628efbacadb1b93dce8c21ca556420488fe801de7eea9a027ff4bea7f5dcff0997ef325872aa731448241
secret_key_base: d96f69a510bd22bf296d73ab61b5d8e8ece683f49bbd2009c1d39d68e4f523959c67a6817b5c3b90317e0cc133d7646b408e94a15d3de9a50569b3c1cc754c79
test:
secret_key_base: c07b00e0053c1a945a69acfd25f35dd873a4d0408b62eb5fd17f9e3ca359c68652372e9d3bd1c613cc5320eeee23942688bcb6a3502dc3ee7c75af27f36c648d
secret_key_base: ec62a84619bbb10ea86e3b03f1e44c0b2f7096a493a73a11b36e43990c5fa369a57435373a55f47bdb1eab3d393813681cfd88e755a7905a0717366911cf681a
# Do not keep production secrets in the repository,
# instead read values from the environment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment