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
/
actionview
/
lib
/
action_view
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add test for using ActionView::Helpers::FormHelper.label with block and html
Zachary Scott
2014-04-22
1
-0
/
+1
|
/
*
Remove wrapper div for inputs in button_to
Rafael Mendonça França
2014-04-17
1
-1
/
+1
*
Merge pull request #14738 from tilsammans/pull/11407
Rafael Mendonça França
2014-04-17
1
-3
/
+5
|
\
|
*
Remove wrapping div with inline styles for hidden form fields.
Joost Baaij
2014-04-14
1
-3
/
+5
*
|
[ci skip] Added examples for url_field_tag method
ZENATI YASSINE
2014-04-16
1
-0
/
+13
*
|
[ci skip] Added examples for telephone_field_tag method
ZENATI YASSINE
2014-04-16
1
-0
/
+13
*
|
[ci skip] Added examples for search_field_tag method
ZENATI YASSINE
2014-04-16
1
-0
/
+13
*
|
[ci skip] Added examples for color_field_tag method
ZENATI YASSINE
2014-04-16
1
-0
/
+13
*
|
`collection_check_boxes` respects `:index` option for the hidden filed name.
Vasiliy Ermolovich
2014-04-14
1
-4
/
+13
|
/
*
Merge pull request #14722 from maurogeorge/mg-readonly-collection
Santiago Pastorino
2014-04-13
1
-1
/
+1
|
\
|
*
CollectionHelpers now accepts a readonly option
Mauro George
2014-04-12
1
-1
/
+1
*
|
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-1
/
+1
|
/
*
Change links to 37signals and svn blog to point to new destinations. [ci skip]
Vipul A M
2014-04-12
1
-1
/
+1
*
Do not overwrite selected and disabled attributes
Laura Paredes
2014-03-30
1
-2
/
+2
*
Fix date_select option overwriting html classes
Izumi Wong-Horiuchi
2014-03-24
1
-1
/
+1
*
Digestor should just rely on the finder to know about the format and the vari...
David Heinemeier Hansson
2014-03-21
1
-13
/
+3
*
Reorder conditional logic
David Pedersen
2014-03-18
1
-10
/
+10
*
Merge pull request #12662 from nashby/include-hidden-collection
Rafael Mendonça França
2014-03-15
1
-3
/
+7
|
\
|
*
add include_hidden option to collection_check_boxes helper
Vasiliy Ermolovich
2013-10-27
1
-3
/
+7
*
|
Merge pull request #14329 from pch/digestor-lookup-fix
Rafael Mendonça França
2014-03-14
1
-4
/
+14
|
\
\
|
*
|
Ensure LookupContext in Digestor selects correct variant
Piotr Chmolowski
2014-03-09
1
-4
/
+14
*
|
|
Fix 'fields_for' doc typo.
Cakey | Buddy Magsipoc
2014-03-10
1
-2
/
+2
*
|
|
Enhance readability of ActionView DateHelper#distance_of_time_in_words
Kenny Meyer
2014-03-09
1
-4
/
+8
|
/
/
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-03-07
1
-2
/
+8
|
\
\
|
*
|
Update doc for TagHelper.
Hendy Tanata
2014-03-05
1
-2
/
+8
*
|
|
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-2
/
+3
*
|
|
Variants in ActionView::Digestor
Piotr Chmolowski
2014-03-04
1
-1
/
+1
*
|
|
Use 1.9 style hash on docs [ci skip]
Carlos Antonio da Silva
2014-03-04
1
-1
/
+1
*
|
|
Simplify handling of defaults/options in button_tag
Carlos Antonio da Silva
2014-03-04
1
-4
/
+1
*
|
|
remove private method and rewrite into more precise notation
Sergey Prikhodko
2014-03-04
1
-12
/
+12
*
|
|
rollback to private method
Sergey Prikhodko
2014-03-03
1
-5
/
+9
*
|
|
cleanup and move extracted method right into the helper
Sergey Prikhodko
2014-03-03
1
-9
/
+5
*
|
|
fix content_or_options to be replaced by options and set to nil
Sergey Prikhodko
2014-03-03
1
-1
/
+6
*
|
|
fix indentations
Sergey Prikhodko
2014-03-03
1
-4
/
+3
*
|
|
fix form button
Sergey Prikhodko
2014-03-03
1
-5
/
+2
*
|
|
fix button tag without options
Sergey Prikhodko
2014-03-03
1
-2
/
+2
*
|
|
fix accept nil options
Sergey Prikhodko
2014-03-03
1
-3
/
+5
*
|
|
fixes default attributes for button_tag
Sergey Prikhodko
2014-03-03
1
-7
/
+13
*
|
|
[skip ci] Fix typo in link_to :method option description
Matt Campbell
2014-02-24
1
-1
/
+1
*
|
|
Fix ActionView label translation for more than 10 nested elements
Vladimir Krylov
2014-02-24
1
-1
/
+1
|
/
/
*
|
Merge branch '4-1-0-beta2'
Rafael Mendonça França
2014-02-18
1
-5
/
+14
|
\
\
|
*
|
Escape format, negative_format and units options of number helpers
Rafael Mendonça França
2014-02-18
1
-5
/
+14
*
|
|
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-0
/
+3
*
|
|
Introduce `render :plain` for render plain text
Prem Sichanugrist
2014-02-18
1
-0
/
+2
*
|
|
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-0
/
+2
*
|
|
implements new option :month_format_string for date select helpers [Closes #1...
Xavier Noria
2014-02-15
1
-9
/
+24
*
|
|
Merge pull request #11770 from timruffles/doc_ajax_xhr
Yves Senn
2014-02-03
1
-2
/
+5
|
\
\
\
|
*
|
|
be more specific about csrf token and ajax - not whitelisted outside of jquer...
Tim Ruffles
2013-08-06
1
-2
/
+5
*
|
|
|
Adding an documentation example and a test to button_to with path
Attila Domokos
2014-02-02
1
-0
/
+5
*
|
|
|
Rails config for raise on missing translations
Kassio Borges
2014-01-27
1
-4
/
+4
[prev]
[next]