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_view
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure non-escaped urls aren't considered safe
Michael Koziarski
2009-10-15
1
-1
/
+1
*
Use ERB::Util.h over CGI.escapeHTML as the former is safety aware and the lat...
Michael Koziarski
2009-10-15
1
-1
/
+1
*
ActionView.url_for doesn't escape by default
Phil Darnowsky
2009-10-15
1
-1
/
+1
*
Start adding configuration to ActionView instead of using constants.
Yehuda Katz
2009-10-14
2
-13
/
+17
*
Fix a bug where render :text could not handle yield :symbol. Fixes guides gen...
Yehuda Katz
2009-10-10
1
-9
/
+13
*
Fix issue with standalone ActionView
Yehuda Katz
2009-10-09
1
-1
/
+4
*
Get rid of constant name usage for stack trace help in favor of overriding #i...
Yehuda Katz
2009-10-09
1
-9
/
+9
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-08
1
-2
/
+5
*
API change: content_tag_for outputs prefixed class name
Joshua Peek
2009-10-08
1
-3
/
+3
*
Fix warning spew for 1.9
Carl Lerche
2009-10-08
1
-1
/
+5
*
error procs have to be safe too
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
19
-32
/
+112
*
Not calling a private method anymore
Yehuda Katz
2009-10-07
1
-2
/
+5
*
Fix warning spew
Yehuda Katz
2009-10-06
1
-1
/
+3
*
NumberHelper depends on big decimal extensions
Joshua Peek
2009-10-03
1
-0
/
+1
*
Ported the new ActionView::TestCase from 2-3-stable to master [#3260
Erik Ostrom
2009-09-28
2
-25
/
+101
*
Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...
John Trupiano
2009-09-28
2
-10
/
+22
*
Enhancing distance_of_time_in_words to prefix year output with over and about...
Jay Pignata
2009-09-28
1
-4
/
+7
*
Restore split between require-time and runtime load path mungery. Simplifies ...
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Clean up log output for rendered templates
Joshua Peek
2009-09-24
4
-67
/
+87
*
Instrument process_action, render and sql.
José Valim
2009-09-20
1
-2
/
+4
*
Remove unused code in ActionView.
José Valim
2009-09-15
3
-130
/
+0
*
Rollback AS bundler work and improve activation of vendored dependencies
Joshua Peek
2009-09-13
1
-1
/
+1
*
AV::UrlHelper depends on Array#second
Joshua Peek
2009-09-13
1
-0
/
+1
*
Don't force test suite to use bundler
Joshua Peek
2009-09-13
1
-0
/
+1
*
Allow fields_for on a nested_attributes association to accept an explicit col...
Andrew France
2009-09-12
1
-7
/
+19
*
Clean tag attributes before passing through the escape_once logic.
Michael Koziarski
2009-09-04
1
-1
/
+1
*
Replace :formats => ["*/*"] with the default formats set
Yehuda Katz + Carl Lerche
2009-09-03
1
-0
/
+2
*
Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...
Sam Pohlenz
2009-09-03
1
-2
/
+6
*
Refactor ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-09-03
1
-77
/
+95
*
Fix the */* with Net::HTTP bug [#3100 state:resolved]
Yehuda Katz + Carl Lerche
2009-09-01
1
-22
/
+9
*
Remove some old cruft
Yehuda Katz
2009-08-27
1
-3
/
+0
*
Add a default parameter for Resolver#initialize
Carl Lerche
2009-08-26
1
-1
/
+1
*
I18n: use I18n for select helpers' prompt text
Akira Matsuda
2009-08-26
2
-1
/
+6
*
Revert "I18n: use I18n for select helpers' prompt text"
Jeremy Kemper
2009-08-26
2
-6
/
+1
*
I18n: use I18n for select helpers' prompt text
Akira Matsuda
2009-08-26
2
-1
/
+6
*
Fixes ActionMailer regression [#3059 state:resolved]
Yehuda Katz
2009-08-15
1
-1
/
+1
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
3
-4
/
+16
*
Caches and cache clearing seems to actually work, but the actual architecture...
Yehuda Katz
2009-08-15
2
-50
/
+89
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
4
-29
/
+11
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
5
-64
/
+33
*
More perf work:
Yehuda Katz
2009-08-11
1
-1
/
+0
*
Tentatively accept the ":as or :object, but not both" solution
Yehuda Katz
2009-08-11
1
-22
/
+21
*
Further experimentation. Was able to cut the cost of rendering 100 partials i...
Yehuda Katz
2009-08-11
2
-18
/
+51
*
Add some more caching to the lookup
Yehuda Katz
2009-08-11
1
-12
/
+18
*
This change causes some failing tests, but it should be possible to make them...
Yehuda Katz
2009-08-11
1
-2
/
+4
*
Introduce grouped_collection_select helper.
codeape
2009-08-09
1
-0
/
+67
*
Make sure link_to generates the form with the specified :href if any [#2254 s...
Max Lapshin
2009-08-10
1
-1
/
+1
*
Fixed to_label_tag to accept id attribute without changing for attribute [#26...
Matt Duncan
2009-08-09
1
-0
/
+1
*
Support passing Redcloth options via textilize helper [#2973 state:resolved]
rizwanreza
2009-08-09
1
-3
/
+11
[next]