datepicker tryout

This commit is contained in:
Andreas Stephanides
2013-08-28 16:47:33 +02:00
parent 23c1f50325
commit 3c755d09db
7 changed files with 48 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ gem 'jquery-rails'
# Formbuilder for easier form generation
gem 'formtastic', '~>2.2.1'
gem 'formtastic-bootstrap'
gem 'formtastic-bootstrap' , :git => "git://github.com/mjbellantoni/formtastic-bootstrap.git"
# TinyMCE
gem "tinymce-rails" , '>=3.5.8'
@@ -72,7 +72,7 @@ gem 'haml'
#gem 'gollum'
gem 'awesome_nested_set'
gem 'annotate', ">=2.5.0"
gem 'carrierwave'
gem 'carrierwave', "~>0.9.0"
group :development, :test do
gem 'factory_girl_rails'
gem 'rspec-rails'