Error with Rails Edge/4 `require': cannot load such file — thread_safe
问题 Following ths instructions here for getting an app running off Rails Edge to test Rails 4: What is the best way to generate a Rails app using edge? and How to create Edge rails application? But running into this error: `require': cannot load such file -- thread_safe (LoadError) Using the command: rails new Edge --edge --skip-bundle --database=postgresql --skip-test-unit --skip-index-html A checkout of Rails master bin dir is on my path. I am using rbenv with ruby 1.9.3p327. I have cleared all