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
*
Applied changes to stylesheet_link_tag from javascript_include_tag which corr...
Josh Kalderimis
2011-02-13
2
-14
/
+15
*
This corrects two issues with javascript_include_tag, the order at which they...
Josh Kalderimis
2011-02-13
1
-4
/
+23
*
Add block support to button_tag helper
Tom Stuart
2011-02-12
1
-4
/
+9
*
Make type="submit" the default for button_tag helper
Tom Stuart
2011-02-12
1
-6
/
+4
*
Removed Array#safe_join in AS core_ext and moved it to a view helper with the...
Josh Kalderimis
2011-02-10
3
-20
/
+40
*
Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ...
José Valim
2011-02-10
3
-42
/
+20
*
Removed Array#safe_join in AS core_ext and moved it to a view helper with the...
Josh Kalderimis
2011-02-10
3
-20
/
+42
*
reduce string append funcalls
Aaron Patterson
2011-02-08
1
-3
/
+3
*
Use Mime::Type references.
José Valim
2011-02-08
2
-3
/
+3
*
Ensure render is case sensitive even on systems with case-insensitive filesys...
José Valim
2011-02-08
1
-3
/
+12
*
Be sure to javascript_escape the email address to prevent apostrophes inadver...
Michael Koziarski
2011-02-08
1
-5
/
+6
*
fields_for with inline blocks and nested attributes already persisted does no...
Santiago Pastorino
2011-02-08
1
-10
/
+7
*
put authenticity_token option in parity w/ remote
Dan Pickett
2011-02-06
1
-4
/
+5
*
Added tests for form_for and an authenticity_token option. Added docs for for...
Timothy N. Tsvetkov
2011-02-05
1
-0
/
+18
*
removing generation of id in submit helper
Franco Brusatti
2011-02-03
1
-1
/
+1
*
Allow customization of form class for button_to
Andrei Bocan
2011-02-01
1
-3
/
+13
*
auto_link: avoid recognizing full width chars as a part of URI scheme
Akira Matsuda
2011-02-01
1
-1
/
+1
*
Accept String value for render_partial :as option
Akira Matsuda
2011-02-01
2
-3
/
+3
*
Solve SystemStackError when changing locale inside ActionMailer [#5329 state:...
José Valim
2011-01-19
1
-2
/
+2
*
Merge branch 'template_error' into merge
Aaron Patterson
2011-01-18
1
-4
/
+1
|
\
|
*
Ensure original exception message is present in both Template::Error#message ...
John Firebaugh
2010-10-29
1
-4
/
+1
|
*
ActiveSupport::Deprecation.silence no longer needed.
John Firebaugh
2010-10-29
1
-1
/
+1
*
|
Issue one Cache#read command instead of two in the case of a fragment cache hit
Christos Trochalakis
2011-01-18
1
-2
/
+2
*
|
minitest added @__io__, so we should ignore it too
Aaron Patterson
2011-01-17
1
-0
/
+1
*
|
button_tag should escape it content
Santiago Pastorino
2011-01-12
1
-1
/
+1
*
|
Reuse the view_context from the controller, this make the test environment mo...
Santiago Pastorino
2011-01-12
1
-4
/
+1
*
|
Allow view in AV::TestCase to access it's controller helpers methods
Santiago Pastorino
2011-01-12
1
-0
/
+1
*
|
authenticity_token option for form_tag [#2988 state:resolved]
Jakub Kuźma
2011-01-09
1
-5
/
+17
*
|
Improve select helpers by allowing a selected value of false. This is useful...
John Allison
2011-01-09
1
-1
/
+1
*
|
HTML5 button_tag helper
Rizwan Reza
2011-01-09
1
-0
/
+50
*
|
Remove InstanceTagMethods module and define the methods inside the InstanceTa...
Santiago Pastorino
2011-01-09
1
-7
/
+2
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-12-29
2
-11
/
+11
|
\
\
|
*
|
.erb => .html.erb
Akira Matsuda
2010-12-25
1
-5
/
+5
|
*
|
for ... in => each ... do
Akira Matsuda
2010-12-25
2
-6
/
+6
*
|
|
Clean up PathSet.
José Valim
2010-12-27
1
-19
/
+4
*
|
|
Final tidy up on templates inheritance.
José Valim
2010-12-27
4
-15
/
+11
*
|
|
A bunch of cleanup on the inherited template patch
wycats
2010-12-26
3
-10
/
+32
*
|
|
all tests pass
artemave
2010-12-26
5
-7
/
+7
*
|
|
#948 template_inheritance
artemave
2010-12-26
5
-23
/
+38
|
/
/
*
|
Merge branch 'master' of github.com:rails/rails
Xavier Noria
2010-12-24
2
-4
/
+10
|
\
\
|
*
|
Allow registering javascript/stylesheet_expansions to existing symbols
Santiago Pastorino
2010-12-22
2
-4
/
+10
*
|
|
More minor edits.
Rizwan Reza
2010-12-23
1
-5
/
+5
*
|
|
Revised documentation for cache_helper.
Rizwan Reza
2010-12-23
1
-12
/
+10
|
/
/
*
|
Do not use the same hash instance for expansions [#6114 state:resolved]
Piotr Sarnacki
2010-12-22
1
-1
/
+3
*
|
Fixed number_with_precision rounding error [#6182 state:resolved]
Don Wilson
2010-12-18
1
-2
/
+3
*
|
Revert "Fixed number_with_precision rounding error [#6182 state:resolved]"
Piotr Sarnacki
2010-12-17
1
-3
/
+2
*
|
Fixed number_with_precision rounding error [#6182 state:resolved]
Don Wilson
2010-12-17
1
-2
/
+3
*
|
Bring back config.action_view.cache_template_loading [#5847 state:resolved]
Piotr Sarnacki
2010-12-16
3
-4
/
+25
*
|
eternal confusion! fixed doco to inform correctly
Aditya Sanghi
2010-12-15
1
-1
/
+1
*
|
Added :placeholder option to ActionView::Helpers::FormTagHelper text_field_tag
Ben Mills
2010-12-13
1
-0
/
+4
[next]