Skip to content

Commit

Permalink
Update Formtastic, do other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaltmann committed Dec 27, 2016
1 parent a61d9a8 commit f75a870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gem 'handlebars_assets'

## Forms

gem 'formtastic', '~> 2.3.0.rc3'
gem 'formtastic', '~> 2.3.1'
gem 'recaptcha', require: 'recaptcha/rails' # Captcha Gem

# ---------- Controller ----------
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ DEPENDENCIES
fastbill-automatic!
ffaker
font-awesome-rails (>= 4.2.0.0)
formtastic (~> 2.3.0.rc3)
formtastic (~> 2.3.1)
friendly_id (>= 4.0.9)
guard
guard-ctags-bundler
Expand Down
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class Application < Rails::Application
:address_observer,
:payment_observer]

config.active_record.raise_in_transactional_callbacks = true

# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
config.time_zone = 'Berlin'
Expand Down

0 comments on commit f75a870

Please sign in to comment.