search for: post_1

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

Did you mean: post1
2006 May 30
0
The ARTS Plugin: Another RJS Testing System
...:assign, ''a'', ''2'' assert_rjs :call, ''foo'', ''bar'', ''baz'' assert_rjs :draggable, ''draggable_item'' assert_rjs :drop_receiving, ''receiving_item'' assert_rjs :hide, "post_1", "post_2", "post_3" assert_rjs :insert_html, :bottom, ''posts'' assert_rjs :redirect_to, :action => ''list'' assert_rjs :remove, "post_1", "post_2", "post_3" assert_rjs :replace, ''completely_...
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
...#39;'m working on a library where I''d like to tag my caches so that I can > • expire sets of keys easily. It would appear that something such as > •   > • caches_action :show, tag: Proc.new { "post_#{params[:id]}" } > •   > • would evaluate to the tag to post_1, post_2 etc but it doesn''t. It > • wouldn''t take much to modify the filter method linked above to evaluate > • all procs passed in as options. I''m going to make a pull request unless > • there are any objections. > •   > • "Rafael Mendonça Fran...