代码之家  ›  专栏  ›  技术社区  ›  Schneems

Ruby 1.9.1和Jrails

  •  1
  • Schneems  · 技术社区  · 15 年前

    我出错了:

    uninitialized constant ActionView::Helpers::JavaScriptElementProxy::ActionView
    

    我尝试过强制重新安装jrails,但没有修复错误,谷歌搜索错误还没有找到结果。有什么建议吗?Ruby 1.9.1,Rails 2.3.4。

    2 回复  |  直到 11 年前
        1
  •  1
  •   Community Paul Sweatte    7 年前

    正如所说的 here ,jrails显然是为使用Ruby1.9而修补的。

    最新版本可在 github .

    备选链接: http://github.com/aaronchi/jrails

        2
  •  2
  •   Guilherme K. A.    11 年前

    在GitHub上使用最新版本重新安装:

    ./script/plugin install git://github.com/aaronchi/jrails.git --force
    
    推荐文章