|
|
|
@9234
|
[9234]
|
04/06/08 18:42:34 |
josh |
Provide a helper proxy to access helper methods from outside views. Closes … |
|
|
|
@8409
|
[8409]
|
12/15/07 02:29:36 |
bitsweat |
Ruby 1.9 compat: helpers |
|
|
|
@8401
|
[8401]
|
12/15/07 02:28:06 |
bitsweat |
Remove missing default helper warnings |
|
|
|
@8019
|
[8019]
|
10/26/07 01:04:40 |
marcel |
Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] |
|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7666
|
[7666]
|
09/28/07 14:18:47 |
david |
Fixed spelling errors (closes #9706) [tarmo/rmm5t] |
|
|
|
@7644
|
[7644]
|
09/27/07 05:04:02 |
ulysses |
Avoid calling is_missing on LoadErrors. Closes #7460. |
|
|
|
@7438
|
[7438]
|
09/09/07 23:12:57 |
david |
Random hits from the style nazi |
|
|
|
@7383
|
[7383]
|
08/31/07 19:07:42 |
bitsweat |
Documentation tweaks and fixes. Closes #9454 [sur, kampers] |
|
|
|
@7363
|
[7363]
|
08/28/07 23:16:15 |
nzkoz |
Improve documentation for ActionController::Helpers [jardeon] Closes #9359 |
|
|
|
@6914
|
[6914]
|
05/31/07 19:07:57 |
bitsweat |
Missing helper load error shouldn't shadow load errors within the helper … |
|
|
|
@6899
|
[6899]
|
05/29/07 22:06:13 |
bitsweat |
Don't choke on nested helpers. |
|
|
|
@6221
|
[6221]
|
02/24/07 20:31:34 |
david |
Added helper(:all) as a way to include all helpers from … |
|
|
|
@6052
|
[6052]
|
01/28/07 04:57:05 |
ulysses |
Fix overly greedy rescues when loading helpers. Closes #6268 |
|
|
|
@4952
|
[4952]
|
09/03/06 23:22:24 |
david |
Added deprecation language for in_place_editor and auto_complete_field … |
|
|
|
@4312
|
[4312]
|
04/29/06 20:20:22 |
marcel |
Replace alias method chaining with Module#alias_method_chain. [Marcel … |
|
|
|
@4310
|
[4310]
|
04/29/06 18:10:14 |
marcel |
Replace Ruby's deprecated append_features in favor of included. [Marcel … |
|
|
|
@3668
|
[3668]
|
02/26/06 17:49:09 |
ulysses |
Remove ::Controllers related cruft; fix AP tests |
|
|
|
@2938
|
[2938]
|
11/08/05 08:23:13 |
bitsweat |
Controllers with acronyms in their names (e.g. PDFController) require the … |
|
|
|
@2749
|
[2749]
|
10/26/05 13:20:46 |
david |
Fixed docs (closes #2468) |
|
|
|
@2197
|
[2197]
|
09/11/05 09:14:22 |
david |
Use send instead of module_eval #1873 [shugo] |
|
|
|
@2152
|
[2152]
|
09/08/05 12:08:24 |
ulysses |
Avoid extending view instance with helper modules each request. Closes … |
|
|
|
@1425
|
[1425]
|
06/15/05 17:17:58 |
bitsweat |
r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700
Ticket 1394 - Helper … |
|
|
|
@990
|
[990]
|
03/25/05 09:07:01 |
david |
Fixed that MissingSourceFile's wasn't properly detected in production mode … |
|
|
|
@984
|
[984]
|
03/23/05 11:48:10 |
david |
Improved error reporting especially around never shallowing exceptions. … |
|
|
|
@780
|
[780]
|
02/24/05 01:29:43 |
david |
Updated documentation |
|
|
|
@617
|
[617]
|
02/15/05 01:45:35 |
david |
A hopefully more successful attempt at the Routing branch merge |
|
|
|
@616
|
[616]
|
02/15/05 01:24:55 |
david |
Backed out of routing merge.. investigating missing patches |
|
|
|
@614
|
[614]
|
02/15/05 00:51:02 |
david |
Merged back the Routing branch |
|
|
|
@514
|
[514]
|
01/25/05 20:05:17 |
david |
Catch ArgumentError not NameError |
|
|
|
@510
|
[510]
|
01/25/05 18:35:16 |
david |
Raise LoadErrors separately |
|
|
|
@508
|
[508]
|
01/25/05 18:05:22 |
david |
Comply to the new dependency reload system |
|
|
|
@290
|
[290]
|
12/31/04 16:48:02 |
david |
Auto-requiring of helpers should stay silent when it isn't found for … |
|
|
|
@250
|
[250]
|
12/22/04 13:44:16 |
david |
Added more informative exception when using helper :some_helper and the … |
|
|
|
@194
|
[194]
|
12/16/04 17:45:37 |
david |
Updated documentation |
|
|
|
@32
|
[32]
|
11/30/04 18:52:20 |
david |
Abolished ActionController::Base.require_or_load in favor of … |
|
|
|
@4
|
[4]
|
11/24/04 01:04:44 |
david |
Initial |