Im working through the RailsApps tutorials and looking to create starter applications via rails composer. When I launch the file in a browser I'm just getting the rails welcome page - none of the bespoke files are being created for the specific application. I've tried a couple of different starter options and it keeps happening.I've also reviewed the github repository and readme file/troubleshooting etc. It must be something so simple but I'm just not seeing it.
Asked
Active
Viewed 55 times
0
-
Can you give an example of what you have tried? – Kai Mattern Feb 06 '15 at 14:25
-
Be sure you set up your development environment correctly. See the guide [Install Rails](http://railsapps.github.io/installing-rails.html). Show us what is in your console when you generate a starter app. You can open an issue at https://github.com/RailsApps/rails-composer/issues – Daniel Kehoe Feb 06 '15 at 21:39
-
Hi there, I've been using RVM for a few months now and made sure the latest versions were installed as per your instructions. The RVM -v is 1.26.9 and gem -v is 2.4.5. All thats being created when I go through the composer process on my command line are the template Rails files. It isn't even creating a git repository. Any idea what it may be? – Mike.Whitehead Feb 08 '15 at 23:48