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 my installed gems out, just running bundler.
Rails 3.2.9 works fine on my system, have an app in active development.