0

我在使用暂存环境的 Rails 应用程序上遇到问题。错误如下:

ActiveScaffold: Missing datetime picker localization for your locale: en-US
AS DatePickerBridge: Can t convert rails date format: %a, %d %b %Y %H:%M:%S %z to jquery datepicker format. Options %c, %U, %W, %w, %x %X, %z, %Z are not supported by datepicker]

我在暂存环境中使用 Rails 3.0.6、Ruby 1.8.7 (2012-10-12 patchlevel 371) [i686-linux] 和 Phusion Passenger 3.0.18。

我该如何解决这个问题?这是一个jQuery问题吗?

干杯,

4

1 回答 1

0

您必须在 Gemfile 上添加 kaminari,然后在终端上执行此步骤 - rails plugin install git://github.com/rails/verification.git - bundle install -bundle update

然后rails s问题就解决了

于 2012-12-17T12:45:09.930 回答