kristianmandrup / ui_datepicker-rails3

jQuery UI datepicker integration for Formtastic, Simple Form and Active Admin
MIT License
50 stars 15 forks source link

ui-datpicker-rails3 fails in production #5

Open Marmolin opened 12 years ago

Marmolin commented 12 years ago

I have used the new ui-datepicker-rails3 successfully when developing an application locally on a Mac 10.6.8 However, when I transform the application to a server hotel to be run in production mode, I have problem The server hotel cannot get the ui-datepicker-rails3 gem to work correctly. The have used bundle install and update a couple of times but It seems as they cannoit check it out Any idees !!!!!!!!! Here is the gem in the Gem file: gem 'ui_datepicker-rails3',:git => 'git://github.com/kristianmandrup/ui_datepicker-rails3' In the local development i first tried gem 'ui_datepicker-rails3', but it doesnt work so I added :git => 'git://github.com/kristianmandrup/ui_datepicker-rails3'

Here is the first part of the log [ pid=12034 thr=4801320 file=utils.rb:176 time=2012-03-14 22:38:59.786 ]: *\ Exception PhusionPassenger::UnknownError in PhusionPassenger::Rack::ApplicationSpawner (git://github.com/kristianmandrup/ui_datepicker-rails3 (at master) is not checked out. Please run bundle install (Bundler::GitError)) (process 12034, thread #Thread:0x00000000928650): from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/source.rb:572:in rescue in load_spec_files' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/source.rb:570:inload_spec_files' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/source.rb:385:in local_specs' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/source.rb:555:inspecs' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:147:in block in resolve' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:145:ineach' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:145:in resolve' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:90:inspecs' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:135:in specs_for' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/definition.rb:124:inrequested_specs' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/environment.rb:23:in requested_specs' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler/runtime.rb:11:insetup' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.21/lib/bundler.rb:110:in setup' from /var/lib/passenger-standalone/3.0.11-x86_64-ruby1.9.2-linux-gcc4.4.3-1002/support/lib/phusion_passenger/utils.rb:326:inprepare_app_process' from /var/lib/passenger-standalone/3.0.11-x86_64-ruby1.9.2-linux-gcc4.4.3-1002/support/lib/phusion_passenger/rack/application_spawner.rb:156:in `block in initialize_server'