On Sat, Jun 03, 2006 at 10:27:28PM -0400, Axis Sivitz
wrote:> I removed the specified lines of code, as that only dealt with detection
> of non-camping apps anyway, and tried to run it again. The server
> started, but going to localhost:3301/ yields the following error:
In order to use bin/camping these days, you must use Camping.goes.
So make sure:
* Before you do anything else -- Camping.goes :YourApp
* Make sure your app is saved in yourapp.rb
* Use YourApp::Controllers, YourApp::Models, YourApp::Views.
This keeps from conflicting with other apps.
_why