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
*
ActionController::Base Summary documentation rewrite. Closes #4900. [kevin.cl...
Marcel Molina
2006-04-27
1
-65
/
+45
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
1
-2
/
+2
*
Add documentation for redirect_to :back's RedirectBackError exception.
Marcel Molina
2006-04-25
1
-0
/
+4
*
Added ActionController.filter_parameter_logging that makes it easy to remove ...
David Heinemeier Hansson
2006-04-07
1
-1
/
+48
*
CHANGED DEFAULT: Don't parse YAML input by default, but keep it available as ...
David Heinemeier Hansson
2006-04-04
1
-7
/
+9
*
Fixed docs
David Heinemeier Hansson
2006-03-28
1
-16
/
+15
*
Spell existence properly (closes #4442)
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
Enable application/x-yaml processing by default
Jamis Buck
2006-03-25
1
-6
/
+7
*
Updated Kernel#returning for the AP performance patch [DHH]
David Heinemeier Hansson
2006-03-20
1
-1
/
+1
*
fix usage of #returning in ActionController::Base
Rick Olson
2006-03-20
1
-1
/
+1
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
1
-27
/
+21
*
Simplify controller_path
Nicholas Seckar
2006-03-13
1
-7
/
+1
*
Always use application/xml, then the charset is determined by the XML doc
David Heinemeier Hansson
2006-03-13
1
-1
/
+1
*
The mere existance of a rjs file shouldnt cause the layout to disappear. Made...
David Heinemeier Hansson
2006-03-13
1
-1
/
+1
*
The mere existance of a rjs file shouldnt cause the layout to disappear. Made...
David Heinemeier Hansson
2006-03-13
1
-1
/
+3
*
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...
David Heinemeier Hansson
2006-03-13
1
-0
/
+4
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
1
-4
/
+4
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
1
-2
/
+11
*
XmlSimple _should_ be the default since XmlNode is not compatible with regula...
David Heinemeier Hansson
2006-03-07
1
-9
/
+11
*
Doc fixes
David Heinemeier Hansson
2006-03-05
1
-4
/
+2
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
1
-8
/
+3
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-2
/
+33
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
1
-2
/
+0
*
Ensure backwards compatibility with symbolized action names for render_action...
David Heinemeier Hansson
2006-02-19
1
-1
/
+1
*
Make RJS treat symbolic action names nicely #3861 [Rick Olson]
David Heinemeier Hansson
2006-02-17
1
-1
/
+1
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-36
/
+39
*
The components module should also contain the options that pertain to it, so ...
David Heinemeier Hansson
2006-02-12
1
-17
/
+4
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-11
/
+35
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-1
/
+1
*
Add Reloadable::OnlySubclasses which handles the common case where a base cla...
Nicholas Seckar
2006-02-02
1
-8
/
+3
*
Ensure assigns are copied to the template when using render :update. Closes ...
Nicholas Seckar
2006-01-30
1
-0
/
+3
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-0
/
+7
*
Add the ability to call JavaScriptGenerator methods from helpers called in up...
Sam Stephenson
2006-01-23
1
-2
/
+3
*
Backing out of [3470] until visual_effect, et al can work
Sam Stephenson
2006-01-23
1
-3
/
+2
*
Add the ability to call JavaScriptGenerator methods from helpers called in up...
Sam Stephenson
2006-01-23
1
-2
/
+3
*
Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...
David Heinemeier Hansson
2006-01-22
1
-1
/
+8
*
Pass along blocks from render_to_string to render
Sam Stephenson
2006-01-20
1
-2
/
+2
*
Add render :update for inline RJS
Sam Stephenson
2006-01-20
1
-7
/
+30
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
1
-6
/
+0
*
only log session_id if @session object responds to .session_id.
Tobias Lütke
2005-12-22
1
-1
/
+1
*
Add session ID to default logging, but remove the verbose description of ever...
David Heinemeier Hansson
2005-12-22
1
-0
/
+1
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
1
-2
/
+4
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
1
-0
/
+10
*
Make ActionController's render honor the :locals option when rendering a :fil...
Sam Stephenson
2005-11-22
1
-3
/
+7
*
Make rjs templates always implicitly skip out on layouts.
Marcel Molina
2005-11-18
1
-3
/
+8
*
Update documentation for render :file. References #2858.
Jeremy Kemper
2005-11-14
1
-8
/
+12
*
CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...
Jeremy Kemper
2005-11-09
1
-1
/
+5
*
Fix docs (closes #2725)
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...
David Heinemeier Hansson
2005-11-02
1
-0
/
+6
*
ensure close_session in AC::Base#process
Jeremy Kemper
2005-11-02
1
-2
/
+2
[next]