Skip to content

Commit

Permalink
cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePletch committed Nov 11, 2023
1 parent ed1bca4 commit a6d1a2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/views/home/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

%p= t('.purpose')
.row.align-items-end
.col-md.my-2
%p= rails_direct_uploads_url
.col-md.my-2
%p= t('.rsvp_prompt.full_text', bolded_section: content_tag(:strong, t('.rsvp_prompt.bolded_section'))).html_safe
%p.mb-3= t('.secret_info')
Expand Down
1 change: 1 addition & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

# Show full error reports.
config.consider_all_requests_local = true
config.web_console.whitelisted_ips = '192.168.0.0/16'

# Enable/disable caching. By default caching is disabled.
if Rails.root.join('tmp/caching-dev.txt').exist?
Expand Down
8 changes: 3 additions & 5 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
# Code is not reloaded between requests.
config.cache_classes = true

# Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better.
# Rake tasks automatically ignore this option for performance.
config.eager_load = true
# Disabled due to issues with routes getting locked in stale config
# during boot (e.g. not respecting default protocol settings)
config.eager_load = false

# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = false
Expand Down

0 comments on commit a6d1a2a

Please sign in to comment.