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
*
Move remaining layouts tests to AV
Łukasz Strzałkowski
2013-08-25
17
-0
/
+288
*
Add AP tests to runner
Łukasz Strzałkowski
2013-08-25
1
-1
/
+9
*
Cleanup & reorganise rake tasks in AV
Łukasz Strzałkowski
2013-08-25
1
-16
/
+13
*
Split rendering tests between AP & AV
Łukasz Strzałkowski
2013-08-25
1
-248
/
+13
*
Move render_test to AV
Łukasz Strzałkowski
2013-08-25
92
-0
/
+1722
*
Fist stab on basic rendering
Łukasz Strzałkowski
2013-08-25
1
-2
/
+0
*
Add #rendered_format method to controllers
Łukasz Strzałkowski
2013-08-25
1
-0
/
+4
*
Add missing requires inside AV
Łukasz Strzałkowski
2013-08-25
4
-1
/
+8
*
Do not load AV inside AP
Łukasz Strzałkowski
2013-08-25
2
-0
/
+2
*
Add missing require
Łukasz Strzałkowski
2013-08-25
1
-0
/
+2
*
Revert "Move setting content_type to AV"
Łukasz Strzałkowski
2013-08-25
2
-3
/
+1
*
Move setting content_type to AV
Łukasz Strzałkowski
2013-08-25
2
-1
/
+3
*
Use concat to avoid allocating additional array
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Pass args to render's super method
Łukasz Strzałkowski
2013-08-25
1
-1
/
+2
*
Improve AV::Rendering docs
Łukasz Strzałkowski
2013-08-25
1
-2
/
+8
*
Include AV::Layouts before setting view_paths
Łukasz Strzałkowski
2013-08-25
1
-2
/
+2
*
Load AV::Layout to AM::Base in railties
Łukasz Strzałkowski
2013-08-25
1
-0
/
+6
*
Don not require AC::Caching
Łukasz Strzałkowski
2013-08-25
1
-1
/
+0
*
Remove ApplicationController & RoutingTestHelpers
Łukasz Strzałkowski
2013-08-25
1
-9
/
+0
*
Remove unused ActionDispatch::RoutingVerbs
Łukasz Strzałkowski
2013-08-25
1
-15
/
+1
*
Remove unused in AV fixture-controllers
Łukasz Strzałkowski
2013-08-25
1
-29
/
+0
*
Remove view_assigns from AV
Łukasz Strzałkowski
2013-08-25
1
-7
/
+0
*
Load AV::Layouts dynamicly via railties
Łukasz Strzałkowski
2013-08-25
2
-1
/
+3
*
Code formatting & typo fixes
Łukasz Strzałkowski
2013-08-25
1
-35
/
+35
*
Remove abstract_controller load hooks
Łukasz Strzałkowski
2013-08-25
1
-4
/
+0
*
Move protected_instance_variables & view_assigns to AbstractController
Łukasz Strzałkowski
2013-08-25
1
-15
/
+4
*
Remove 'api plugin' from docs
Łukasz Strzałkowski
2013-08-25
1
-3
/
+0
*
Create AbstractController::Rendering interface
Łukasz Strzałkowski
2013-08-25
1
-17
/
+4
*
Fix eager_autoload for layouts
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Fix AV tests, I18nProxy was moved to AV
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Revert "Require only path_set && lookup_context instead of whole base"
Łukasz Strzałkowski
2013-08-25
1
-2
/
+1
*
Hook up AV::Rendering on AV intialization
Łukasz Strzałkowski
2013-08-25
1
-1
/
+5
*
Move layouts to AV
Łukasz Strzałkowski
2013-08-25
3
-0
/
+431
*
Move rendering from AP to AV
Łukasz Strzałkowski
2013-08-25
2
-0
/
+187
*
Require only path_set && lookup_context instead of whole base
Łukasz Strzałkowski
2013-08-25
1
-1
/
+2
*
Move view_paths from AP to AV
Łukasz Strzałkowski
2013-08-25
5
-0
/
+273
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
1
-1
/
+1
|
\
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
2
-1
/
+3
*
|
RDoc tweaks
Xavier Noria
2013-08-07
1
-5
/
+10
*
|
Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words
Alex Tambellini
2013-08-05
1
-5
/
+7
*
|
Merge pull request #11743 from gaurish/tmp-magic
Guillermo Iguaran
2013-08-05
1
-0
/
+0
|
\
\
|
*
|
Add tmp dir in actionview/test/
Gaurish Sharma
2013-08-05
1
-0
/
+0
*
|
|
Removed an unnecessary loop - it kills performance on large texts.
Jan Szumiec
2013-08-03
1
-4
/
+6
*
|
|
Add "extname" option to javascript_include_tag
Nathan Stitt
2013-08-03
3
-3
/
+27
|
/
/
*
|
Using URI.parser.unescape
Arun Agrawal
2013-08-03
1
-2
/
+2
*
|
fix the changelog typo[ci skip]
Rajarshi Das
2013-08-02
1
-1
/
+1
*
|
Make current_page? compare binary strings
Rafael Mendonça França
2013-08-01
2
-3
/
+12
*
|
Fix `current_page?` when the URL contains escaped characters
Rafael Mendonça França
2013-08-01
3
-2
/
+20
*
|
Moved README into action_view [ci skip]
Arun Agrawal
2013-07-31
1
-0
/
+5
*
|
Change from `map` => `map!` and `collect!` to save creation of extra array.
Vipul A M
2013-07-31
1
-2
/
+2
[next]