I recently had to reinstall ruby (1.9.2 p290) and rails (3.0.10). I removed the .rvm folder and installed ruby and rails fresh. Then ran 'bundle' to install the gems again and everything was back up.
However, when I ran the site, it took me straight into the /admin section and asked me to setup a site ( as if I had never setup a site up before ). My directory still has the site which I was working on, at '/public/sites/4ec3ea09a240a312f6000004'.... however locomotive seems to have lost the ability to see it and use it?
How can I get locomotive to use that existing site? So I can continue working on the site I had already setup?