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
...
*
Remove deprecated ActionController::Base#assign_default_content_type_and_charset
Pratik Naik
2008-11-19
1
-5
/
+0
*
Remove deprecated render_component. Please use the plugin from http://github....
Pratik Naik
2008-11-19
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-11-14
1
-3
/
+3
*
Dont bother logging the parameters hash if there are no parameters
David Heinemeier Hansson
2008-11-06
1
-1
/
+1
*
Dont log the _method attribute either. Its already available in the header
David Heinemeier Hansson
2008-11-04
1
-13
/
+4
|
\
|
*
Remove unused debug_routes
Pratik Naik
2008-11-02
1
-6
/
+0
|
*
Dont dup params twice when filter_parameters is present
Pratik Naik
2008-11-02
1
-2
/
+2
|
*
Dont document internals
Pratik Naik
2008-11-02
1
-3
/
+0
|
*
Backwards compatibility fixes for relative_url_root
Michael Koziarski
2008-11-02
1
-5
/
+2
|
*
Merge with docrails
Pratik Naik
2008-11-02
1
-0
/
+3
*
|
Dont log the _method attribute either. Its already available in the header
David Heinemeier Hansson
2008-11-04
1
-2
/
+2
|
/
*
Simplified the logging format for parameters (don't include controller, actio...
David Heinemeier Hansson
2008-11-01
1
-6
/
+23
*
Make sure habtm use class variable to list association valid keys
Luca Guidi
2008-11-01
1
-1
/
+2
*
Remove the logging of the Session ID when the session store is CookieStore [DHH]
David Heinemeier Hansson
2008-11-01
1
-1
/
+5
*
Accidently nixed a doc header
David Heinemeier Hansson
2008-11-01
1
-0
/
+1
*
Added render :js for people who want to render inline JavaScript replies with...
David Heinemeier Hansson
2008-11-01
1
-1
/
+23
*
Ensure content type gets reset after render_to_string [#1182 state:resolved]
Joshua Peek
2008-10-30
1
-0
/
+1
*
Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]
Seth Fitzsimmons
2008-10-30
1
-1
/
+4
*
No use case handy for justifying fresh? any more
David Heinemeier Hansson
2008-10-21
1
-5
/
+0
*
Let fresh_when actually do the head(:not_modified). Cleaner and we get the fi...
David Heinemeier Hansson
2008-10-21
1
-10
/
+8
*
Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ...
David Heinemeier Hansson
2008-10-21
1
-17
/
+53
*
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
[prev]
[next]