index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
helpers.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge docrails.
Pratik Naik
2008-05-25
1
-7
/
+7
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-2
/
+10
*
Provide a helper proxy to access helper methods from outside views. Closes #1...
Josh Peek
2008-04-06
1
-0
/
+9
*
Ruby 1.9 compat: helpers
Jeremy Kemper
2007-12-15
1
-1
/
+2
*
Remove missing default helper warnings
Jeremy Kemper
2007-12-15
1
-2
/
+0
*
Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]
Marcel Molina
2007-10-26
1
-2
/
+2
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-8
/
+10
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Avoid calling is_missing on LoadErrors. Closes #7460.
Nicholas Seckar
2007-09-27
1
-1
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
Jeremy Kemper
2007-08-31
1
-10
/
+10
*
Improve documentation for ActionController::Helpers [jardeon] Closes #9359
Michael Koziarski
2007-08-28
1
-26
/
+73
*
Missing helper load error shouldn't shadow load errors within the helper itself.
Jeremy Kemper
2007-05-31
1
-2
/
+6
*
Don't choke on nested helpers.
Jeremy Kemper
2007-05-29
1
-18
/
+17
*
Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...
David Heinemeier Hansson
2007-02-24
1
-3
/
+23
*
Fix overly greedy rescues when loading helpers. Closes #6268
Nicholas Seckar
2007-01-28
1
-2
/
+4
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-1
/
+0
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
1
-2
/
+2
*
Controllers with acronyms in their names (e.g. PDFController) require the cor...
Jeremy Kemper
2005-11-08
1
-1
/
+12
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
Use send instead of module_eval #1873 [shugo]
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
1
-13
/
+0
*
r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700
Jeremy Kemper
2005-06-15
1
-6
/
+41
*
Fixed that MissingSourceFile's wasn't properly detected in production mode #9...
David Heinemeier Hansson
2005-03-25
1
-1
/
+1
*
Improved error reporting especially around never shallowing exceptions. Debug...
David Heinemeier Hansson
2005-03-23
1
-6
/
+6
*
Updated documentation
David Heinemeier Hansson
2005-02-24
1
-2
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-19
/
+16
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-16
/
+19
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-19
/
+16
*
Catch ArgumentError not NameError
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Raise LoadErrors separately
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Comply to the new dependency reload system
David Heinemeier Hansson
2005-01-25
1
-1
/
+1
*
Auto-requiring of helpers should stay silent when it isn't found for whatever...
David Heinemeier Hansson
2004-12-31
1
-1
/
+1
*
Added more informative exception when using helper :some_helper and the helpe...
David Heinemeier Hansson
2004-12-22
1
-2
/
+7
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+100