Hi,
I'm trying to use filters in my Camping App, but at this moment they are not working ... I've found some presentation by Jeremy McAnally (http://slideshow.rubyforge.org/camping.html#1) At the end, appears a Library that makes our life easier, but I can't find this library. Also, this presentation is from 2007 and we are now in 2011, so maybe Camping can handle those filters in an easy way. I use them in Rails but here I'm getting always ./list.rb:278: uninitialized constant List::Filters (NameError) Basically what I want to do is before each controller, check if there are some input variables in the post, and proceed if they are OK or send an error page, well, preferably a an error status in the header. thanks in advance, regards, r. ************************************************************************************************************ Here is what says about Kindling: Kindling • A new library by me that takes the top 5-10 “Railsisms” and lets you use them in Camping • Currently supports… • Easy before/after filters • Static file download/upload • Easy addition of template handlers, with default support for ERb ************************************************************************************************************ _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

