forked from bofh/fetsite
formtastic gem
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -41,7 +41,7 @@ gem 'jquery-rails'
|
|||||||
|
|
||||||
# Formbuilder for easier form generation
|
# Formbuilder for easier form generation
|
||||||
gem 'formtastic', '~>2.2.1'
|
gem 'formtastic', '~>2.2.1'
|
||||||
gem 'formtastic-bootstrap' , :git => "git://github.com/mjbellantoni/formtastic-bootstrap.git"
|
gem 'formtastic-bootstrap', '~>2.1.3' #, :git => "git://github.com/mjbellantoni/formtastic-bootstrap.git"
|
||||||
# TinyMCE
|
# TinyMCE
|
||||||
gem "tinymce-rails" , '>=3.5.8'
|
gem "tinymce-rails" , '>=3.5.8'
|
||||||
|
|
||||||
|
|||||||
11
Gemfile.lock
11
Gemfile.lock
@@ -1,10 +1,3 @@
|
|||||||
GIT
|
|
||||||
remote: git://github.com/mjbellantoni/formtastic-bootstrap.git
|
|
||||||
revision: 23c3dcdbd9cd583d95b9c2019dd66302a9206c87
|
|
||||||
specs:
|
|
||||||
formtastic-bootstrap (2.1.3)
|
|
||||||
formtastic (~> 2.2)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@@ -78,6 +71,8 @@ GEM
|
|||||||
multipart-post (~> 1.2.0)
|
multipart-post (~> 1.2.0)
|
||||||
formtastic (2.2.1)
|
formtastic (2.2.1)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
|
formtastic-bootstrap (2.1.3)
|
||||||
|
formtastic (~> 2.2)
|
||||||
git (1.2.5)
|
git (1.2.5)
|
||||||
globalize3 (0.3.0)
|
globalize3 (0.3.0)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
@@ -218,7 +213,7 @@ DEPENDENCIES
|
|||||||
execjs (~> 1.4.0)
|
execjs (~> 1.4.0)
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
formtastic (~> 2.2.1)
|
formtastic (~> 2.2.1)
|
||||||
formtastic-bootstrap!
|
formtastic-bootstrap (~> 2.1.3)
|
||||||
git
|
git
|
||||||
globalize3 (~> 0.3.0)
|
globalize3 (~> 0.3.0)
|
||||||
haml
|
haml
|
||||||
|
|||||||
Reference in New Issue
Block a user