Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/helpers.rb


Mode:

Legend:

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