I'm trying to create an application using Refinery CMS. What I did was exactly from the tutorials:
refinerycms rickrockstar
cd rickrockstar
rails s
It creates an empty Rails app which I can create by saying rails new my_new_app
What did I do wrong?
UPDATE:
I also says "run bundler
" and then "Bundler::GemfileNotFound
" if I run as "rails new -m http://refinerycms.com/t/2.0.0"