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
*
Making escaped things more readable
Santiago Pastorino
2010-03-14
3
-3
/
+3
*
Optimize DetailsKey generation.
José Valim
2010-03-14
1
-4
/
+5
*
Remove formats setters from render template, speeding up partial and collecti...
José Valim
2010-03-13
1
-2
/
+1
*
Made asset_tag_helper use config.perform_caching instead of ActionController:...
Denis Odorcic
2010-03-12
1
-14
/
+14
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
6
-53
/
+16
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
5
-9
/
+10
*
%= works for content_tag and does not require parenthesis on method call
José Valim
2010-03-12
1
-47
/
+6
*
Make all AP tests pass for Ruby 1.9.1.
José Valim
2010-03-12
1
-8
/
+11
*
Delegate #encoding to SafeBuffer too
Jeremy Kemper
2010-03-11
1
-0
/
+4
*
simplify alt tag generation for images
Eaden McKee
2010-03-11
1
-2
/
+2
*
Add tests for lookup context.
José Valim
2010-03-11
1
-33
/
+33
*
Merge branch 'master' of github.com:rails/rails
wycats
2010-03-10
5
-69
/
+64
|
\
|
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
3
-29
/
+35
|
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
3
-40
/
+29
*
|
Make form helpers work with <%=
wycats
2010-03-09
5
-14
/
+56
*
|
Deprecate block_called_from_erb? pending a solution for getting it into apps
Carlhuda
2010-03-09
6
-43
/
+87
|
/
*
Clean LookupContext API.
José Valim
2010-03-08
7
-39
/
+32
*
Merge master.
José Valim
2010-03-08
5
-7
/
+16
|
\
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
5
-7
/
+16
*
|
Bring AM up to date with new rendering stack.
José Valim
2010-03-08
3
-0
/
+15
*
|
Move details to lookup_context and make resolvers use the cache key.
José Valim
2010-03-08
3
-90
/
+117
*
|
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
6
-55
/
+45
*
|
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
7
-81
/
+93
*
|
More refactoring on the views side of rendering.
José Valim
2010-03-08
4
-96
/
+98
*
|
Finally moved the find template logic to the views.
José Valim
2010-03-08
2
-20
/
+27
*
|
More cleanup on the layouts side.
José Valim
2010-03-08
2
-17
/
+6
*
|
Move layout lookup to views.
José Valim
2010-03-08
4
-7
/
+25
*
|
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
7
-65
/
+82
*
|
First take on ViewPaths clean up.
José Valim
2010-03-07
2
-67
/
+30
|
/
*
Adds disable option to date_helpers generated hidden fields when html_options...
Santiago Pastorino
2010-03-05
1
-1
/
+2
*
Solved a problem that prevented render :file => work in layouts
Jose Fernandez
2010-03-05
1
-1
/
+1
*
Remove some of the blank rescues from number helper. This makes the code easi...
Xavier Shay
2010-03-05
1
-44
/
+42
*
Actually, revert previous commit. Having a lot of information is better than ...
José Valim
2010-03-05
1
-9
/
+3
*
Define to_s method in ActionView::Resolver, so I'm not required to write it i...
José Valim
2010-03-05
1
-1
/
+5
*
Fix a bunch of failing AP / AM specs created from the previous AbstractContro...
Carl Lerche
2010-03-04
1
-1
/
+1
*
Tweak how ActionPack handles InheritableOptions
Carl Lerche
2010-03-03
1
-1
/
+1
*
Start refactoring the method of configuring ActionView
Carlhuda
2010-03-03
3
-17
/
+6
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
1
-1
/
+1
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
2
-2
/
+5
*
Work on deprecating ActionController::Base.relative_url_root
Carlhuda
2010-03-03
1
-2
/
+2
*
Fix failing Action Pack tests
Carlhuda
2010-03-02
1
-1
/
+1
*
Revert orphaned SharedTestRoutes
Jeremy Kemper
2010-03-01
1
-2
/
+1
*
Change AV formats so they can delegate to the controller. Now users (or plugi...
Carlhuda
2010-03-01
2
-17
/
+23
*
Delegate formats to the controller
Carlhuda
2010-03-01
2
-2
/
+27
*
Final pass at removing the router from a global constant
Carlhuda
2010-02-25
1
-1
/
+1
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-1
/
+2
*
Bump i18n for new public I18n.normalize_keys
Jeremy Kemper
2010-02-25
1
-1
/
+1
*
add time_separator for minutes only if minutes aren't hidden
Santiago Pastorino
2010-02-25
1
-1
/
+1
*
Renamed LocalizedCache to DetailsCache.
José Valim
2010-02-24
1
-1
/
+1
*
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...
Yehuda Katz
2010-02-23
1
-1
/
+1
[next]