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
*
Merge pull request #5748 from ai/no_type_in_html5
Jeremy Kemper
2012-04-08
7
-63
/
+63
|
\
|
*
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
7
-63
/
+63
*
|
use extract_options! in cycle helper
Sergey Nartimov
2012-04-07
1
-6
/
+4
*
|
pass default value as argument to fetch
Sergey Nartimov
2012-04-06
1
-1
/
+1
*
|
Merge pull request #5182 from castlerock/content_tag_instead_string
Xavier Noria
2012-04-05
1
-2
/
+2
|
\
\
|
*
|
content_tag used instead string for option
Vishnu Atrai
2012-02-26
1
-2
/
+2
*
|
|
Merge pull request #5707 from morgoth/remove-unnecessary-block-in-fetch
Xavier Noria
2012-04-05
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
removed unnecessary block when using fetch
Wojciech Wnętrzak
2012-04-02
1
-1
/
+1
*
|
|
Merge pull request #5716 from jurriaan/tr-gsub-cleanup
Santiago Pastorino
2012-04-04
1
-2
/
+2
|
\
\
\
|
*
|
|
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-2
/
+2
|
|
/
/
*
/
/
minor elsif/else typo fix
Tieg Zaharia
2012-04-03
1
-1
/
+1
|
/
/
*
|
add type option to atom feed entry builder
Sergey Nartimov
2012-04-01
1
-1
/
+4
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-04-01
1
-1
/
+1
|
\
\
|
*
|
Fix quotes at select_tag examples
Anderson Dias
2012-03-28
1
-1
/
+1
*
|
|
Small #label method refactoring, thanks @rafaelfranca
Alexey Vakhov
2012-04-01
1
-3
/
+2
*
|
|
Block version of label should wrapped in field_with_errors in case of error
Alexey Vakhov
2012-04-01
1
-1
/
+2
*
|
|
use `symbolize_keys` instead of `dup.symbolize_keys!`
Sergey Nartimov
2012-03-30
1
-2
/
+2
*
|
|
Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name...
José Valim
2012-03-28
2
-3
/
+16
|
\
\
\
|
*
|
|
Make controller namespace partial prefix optional
Grant Hutchins
2012-03-28
2
-3
/
+16
*
|
|
|
Merge pull request #5359 from avakhov/missed-commits-from-3-2-stable
Santiago Pastorino
2012-03-28
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
datetime_select should work with -/+ infinity dates
Joe Van Dyk
2012-03-28
1
-1
/
+1
*
|
|
|
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
1
-2
/
+2
|
/
/
/
*
|
|
Cover one more case in auth_token and remote forms
Piotr Sarnacki
2012-03-28
1
-1
/
+1
*
|
|
config.action_view.embed_authenticity_token_in_remote_forms is true by default
Piotr Sarnacki
2012-03-28
2
-2
/
+2
*
|
|
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
2
-8
/
+24
*
|
|
Merge pull request #5621 from rafaelfranca/fix-2492-master
Jeremy Kemper
2012-03-27
1
-3
/
+3
|
\
\
\
|
*
|
|
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
2
-12
/
+5
|
*
|
|
Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...
Andrey Samsonov
2012-03-27
1
-2
/
+9
|
|
/
/
*
/
/
Don't break Haml with textarea newline fix.
James Coleman
2012-03-27
2
-2
/
+6
|
/
/
*
|
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
1
-2
/
+8
*
|
change number_with_precision to not return negative zeros
Tim McEwan
2012-03-27
1
-0
/
+1
*
|
Merge pull request #5561 from carlosantoniodasilva/form-builder-block-arg
Aaron Patterson
2012-03-26
1
-3
/
+9
|
\
\
|
*
|
Properly deprecate the block argument in AV FormBuilder
Carlos Antonio da Silva
2012-03-23
1
-3
/
+9
*
|
|
apply form_for namespace option to date_select
Sergey Nartimov
2012-03-26
1
-1
/
+4
*
|
|
Merge pull request #5183 from lest/patch-1
José Valim
2012-03-26
1
-2
/
+3
|
\
\
\
|
*
|
|
use content_tag in button_to helper
Sergey Nartimov
2012-03-14
1
-2
/
+3
*
|
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixed-width font fix for instance variable
Juanjo Bazán
2012-03-20
1
-1
/
+1
*
|
|
|
|
Remove code duplication
Rafael Mendonça França
2012-03-19
1
-11
/
+11
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...
Jey Balachandran
2012-03-18
1
-6
/
+6
|
/
/
/
*
|
|
time_tag support for blocks
Antonio Tapiador del Dujo
2012-03-18
1
-2
/
+7
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-17
1
-4
/
+4
|
\
\
\
|
*
|
|
Minor clarification in documentation language and spelling
Matthew Daubert
2012-03-13
1
-4
/
+4
*
|
|
|
Allow you to force the authenticity_token to be rendered even on remote forms...
David Heinemeier Hansson
2012-03-14
1
-5
/
+9
*
|
|
|
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
1
-2
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #572 from sikachu/remove_activeresource
José Valim
2012-03-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove Active Resource source files from the repository
Prem Sichanugrist
2012-03-13
1
-1
/
+1
|
|
/
/
*
/
/
add include_hidden option to checkbox tag
Sergey Nartimov
2012-03-13
1
-2
/
+8
|
/
/
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-13
1
-66
/
+138
|
\
\
|
*
|
Revised explanation of fields_for usage.
Mark Thomson
2012-03-11
1
-10
/
+39
[next]