From boss at topfunky.com Thu Dec 7 13:19:25 2006 From: boss at topfunky.com (Geoffrey Grosenbach) Date: Thu, 7 Dec 2006 10:19:25 -0800 Subject: Mosquito gem available In-Reply-To: <20061207181002.A8B7D275189@hapkido.dreamhost.com> References: <20061207181002.A8B7D275189@hapkido.dreamhost.com> Message-ID: <20061207181925.GA6286@topfunky.com> why has mentioned this before, but I wrote a small test framework for Camping and it is now available as a gem. sudo gem install mosquito If you'd like to write unit or functional test for your Camping app, check it out: http://code.whytheluckystiff.net/camping/wiki/MosquitoForBugFreeCamping http://rubyforge.org/projects/mosquito Several people have already submitted patches and I'm glad to give commit rights to anyone who wants to contribute. Geoffrey Grosenbach From appleman at gmail.com Mon Dec 11 07:17:17 2006 From: appleman at gmail.com (HH) Date: Mon, 11 Dec 2006 07:17:17 -0500 Subject: Using Rails Plugins with Camping Message-ID: I just picked up Camping and I'm currently reviewing every little tidbit of information I can find out about it. I really liked the simplicity of RubyOnRails, but sometimes you want something fast and everything is relative. After looking at Camping, RubyOnRails seems like a lot of work if you just want to test out a prototype of a small web app. One thing I do miss are all the pre-built plugins for Rails (such as acts_as_taggable). How easy is it to convert Rails plugins to work with Camping? I've done my first pass at searching for anything related to adapting Rails plugins for Camping but I only came up with some hackery around Dr. Nic's Magic Models. Any finger pointing in the right direction would be greatly appreciated. Thanks so much, HH From cdcarter at gmail.com Mon Dec 11 07:59:20 2006 From: cdcarter at gmail.com (Chris Carter) Date: Mon, 11 Dec 2006 06:59:20 -0600 Subject: Using Rails Plugins with Camping In-Reply-To: References: Message-ID: <86987bdf0612110459w5fab8e3fk1025073a4e36f497@mail.gmail.com> Hi! Most plugins for Rails that are for the model (acts_as_taggable, acts_as_versioned, acts_as_textile etc...) will work just fine in camping. You just need to include the file, and add the acts_as line to your model definition. You may need to do some jiggery pokery with view helpers too though. On 12/11/06, HH wrote: > I just picked up Camping and I'm currently reviewing every little > tidbit of information I can find out about it. > > I really liked the simplicity of RubyOnRails, but sometimes you want > something fast and everything is relative. After looking at Camping, > RubyOnRails seems like a lot of work if you just want to test out a > prototype of a small web app. > > One thing I do miss are all the pre-built plugins for Rails (such as > acts_as_taggable). > > How easy is it to convert Rails plugins to work with Camping? > > I've done my first pass at searching for anything related to adapting > Rails plugins for Camping but I only came up with some hackery around > Dr. Nic's Magic Models. > > Any finger pointing in the right direction would be greatly appreciated. > > Thanks so much, > HH > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list > -- Chris Carter concentrationstudios.com brynmawrcs.com