Re: Using Rails Plugins with Camping

2006-12-11 Thread Chris Carter
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 thoug

Using Rails Plugins with Camping

2006-12-11 Thread HH
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 ju