获取CalendarDateSelect gem以使用Rails 3

时间:2011-03-08 11:32:54

标签: git ruby-on-rails-3 rubygems bundler

当我按照说明here并运行bundle install时,我得到:

Fetching http://github.com/paneq/calendar_date_select.git
c:/ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/source.rb:560:in ``': No such file or directory - git clone "http://github.com/paneq/calendar_date_select.git" "c:/ruby192/lib/ruby/gems/1.9.1/cache/bundler/git/calendar_date_select-32215bd0f96918494c96e788d776d90837363fe4" --bare --no-hardlinks (Errno::ENOENT)

我做错了什么?我可以在https://github.com/paneq/calendar_date_select/tree/rails3test看到我想要的GIT存储库。

2 个答案:

答案 0 :(得分:1)

我按顺序排序。该错误消息(``': No such file or directory)混淆了真正的问题,即git 不在我的PATH 上。 HMM。

答案 1 :(得分:0)

到目前为止,我在Panques版本上遇到了问题,但现在却没有。我认为最好的选择可能是使用JQuery的datepicker,因为它不会绑定到Rails版本并且是稳定的。