我在使用暂存环境的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 补丁级别 371)[i686-linux] 和 Phusion Passenger 3.0.18。
如何解决此问题?这是一个jQuery问题吗?
干杯
您必须在 Gemfile 上添加 kaminari,然后在终端上执行此步骤 - rails plugin install git://github.com/rails/verification.git
- bundle install
- bundle update
然后rails s
,问题就解决了