Clone rails/rails repo.
cd into it, ruby install.rb LATEST_VERSION to install edge rails.
Use this installed rails executeable to generate new project but with --skip-bundle option:
rails new app --skip-bundle.
cd to newly generated app, change the rails line and add arel: