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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Ensure the state is clean after one failure
Rafael Mendonça França
2013-10-16
1
-5
/
+4
*
|
Merge pull request #12540 from wyaeld/bug/fix-recursive-digest
Rafael Mendonça França
2013-10-16
3
-6
/
+37
|
\
\
|
*
|
add a new local variable to track if digests are being stored, to ensure the ...
Brad Murray
2013-10-17
1
-2
/
+2
|
*
|
update digestor code based on review
Brad Murray
2013-10-15
1
-2
/
+2
|
*
|
update changelog
Brad Murray
2013-10-15
1
-0
/
+5
|
*
|
Ensure ActionView::Digest.cache is correctly cleaned up when
Brad Murray
2013-10-15
1
-6
/
+6
|
*
|
Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causin...
Brad Murray
2013-10-15
1
-0
/
+26
*
|
|
Fix typo in form_helper.rb
Adam Jahnke
2013-10-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #12491 from shamanime/patch-1
Rafael Mendonça França
2013-10-13
1
-2
/
+2
|
\
\
|
*
|
Fix wrong variable name used in the select_day method documentation
Jefferson Queiroz Venerando
2013-10-10
1
-2
/
+2
*
|
|
Change `map` to `map!` to save extra array creation on new array
Vipul A M
2013-10-13
1
-1
/
+1
|
/
/
*
|
Moved viewpathstest into actionview/test/actionpack/controller
Arun Agrawal
2013-10-09
1
-0
/
+0
*
|
FakeController is not required in AV
Arun Agrawal
2013-10-09
1
-35
/
+0
*
|
Merge pull request #12437 from websiteswithclass/master
Rafael Mendonça França
2013-10-04
1
-6
/
+6
|
\
\
|
*
|
Fixed return strings in documentation
Joseph Zidell
2013-10-03
1
-3
/
+3
|
*
|
Fixed typo in documentation
Joseph Zidell
2013-10-03
1
-3
/
+3
*
|
|
Directory name in RUNNING_UNIT_TESTS.rdoc [ci skip]
Arun Agrawal
2013-10-04
1
-1
/
+1
|
/
/
*
|
Running all isolated test for actionview
Arun Agrawal
2013-10-03
1
-1
/
+1
*
|
Adds template dependencies rake task from cache_digests gem.
Thomas von Deyen
2013-09-26
2
-0
/
+21
*
|
Add CHANGELOG entry for #12344
Rafael Mendonça França
2013-09-24
1
-0
/
+5
*
|
Use the given name in html_options for the hidden field in collection_check_b...
Angel N. Sciortino
2013-09-24
2
-1
/
+9
*
|
Merge pull request #10773 from wangjohn/link_and_routing_options
Rafael Mendonça França
2013-09-23
1
-2
/
+3
*
|
Fix some edge cases for AV `select` helper with `:selected` option
Bogdan Gusiev
2013-09-23
3
-1
/
+22
*
|
Expand select documentation to tell about the block
Rafael Mendonça França
2013-09-23
1
-0
/
+9
*
|
Use ERB in the CHANGELOG [ci skip]
Rafael Mendonça França
2013-09-23
1
-3
/
+5
*
|
Ability to pass block to AV#select helper
Bogdan Gusiev
2013-09-23
4
-5
/
+29
*
|
handle `:namespace` form option in collection labels
Vasiliy Ermolovich
2013-09-22
4
-1
/
+43
*
|
Merge pull request #12232 from claudiob/delete-unused-helper-fixtures
Santiago Pastorino
2013-09-20
4
-16
/
+0
|
\
\
|
*
|
Remove unused AV helper fixtures from e10a2531
claudiob
2013-09-14
4
-16
/
+0
*
|
|
Bust the template digest cache key when details are changed
Daniel Schierbeck
2013-09-19
3
-2
/
+39
*
|
|
There's no need to do this
Santiago Pastorino
2013-09-17
1
-4
/
+1
|
/
/
*
|
"generates" applies to "collection radio" so it should be singular
Waynn Lue
2013-09-12
1
-2
/
+2
*
|
Merge pull request #12112 from adamniedzielski/fix-form-for-namespace-and-as
Rafael Mendonça França
2013-09-12
3
-1
/
+21
|
\
\
|
*
|
form_for - fix :namespace and :as options clash
Adam Niedzielski
2013-09-09
3
-1
/
+21
*
|
|
Write the right CHANGELOG entry for #11603
Rafael Mendonça França
2013-09-12
1
-1
/
+1
*
|
|
Merge pull request #11603 from jetthoughts/join_strings_instead_of_contactina...
Rafael Mendonça França
2013-09-12
3
-2
/
+10
|
\
\
\
|
*
|
|
Cleanup of excerpt helper
Paul Nikitochkin
2013-09-06
3
-2
/
+10
|
|
/
/
*
|
|
Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commit
Guillermo Iguaran
2013-09-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Back AV description in gemspec
Arun Agrawal
2013-09-09
1
-1
/
+1
|
|
/
/
*
|
|
Remove helper fixtures not used in any test
claudiob
2013-09-09
1
-2
/
+0
*
|
|
Remove remaining coupling with AV in MimeResponds
José Valim
2013-09-09
1
-0
/
+7
*
|
|
Remove BasicRendering and remove template functionality from AbsC::Rendering
José Valim
2013-09-09
1
-7
/
+5
|
/
/
*
|
Fix failure with minitest 5.0.7
Carlos Antonio da Silva
2013-09-06
1
-0
/
+1
*
|
Merge pull request #12143 from rajcybage/fixing_typos
Carlos Antonio da Silva
2013-09-05
1
-1
/
+1
|
\
\
|
*
|
fix actionview and activemodel test cases typos
Rajarshi Das
2013-09-05
1
-1
/
+1
*
|
|
Fix method name typos
Vipul A M
2013-09-05
2
-2
/
+2
*
|
|
Fix a few typos. [ci skip]
namusyaka
2013-09-04
1
-2
/
+2
*
|
|
Move skeleton methods from AV to AbsC
Łukasz Strzałkowski
2013-09-03
1
-22
/
+0
*
|
|
Return to using protected_instance_variables in AV
Łukasz Strzałkowski
2013-09-02
1
-4
/
+0
*
|
|
fix the typo [ci skip]
Rajarshi Das
2013-09-02
1
-1
/
+1
|
/
/
[prev]
[next]