I can not find much information on how to do this. How do you get a rails app to work after you clone it from github? When I try to start the server it just gives me an error Could not find activesupport-3.0.7 in any of the sources. I assume this is because it is not an actual rails app; just a directory with files in it.
I can not find much information on how to do this. How do you
Share
You have to remove the
Gemfile.lockfile, runbundle installand migrate your database.