|
|
|
@9225
|
[9225]
|
04/04/08 20:26:42 |
josh |
Replaced callback method evaluation in AssociationCollection class to use … |
|
|
|
@9080
|
[9080]
|
03/23/08 01:48:17 |
rick |
Fix regression from filter refactoring where re-adding a skipped filter … |
|
|
|
@9055
|
[9055]
|
03/18/08 17:56:05 |
bitsweat |
Refactor filters to use Active Support callbacks. Closes #11235. |
|
|
|
@8583
|
[8583]
|
01/07/08 00:12:43 |
bitsweat |
Filter procs must take 1 or 2 arguments. Raise ArgumentError otherwise. |
|
|
|
@8009
|
[8009]
|
10/24/07 04:47:40 |
bitsweat |
Remove unnecessary returns from builtin filters since render/return is now … |
|
|
|
@7984
|
[7984]
|
10/21/07 18:58:17 |
david |
Changed before_filter halting to happen automatically on render or … |
|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7438
|
[7438]
|
09/09/07 23:12:57 |
david |
Random hits from the style nazi |
|
|
|
@7220
|
[7220]
|
07/24/07 16:48:57 |
david |
Refactored in use of extract_options! (closes #9079) [josh] |
|
|
|
@7177
|
[7177]
|
07/11/07 02:29:25 |
nzkoz |
Fix errors with around_filters which do not yield, restore 1.1 behaviour … |
|
|
|
@6810
|
[6810]
|
05/22/07 19:17:43 |
xal |
Rescuing in around_filters works as expected again [codahale, Stephan … |
|
|
|
@6670
|
[6670]
|
05/06/07 04:17:01 |
marcel |
Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot … |
|
|
|
@6669
|
[6669]
|
05/06/07 04:10:26 |
nzkoz |
Bug fix for the filter implementation |
|
|
|
@6649
|
[6649]
|
05/02/07 13:22:38 |
rick |
Replace the current block/continuation filter chain handling by an … |
|
|
|
@6396
|
[6396]
|
03/13/07 02:14:31 |
bitsweat |
Consistent public/protected/private visibility for chained methods. Closes … |
|
|
|
@5862
|
[5862]
|
01/05/07 20:46:34 |
rick |
Slight doc tweak to #prepend_filter. Closes #6493 [Jeremy Voorhis] |
|
|
|
@5715
|
[5715]
|
12/12/06 22:26:37 |
bitsweat |
Correctly report which filter halted the chain. References #6699. |
|
|
|
@5331
|
[5331]
|
10/21/06 16:55:14 |
minam |
More consistent implementation of filter replacement (thanks Martin! … |
|
|
|
@5301
|
[5301]
|
10/14/06 01:54:42 |
minam |
make sure filters in subclasses with :only or :except conditions are … |
|
|
|
@5268
|
[5268]
|
10/09/06 06:11:40 |
bitsweat |
r5540@ks: jeremy | 2006-10-08 23:05:30 -0700
#5949
r5541@ks: jeremy | … |
|
|
|
@5196
|
[5196]
|
09/27/06 04:55:44 |
rick |
Fix bug that kept any before_filter except the first one from being able … |
|
|
|
@5190
|
[5190]
|
09/26/06 16:25:27 |
bitsweat |
whitespace |
|
|
|
@5163
|
[5163]
|
09/22/06 03:41:03 |
bitsweat |
Filters overhaul including meantime filter support for around filters. … |
|
|
|
@4312
|
[4312]
|
04/29/06 20:20:22 |
marcel |
Replace alias method chaining with Module#alias_method_chain. [Marcel … |
|
|
|
@4180
|
[4180]
|
04/06/06 04:50:45 |
marcel |
Do filter condition lookup against the actual hash |
|
|
|
@4167
|
[4167]
|
04/05/06 04:39:59 |
marcel |
Honor skipping filters conditionally for only certain actions even when … |
|
|
|
@3989
|
[3989]
|
03/20/06 04:01:10 |
david |
Performance speedup for ActionController (closes #4174) [Stefan Kaes] … |
|
|
|
@3584
|
[3584]
|
02/12/06 16:35:15 |
david |
The session should be saved even if the filter chain is stopped |
|
|
|
@3580
|
[3580]
|
02/12/06 05:51:02 |
david |
Stopped the massive bleeding of concerns into ActionController::Base. Base … |
|
|
|
@3577
|
[3577]
|
02/12/06 01:06:45 |
david |
Add caution and restyle components |
|
|
|
@3563
|
[3563]
|
02/09/06 20:05:11 |
bitsweat |
Major components cleanup and speedup. Closes #3527. |
|
|
|
@3551
|
[3551]
|
02/08/06 05:24:53 |
marcel |
Replace dubious controller parent class in filter docs. Closes #3655, … |
|
|
|
@3504
|
[3504]
|
01/31/06 23:55:04 |
david |
Added :only and :except controls to skip_before/after_filter just like for … |
|
|
|
@2873
|
[2873]
|
11/04/05 19:42:22 |
david |
Added skip_before_filter/skip_after_filter for easier control of the … |
|
|
|
@2749
|
[2749]
|
10/26/05 13:20:46 |
david |
Fixed docs (closes #2468) |
|
|
|
@1936
|
[1936]
|
07/27/05 08:02:26 |
david |
Fixed #1774 again |
|
|
|
@1905
|
[1905]
|
07/23/05 09:00:05 |
david |
Improved performance with 5-30% through a series of Action Pack … |
|
|
|
@1848
|
[1848]
|
07/17/05 09:25:24 |
david |
Log if filters return false and halt execution #1735 [Michael Koziarski] |
|
|
|
@1324
|
[1324]
|
05/19/05 18:54:16 |
david |
Faster action_exempted? #1231 [skaen] |
|
|
|
@1315
|
[1315]
|
05/19/05 17:14:35 |
david |
Fixed doc #1291 |
|
|
|
@1238
|
[1238]
|
04/27/05 06:42:12 |
david |
Added conditions to around_filters just like before_filter and … |
|
|
|
@525
|
[525]
|
02/07/05 14:15:53 |
david |
Fixed documentation snafus #575, #576, #577, #585 |
|
|
|
@462
|
[462]
|
01/20/05 14:13:34 |
david |
Fixed that all redirect and render calls now return true, so you can use … |
|
|
|
@354
|
[354]
|
01/09/05 17:14:47 |
david |
Added conditional filters #431 [Marcel] |
|
|
|
@351
|
[351]
|
01/09/05 15:20:00 |
david |
Added authentication framework to protect actions behind a condition and … |
|
|
|
@338
|
[338]
|
01/05/05 00:38:09 |
david |
Added the possibility of passing nil to UrlHelper#link_to to use the link … |
|
|
|
@4
|
[4]
|
11/24/04 01:04:44 |
david |
Initial |