search for: _filters

Displaying 2 results from an estimated 2 matches for "_filters".

Did you mean: filters
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called rsync once with --delete -d for every directory in which anything
2010 Mar 15
3
Before_filters on re-rendered methods - what is the correct RAILS way?
Hello, My Question: ------------ How can one have the equivalent of "before_filter" checking (e.g. to require a user to be logged in before carrying out an action) on a method when the method is called implicitly inside another action (the before_filter doesn''t seem to get run)? Background: ------------ So in this instance I have a restful controller that allows users to