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
*
options could be of any kind of Hash (Hash, HashWithIndifferentAccess or Orde...
Santiago Pastorino
2010-07-21
1
-1
/
+1
*
doc: form_for does return output rather than merely evaluate its block
Wincent Colaiuta
2010-07-22
1
-4
/
+0
*
remote_function patch with more detailed test
Andrew Kaspick
2010-07-21
1
-1
/
+1
*
Use capture instead of yield in link_to_unless.
José Valim
2010-07-21
1
-1
/
+1
*
No need to delegate. Simply include the whole RecordIdentifier module.
José Valim
2010-07-21
3
-25
/
+4
*
Moved a few methods from RecordIdentifier to ActiveModel::Naming
Piotr Sarnacki
2010-07-21
1
-5
/
+5
*
Moved PolymorphicRoutes to ActionDispatch::Routing
Piotr Sarnacki
2010-07-20
2
-2
/
+2
*
select :include_blank or :prompt should return escaped string [#5099 state:re...
Ivan Torres
2010-07-18
1
-3
/
+3
*
fixing the ternary operation where the logic is very confusing.
Neeraj Singh
2010-07-18
1
-1
/
+2
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-13
2
-15
/
+15
|
\
|
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-14
/
+14
|
*
Removed deprecated |map| block argument from routing docs since it is no long...
Steven Hancock
2010-07-11
1
-1
/
+1
*
|
remove size attribute from tag generated by file_field helper [#5084 state:re...
Miles Egan
2010-07-13
1
-1
/
+1
|
/
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-07
1
-1
/
+11
|
\
|
*
Added documentation for usage of associative resources with form_for
Rizwan Reza
2010-07-01
1
-1
/
+11
*
|
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
3
-7
/
+7
|
/
*
s/escape_once/html_escape/, since html safety is the contract that now says w...
Xavier Noria
2010-06-30
3
-16
/
+19
*
url_for no longer escapes HTML, the :escape option is also gone
Xavier Noria
2010-06-30
3
-17
/
+8
*
Revert "Revert "Name compiled render methods". This caused several failures o...
Jeremy Kemper
2010-06-29
1
-8
/
+11
*
Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.
José Valim
2010-06-29
1
-1
/
+1
*
Revert "Name compiled render methods". This caused several failures on AP tes...
José Valim
2010-06-29
1
-11
/
+8
*
Slice new buffer from beginning of old buffer to skip encoding special case
Jeremy Kemper
2010-06-28
1
-3
/
+1
*
Name compiled render methods
Jeremy Kemper
2010-06-28
1
-8
/
+11
*
returning -> tap
Jeremy Kemper
2010-06-28
1
-5
/
+4
*
Restores the escaping of urls generated from hashes. [#4765 state:resolved]
Andrew White
2010-06-28
1
-1
/
+1
*
Convert instance_variables to symbols before excluding internal vars [#4965 s...
rohit
2010-06-28
1
-1
/
+1
*
Small typo
wycats
2010-06-27
1
-1
/
+1
*
Fix several known web encoding issues:
wycats
2010-06-27
1
-3
/
+12
*
AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn'...
Santiago Pastorino
2010-06-28
1
-2
/
+3
*
Do not wrap hidden fields with error proc [#4962 state:resolved]
Carlos Antonio da Silva
2010-06-25
2
-3
/
+16
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
4
-30
/
+28
*
Avoid using Pathname on Resolver and AS::Dependencies.
José Valim
2010-06-24
1
-1
/
+1
*
Expose view via the view() method in AV::TestCase::Behavior
David Chelimsky
2010-06-23
1
-5
/
+8
*
In ActionView::TestCase::Behavior, assign variables right before
David Chelimsky
2010-06-23
2
-2
/
+7
*
make text_field and hidden_field omit the value attribute if the developer ex...
Jeff Dean
2010-06-23
1
-4
/
+4
*
Tidy up asset tag a bit and make railties tests green again.
José Valim
2010-06-23
2
-27
/
+22
*
refactored the javascript asset tag helpers and moved the default scripts set...
Josh Kalderimis
2010-06-23
2
-14
/
+14
*
update the list of instance variables that are excluded from assigns in view ...
David Chelimsky
2010-06-22
1
-9
/
+10
*
adds minus to value part of id [#4862 state:resolved]
RainerBlessing
2010-06-22
1
-1
/
+1
*
Add support for specifying locals in view tests with assert template [#4927 s...
David Chelimsky
2010-06-22
1
-0
/
+15
*
removed 'unless const_defined?' code smell
Josh Kalderimis
2010-06-21
5
-24
/
+20
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
6
-19
/
+26
|
\
|
*
Fixed date_select date_separator when discard_month and/or discard_day are tr...
Thibaud Guillaume-Gentil
2010-06-20
1
-2
/
+4
|
*
Make sure a namespaced <%= render form %> still renders the _form partial [#4...
Jan De Poorter
2010-06-20
1
-1
/
+1
|
*
Support render_template in view tests. Useful for specifying which
David Chelimsky
2010-06-20
1
-0
/
+1
|
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-1
/
+1
|
*
form_for without :html and with :remote should not error
David Genord II
2010-06-18
1
-1
/
+1
|
*
Make text_helpers methods which return valid html to return it as safe and sa...
Santiago Pastorino
2010-06-17
1
-6
/
+14
|
*
truncate() should not try to produce HTML-safe output
Wincent Colaiuta
2010-06-17
1
-8
/
+4
*
|
Final touches and fixes.
Rizwan Reza
2010-06-21
7
-1
/
+9
[next]