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
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1552 from bogdan/select
Piotr Sarnacki
2011-06-11
1
-6
/
+37
|
\
|
*
Fixing select[multiple] html specification problem.
Bogdan Gusiev
2011-06-08
1
-6
/
+37
*
|
No need for a configuration option here.
José Valim
2011-06-11
1
-10
/
+2
*
|
Make utf8_enforcer_tag an overrideable method
David Lee
2011-06-11
1
-3
/
+7
*
|
Make utf8 enforcer param customizeable
David Lee
2011-06-11
2
-4
/
+11
*
|
There are no snowmen here
David Lee
2011-06-11
1
-3
/
+3
*
|
Ensure number helpers can handle HTML safe strings - closes #1597.
Andrew White
2011-06-10
1
-1
/
+1
*
|
Make sure `escape_javascript` return `SafeBuffer` if the incoming argument is...
Prem Sichanugrist
2011-06-09
1
-1
/
+2
*
|
Make escape_javascript happy to handle SafeBuffers
Paul Gallagher
2011-06-08
1
-1
/
+1
|
/
*
Merge pull request #1547 from sikachu/safebuffer
José Valim
2011-06-07
2
-5
/
+9
|
\
|
*
Add proper fix to `mail_to` helper.
Prem Sichanugrist
2011-06-08
1
-2
/
+2
|
*
Adapt [823aa223efbac6ad4d31ea33402892267bb77cb4] to make sure we perform clon...
Prem Sichanugrist
2011-06-08
1
-3
/
+7
*
|
Merge pull request #1542 from cmeiklejohn/dont_gsub_on_safebuffer
José Valim
2011-06-07
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Don't operate on the safebuffer, operate on a string and convert.
Christopher Meiklejohn
2011-06-07
1
-1
/
+2
*
|
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+1
*
|
Fragment caching needs to operate on the pure output, not the
Christopher Meiklejohn
2011-06-07
1
-1
/
+3
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-06-06
3
-4
/
+4
|
\
|
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
1
-1
/
+1
|
*
The example in the API docs incorrectly indicated that form_for would use the...
Mark Roghelia
2011-05-31
1
-2
/
+2
|
*
Added missing quote in grouped_options_for_select example
diego
2011-05-26
1
-1
/
+1
*
|
Merge pull request #1448 from ernie/attr_internal_require
José Valim
2011-06-01
1
-0
/
+2
|
\
\
|
*
|
Require attr_internal before using in ActionView::Helpers
Ernie Miller
2011-06-01
1
-0
/
+2
*
|
|
fixed asset_paths when called from sprockets for relative_url_root
jacott
2011-05-28
2
-11
/
+7
|
|
/
|
/
|
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
8
-22
/
+22
|
\
\
|
*
|
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
8
-22
/
+22
*
|
|
Redundant condition in compute_asset_host is redundant.
Ernie Miller
2011-05-24
1
-3
/
+3
|
|
/
|
/
|
*
|
Remaining cleanup from changes to AssetTagHelper
tomhuda
2011-05-24
2
-12
/
+4
*
|
Move the last pockets of Sprockets stuff into the Sprockets directory
wycats
2011-05-23
1
-14
/
+0
*
|
Move javascript/css helpers into the Sprockets helper and just have them over...
wycats
2011-05-23
1
-43
/
+0
*
|
Start moving some logic from being embedded in AV into the Rails Sprockets ex...
wycats
2011-05-23
2
-62
/
+6
*
|
Merge branch '3-1-stable'
Joshua Peek
2011-05-22
1
-15
/
+47
|
\
\
|
*
|
Add debug_asset support
Joshua Peek
2011-05-22
1
-15
/
+47
*
|
|
Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHub
José Valim
2011-05-22
1
-0
/
+1
*
|
|
Merge pull request #1189 from jmbejar/7c562d5e460d97b18e4f3367b3cfb13401732920
José Valim
2011-05-22
1
-0
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add method fields_for_with_index to FormHelper
Jorge Bejar
2011-05-21
1
-0
/
+19
*
|
|
fixed some ruby 19 warnings, including circular requires and variable name reuse
Josh Kalderimis
2011-05-21
1
-1
/
+0
|
/
/
*
/
Example Usage updated for actionpack and actionmailer.
Arun Agrawal
2011-05-19
1
-2
/
+2
|
/
*
Merge pull request #568 from carlosantoniodasilva/fields_for_fixes
José Valim
2011-05-15
1
-36
/
+26
|
\
|
*
Use record_name to make fields for methods more consistent
Carlos Antonio da Silva
2011-05-14
1
-6
/
+6
|
*
Refactor fields_for to make the api more clear, and fix usage with non nested...
Carlos Antonio da Silva
2011-05-14
1
-26
/
+19
|
*
Cleanup instantiate builder method definition
Carlos Antonio da Silva
2011-05-14
1
-5
/
+2
*
|
Clean up redundant backslashes
Pirogov Evgenij
2011-05-14
1
-4
/
+4
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-14
7
-84
/
+91
|
\
|
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-2
/
+2
|
*
Fix styiling issues on DateHelper docs
Sebastian Martinez
2011-05-10
1
-64
/
+70
|
*
Fix styiling issues on AtomFeedHelper docs
Sebastian Martinez
2011-05-10
1
-4
/
+4
|
*
Remove extra whitespace.
Sebastian Martinez
2011-05-10
1
-1
/
+1
|
*
Fix styiling issue on TranslationHelper docs
Sebastian Martinez
2011-05-10
1
-4
/
+4
|
*
Explain the implication of using :ignore_date on time_select
Aditya Sanghi
2011-05-10
1
-1
/
+2
|
*
Fixed typos in documentation for the date_select helper in actionpack/action_...
Philip Roberts
2011-05-09
1
-1
/
+1
[next]