Install formtastic from git master to fix issues with rails 4
see: https://github.com/mjbellantoni/formtastic-bootstrap/issues/62 and https://github.com/justinfrench/formtastic/issues/999
This commit is contained in:
parent
f87873d958
commit
8feb7de8bf
2 changed files with 10 additions and 3 deletions
1
Gemfile
1
Gemfile
|
|
@ -36,6 +36,7 @@ gem 'uglifier', '>= 1.3.0'
|
|||
# Use bootstrap as the front-end framework
|
||||
gem 'bootstrap-sass'
|
||||
gem 'formtastic-bootstrap'
|
||||
gem 'formtastic', :git => 'https://github.com/justinfrench/formtastic.git'
|
||||
|
||||
|
||||
# Use jquery as the JavaScript library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue