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
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
95
-14553
/
+0
*
Fix name of nested attributes option include_id
Eric Hankins
2013-06-19
1
-2
/
+2
*
Escape the string even when the condition of link_to_unless is not satisfied.
dtaniwaki
2013-06-16
1
-1
/
+1
*
Use a case insensitive URI Regexp for #asset_path
David Celis
2013-06-16
1
-1
/
+1
*
collection tags accept html attributes as the last element of collection
Vasiliy Ermolovich
2013-06-16
1
-1
/
+2
*
Update the HTML boolean attributes per the HTML 5.1 spec
Alex Peattie
2013-06-14
1
-2
/
+5
*
fixed typo in action_view template
diatmpravin
2013-06-08
1
-1
/
+1
*
Fix mismatching variable names when using an underscore
Drew Ulmer
2013-06-04
1
-1
/
+1
*
Raise ArgumentError to fix Rails 4.1 deprecation warn message.
kennyj
2013-06-02
1
-5
/
+1
*
Remove ActionView::Template#mime_type was deprecated.
kennyj
2013-06-01
1
-6
/
+0
*
Remove :confirm and :disable_with options from ActionView::Helpers::FormTagHe...
kennyj
2013-06-01
1
-41
/
+0
*
Remove link_to_function / button_to_function from ActionView::Helpers::Javasc...
kennyj
2013-06-01
1
-42
/
+0
*
Remove :confirm and :disable_with options for ActionView::Helpers::UrlHelper#...
kennyj
2013-06-01
1
-18
/
+0
*
Merge pull request #10527 from zenspider/squishy_minitest5
Aaron Patterson
2013-05-16
1
-1
/
+3
|
\
|
*
Updates to make rails 4 happy with minitest 5:
Ryan Davis
2013-05-06
1
-1
/
+3
*
|
restore ability to return nil from asset_host proc, add test
Sean Walbran
2013-05-15
1
-1
/
+2
*
|
sort => sort! on new array
Vipul A M
2013-05-10
1
-1
/
+1
*
|
Merge pull request #10377 from bricker/template_digest_ending_with_number
Rafael Mendonça França
2013-05-06
1
-1
/
+1
|
\
\
|
*
|
Allow numbers in partial name for digesting
Bryan Ricker
2013-05-06
1
-1
/
+1
|
|
/
*
|
Merge pull request #10446 from dasch/instrument-template-compilation
Rafael Mendonça França
2013-05-06
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
Instrument template compilation
Daniel Schierbeck
2013-05-06
1
-2
/
+9
*
|
remove unused variable
Vipul A M
2013-05-06
1
-1
/
+0
*
|
Fix typo in documentation comment
Junya Ogura
2013-05-06
1
-1
/
+1
*
|
Added missing `require` to ActionView::LookupContext
Vladimir Strakhov
2013-05-05
1
-0
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-05-01
1
-1
/
+1
|
\
|
*
fixed typo in select_tag docs
Rncrtr
2013-04-18
1
-1
/
+1
*
|
Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup"
Rafael Mendonça França
2013-04-25
1
-1
/
+1
*
|
AV Digestor correctly passes format to LookupContext
Martin Westin
2013-04-25
1
-1
/
+1
*
|
Merge pull request #10267 from vipulnsward/use_destructive_method
Rafael Mendonça França
2013-04-19
1
-1
/
+1
|
\
\
|
*
|
symbolize_keys => symbolize_keys! on new hash;
Vipul A M
2013-04-19
1
-1
/
+1
*
|
|
Adding documentation to actionview so that the big picture of the
wangjohn
2013-04-18
4
-0
/
+41
|
/
/
*
|
Merge pull request #10173 from nashby/element-attributes
Rafael Mendonça França
2013-04-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
options_from_collection_for_select helper takes html attributes
Vasiliy Ermolovich
2013-04-11
1
-1
/
+1
*
|
Fix a typo
Viktar Basharymau
2013-04-12
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-04-11
36
-78
/
+110
|
\
\
|
|
/
|
/
|
|
*
improve accuracy of simple_format documentation. span doesn't get sanitized.
RSL
2013-04-09
1
-2
/
+5
|
*
Typo fix
Carson McDonald
2013-04-05
1
-3
/
+3
|
*
fix broken format in ActionView::Helpers::AssetTagHelper [ci skip]
Francesco Rodriguez
2013-04-04
1
-4
/
+9
|
*
mark ActionView::Helpers::Tags as :nodoc: [ci skip]
Francesco Rodriguez
2013-04-04
33
-68
/
+67
|
*
fix broken format in ActionView::Helpers::NumberHelper [ci skip]
Francesco Rodriguez
2013-04-03
1
-0
/
+25
|
*
Fix typo
Carson McDonald
2013-03-31
1
-1
/
+1
*
|
Added documentation to the FormBuilder class, should help
wangjohn
2013-04-06
1
-2
/
+55
*
|
change some more merge to merge! on new hashes
Vipul A M
2013-04-06
1
-3
/
+3
*
|
Merge pull request #9555 from tmm1/optimize-erb
Rafael Mendonça França
2013-04-05
2
-3
/
+35
|
\
\
|
*
|
avoid extra method calls for appending newlines
Aman Gupta
2013-03-04
1
-1
/
+27
|
*
|
Use ActionView::OutputBuffer#safe_append= from templates
Aman Gupta
2013-03-04
2
-3
/
+9
*
|
|
Fix explicit names on multiple file fields
Ryan McGeary
2013-04-05
1
-8
/
+7
*
|
|
Refactor mail_to to not generate intermediate hashes when adding href
Carlos Antonio da Silva
2013-04-04
1
-5
/
+6
*
|
|
Ensure mail_to helper does not modify the given html options hash
Carlos Antonio da Silva
2013-04-04
1
-3
/
+3
*
|
|
Add block support for the helper
Sam Pohlenz
2013-04-03
1
-5
/
+16
[next]