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
|
# Use bootstrap as the front-end framework
|
||||||
gem 'bootstrap-sass'
|
gem 'bootstrap-sass'
|
||||||
gem 'formtastic-bootstrap'
|
gem 'formtastic-bootstrap'
|
||||||
|
gem 'formtastic', :git => 'https://github.com/justinfrench/formtastic.git'
|
||||||
|
|
||||||
|
|
||||||
# Use jquery as the JavaScript library
|
# Use jquery as the JavaScript library
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -1,3 +1,10 @@
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/justinfrench/formtastic.git
|
||||||
|
revision: 16a528a37d84f6c51ddbf196597e9472abc4e255
|
||||||
|
specs:
|
||||||
|
formtastic (2.3.0.rc3)
|
||||||
|
actionpack (>= 3.2.13)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -90,8 +97,6 @@ GEM
|
||||||
factory_girl_rails (4.4.1)
|
factory_girl_rails (4.4.1)
|
||||||
factory_girl (~> 4.4.0)
|
factory_girl (~> 4.4.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
formtastic (2.2.1)
|
|
||||||
actionpack (>= 3.0)
|
|
||||||
formtastic-bootstrap (3.0.0)
|
formtastic-bootstrap (3.0.0)
|
||||||
formtastic (>= 2.2)
|
formtastic (>= 2.2)
|
||||||
gravtastic (3.2.6)
|
gravtastic (3.2.6)
|
||||||
|
|
@ -183,7 +188,7 @@ GEM
|
||||||
yajl-ruby (~> 1.1)
|
yajl-ruby (~> 1.1)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
rspec-collection_matchers (0.0.3)
|
rspec-collection_matchers (0.0.4)
|
||||||
rspec-expectations (>= 2.99.0.beta1)
|
rspec-expectations (>= 2.99.0.beta1)
|
||||||
rspec-core (3.0.0.beta2)
|
rspec-core (3.0.0.beta2)
|
||||||
rspec-support (= 3.0.0.beta2)
|
rspec-support (= 3.0.0.beta2)
|
||||||
|
|
@ -264,6 +269,7 @@ DEPENDENCIES
|
||||||
d3_rails
|
d3_rails
|
||||||
devise
|
devise
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
|
formtastic!
|
||||||
formtastic-bootstrap
|
formtastic-bootstrap
|
||||||
gravtastic
|
gravtastic
|
||||||
haml-rails
|
haml-rails
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue