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_controller
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure last_modified! works with <= rather than just equality.
Michael Koziarski
2008-10-07
1
-1
/
+3
*
Merge docrails
Pratik Naik
2008-10-05
1
-4
/
+12
*
Return processing lock to dispatcher, the finer grained lock was incompatible...
Aliaksey Kandratsenka
2008-10-04
1
-8
/
+1
*
Call controller_path instance method so it can be easily overridden [#1141 st...
David Masover
2008-09-30
1
-2
/
+2
*
Fix etag! and last_modified! to work as advertised.
Michael Koziarski
2008-09-30
1
-2
/
+4
*
Check for uninitialized instance variables
Jeremy Kemper
2008-09-08
1
-1
/
+1
*
Use defined? check since @view_paths may be uninitialized
Jeremy Kemper
2008-09-08
1
-1
/
+5
*
Moved layout exemption logic into the view
Joshua Peek
2008-08-31
1
-16
/
+2
*
Prefix ActionView::Base private methods with an underscore
Joshua Peek
2008-08-31
1
-1
/
+1
*
Fix AM tests and add tests for rendering logging
Pratik Naik
2008-08-31
1
-0
/
+2
*
Add lost log messages about template rendering
Pratik Naik
2008-08-31
1
-1
/
+0
*
Move layout rendering logic to ActionView::Base
Pratik Naik
2008-08-31
1
-10
/
+17
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-32
/
+5
*
Remove unused use_full_path argument
Pratik Naik
2008-08-31
1
-5
/
+5
*
Dont pass controller partial layout option to view
Pratik Naik
2008-08-30
1
-1
/
+1
*
Remove double layout check
Pratik Naik
2008-08-30
1
-6
/
+1
*
Deprecate render_component.
Pratik Naik
2008-08-29
1
-2
/
+6
*
Store application and other context specific helper modules in ActionView::Ba...
Joshua Peek
2008-08-26
1
-1
/
+1
*
Removed template_public? because it will always be true since the default tem...
Joshua Peek
2008-08-21
1
-5
/
+1
*
Cleanup around partial rendering
Ryan Bates
2008-08-21
1
-17
/
+3
*
deprecate Base#assign_default_content_type_and_charset
Jeremy Kemper
2008-08-21
1
-0
/
+5
*
Move default content type and charset from Base to Response. Handle charset =...
Jeremy Kemper
2008-08-21
1
-10
/
+0
*
Return nil instead of a space when passing an empty collection or nil to 'ren...
Ryan Bates
2008-08-19
1
-3
/
+6
*
Be more careful about deducing action_methods
Jeremy Kemper
2008-08-06
1
-6
/
+10
*
Ensure public superclass methods don't shadow public controller methods. Case...
Jeremy Kemper
2008-08-05
1
-3
/
+3
*
List available actions in UnknownAction exception message
Jeremy Kemper
2008-07-31
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Added back ActionController::Base.allow_concurrency flag and moved lock down ...
Joshua Peek
2008-07-28
1
-1
/
+14
*
ActionController::Base.relative_url_root falls back to ENV['RAILS_RELATIVE_UR...
Joshua Peek
2008-07-24
1
-1
/
+6
*
AbstractRequest.relative_url_root is no longer automatically configured by a ...
Joshua Peek
2008-07-24
1
-0
/
+4
*
Memoize ActionView::Base pick_template and find_partial_path for rendering du...
Joshua Peek
2008-07-22
1
-0
/
+2
*
etag! and last_modified! conditional GET helpers
Jeremy Kemper
2008-07-17
1
-2
/
+13
*
Use fully-qualified controller name when logging. [#600 state:resolved]
Ripta Pasay
2008-07-17
1
-1
/
+1
*
Set config.action_view.warn_cache_misses = true to receive a warning if you p...
Joshua Peek
2008-07-12
1
-2
/
+2
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-5
/
+4
*
Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]
Cheah Chu Yeow
2008-07-09
1
-6
/
+6
*
Reenable the use of the Accept header to give people a chance to update their...
Michael Koziarski
2008-07-09
1
-3
/
+3
*
Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]
Cheah Chu Yeow
2008-07-09
1
-1
/
+2
*
Disable the Accept header by default
Michael Koziarski
2008-07-07
1
-0
/
+10
*
Simplify the implementation of assert_redirected_to to normalise the urls bef...
Michael Koziarski
2008-07-04
1
-15
/
+17
*
Reduce the number of callsites for new TemplateFiles
Joshua Peek
2008-07-03
1
-2
/
+3
*
Remove unneeded ObjectWrapper class.
Michael Koziarski
2008-07-03
1
-1
/
+1
*
Deprecate :use_full_path render option. The supplying the option no longer ha...
Joshua Peek
2008-07-02
1
-5
/
+5
*
Add :as option to render a collection of partials with a custom local variabl...
Pratik Naik
2008-07-02
1
-1
/
+4
*
Make sure render :template works with :locals. [#524 state:resolved]
Tim Haines
2008-07-02
1
-1
/
+4
*
Hide InlineTemplate class from ActionController and use ActionView's render API
Joshua Peek
2008-06-25
1
-2
/
+1
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-1
/
+1
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-14
/
+10
*
Fix url_for with no arguments when default_url_options is not explicitly defi...
Luke Redpath
2008-06-17
1
-2
/
+2
*
Drop ActionController::Base.allow_concurrency flag
Joshua Peek
2008-06-08
1
-7
/
+0
[next]