mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Compare commits
2 Commits
b4d233b0c4
...
050480dd39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
050480dd39 | ||
| 0dc807bde5 |
1
Gemfile
1
Gemfile
@ -61,5 +61,4 @@ end
|
|||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem "puma"
|
gem "puma"
|
||||||
gem "rails_12factor"
|
|
||||||
end
|
end
|
||||||
|
|||||||
@ -196,7 +196,7 @@ GEM
|
|||||||
parallel (1.20.1)
|
parallel (1.20.1)
|
||||||
parser (3.0.2.0)
|
parser (3.0.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.2.3)
|
pg (1.4.5)
|
||||||
poltergeist (1.18.1)
|
poltergeist (1.18.1)
|
||||||
capybara (>= 2.1, < 4)
|
capybara (>= 2.1, < 4)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
@ -235,11 +235,6 @@ GEM
|
|||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.4.4)
|
rails-html-sanitizer (1.4.4)
|
||||||
loofah (~> 2.19, >= 2.19.1)
|
loofah (~> 2.19, >= 2.19.1)
|
||||||
rails_12factor (0.0.3)
|
|
||||||
rails_serve_static_assets
|
|
||||||
rails_stdout_logging
|
|
||||||
rails_serve_static_assets (0.0.5)
|
|
||||||
rails_stdout_logging (0.0.5)
|
|
||||||
railties (5.2.6)
|
railties (5.2.6)
|
||||||
actionpack (= 5.2.6)
|
actionpack (= 5.2.6)
|
||||||
activesupport (= 5.2.6)
|
activesupport (= 5.2.6)
|
||||||
@ -384,7 +379,6 @@ DEPENDENCIES
|
|||||||
puma
|
puma
|
||||||
rails (~> 5.1)
|
rails (~> 5.1)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails_12factor
|
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop
|
rubocop
|
||||||
ruby_parser
|
ruby_parser
|
||||||
|
|||||||
@ -10,7 +10,7 @@ DanBarberPhoto::Application.configure do
|
|||||||
config.eager_load = false
|
config.eager_load = false
|
||||||
|
|
||||||
# Show full error reports and disable caching
|
# Show full error reports and disable caching
|
||||||
config.consider_all_requests_local = true
|
config.consider_all_requests_local = true
|
||||||
config.action_controller.perform_caching = false
|
config.action_controller.perform_caching = false
|
||||||
|
|
||||||
# Don't care if the mailer can't send
|
# Don't care if the mailer can't send
|
||||||
|
|||||||
@ -11,7 +11,7 @@ DanBarberPhoto::Application.configure do
|
|||||||
config.eager_load = true
|
config.eager_load = true
|
||||||
|
|
||||||
# Full error reports are disabled and caching is turned on
|
# Full error reports are disabled and caching is turned on
|
||||||
config.consider_all_requests_local = false
|
config.consider_all_requests_local = false
|
||||||
config.action_controller.perform_caching = true
|
config.action_controller.perform_caching = true
|
||||||
|
|
||||||
# Disable Rails's static asset server (Apache or nginx will already do this)
|
# Disable Rails's static asset server (Apache or nginx will already do this)
|
||||||
@ -71,7 +71,7 @@ DanBarberPhoto::Application.configure do
|
|||||||
authentication: :plain,
|
authentication: :plain,
|
||||||
user_name: ENV["SENDGRID_USERNAME"],
|
user_name: ENV["SENDGRID_USERNAME"],
|
||||||
password: ENV["SENDGRID_PASSWORD"],
|
password: ENV["SENDGRID_PASSWORD"],
|
||||||
domain: "heroku.com",
|
domain: "heroku.com"
|
||||||
}
|
}
|
||||||
ActionMailer::Base.delivery_method = :smtp
|
ActionMailer::Base.delivery_method = :smtp
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user