按照此处的说明让应用程序在 Rails Edge 上运行以测试 Rails 4: 使用 Edge 生成 Rails 应用程序的最佳方法是什么? 以及 如何创建 Edge rails 应用程序?
但是遇到这个错误:
`require': cannot load such file -- thread_safe (LoadError)
使用命令:
rails new Edge --edge --skip-bundle --database=postgresql --skip-test-unit --skip-index-html
Rails master bin dir 的结帐正在我的路上。
我将 rbenv 与 ruby 1.9.3p327 一起使用。
我已经清除了所有已安装的 gem,只是运行 bundler。
Rails 3.2.9 在我的系统上运行良好,有一个正在积极开发的应用程序。