RailsCasts Pro episodes are now free!

Learn more or hide this

Tony Marschall's Profile

GitHub User: tonymarschall

Comments by Tony Marschall

Avatar

Thanks for the nice documentation. Now there is nothing in the way to have an easy start with will_filter :)

Avatar

I am using will_filter since a few days and it seems like a really helpful gem. My favorite feature is that you can combine saved filters to new filters. There is not that much documentation on customization but code to look into. A good starting point is the dummy application or parts of tr8n.

Avatar

You can also set config.active_record.whitelist_attributes = true in config.

Avatar

Is it possible to use cancan or other authorisation methods with elasticsearch or tire?