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
*
Merge docrails.
Pratik Naik
2008-05-25
1
-7
/
+7
*
Protect #filter_parameters created by filter_parameter_logging [José Valim] ...
Joshua Peek
2008-05-14
1
-25
/
+26
*
Merge docrails:
Pratik Naik
2008-05-09
1
-23
/
+29
*
Allow ActionController::Base#default_url_options to have a default options ar...
Cheah Chu Yeow
2008-05-05
1
-1
/
+1
*
Ensure that default_url_options, if defined, are used in named routes.
Cheah Chu Yeow
2008-05-04
1
-2
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-6
/
+7
*
Clarify confusing ActionController::Base.allow_concurrency flag.
Jeremy Kemper
2008-04-28
1
-3
/
+4
*
Delegate ivars to controller instead of copying
Pratik Naik
2008-04-21
1
-1
/
+2
*
Remove ActionController::Base#view_controller_internals
Pratik Naik
2008-04-21
1
-24
/
+6
*
Remove ActionController::Base#add_class_variables_to_assigns
Pratik Naik
2008-04-21
1
-7
/
+0
*
Remove unused ignore_missing_templates option
Pratik Naik
2008-04-19
1
-4
/
+1
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-13
/
+0
*
Introduce ActionView::InlineTemplate class
Pratik Naik
2008-04-19
1
-1
/
+1
*
Allow alternative values for the 'new' and 'edit' actions in resourceful routes.
Michael Koziarski
2008-04-12
1
-0
/
+4
*
Automatically parse posted JSON content for Mime::JSON requests. [rick]
Rick Olson
2008-04-08
1
-2
/
+3
*
Inspect options hashes in RenderError message so it's actually readable. Clos...
Jeremy Kemper
2008-03-28
1
-2
/
+2
*
Remove unused ActionController::Base.template_class. Closes #10787
Pratik Naik
2008-03-05
1
-8
/
+1
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-2
/
+1
*
Make sure render :update support the options hash. Closes #11088 [ernesto.ji...
Michael Koziarski
2008-02-12
1
-3
/
+5
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-1
/
+3
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-6
/
+10
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-10
/
+6
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-6
/
+10
*
Ensure that the tests use the instance-level view-paths correctly. Closes #1...
Michael Koziarski
2008-01-16
1
-5
/
+5
*
don't misbehave when redirecting to nil. Closes #10272 [farleyknight]
Michael Koziarski
2008-01-12
1
-1
/
+2
*
Support render :text => nil. Closes #6684.
Jeremy Kemper
2008-01-06
1
-2
/
+2
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
More Action View refactoring. Knock :erb default down a notch. Closes #10455.
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
render :xml and :json preserve custom content types. Closes #10388.
Jeremy Kemper
2007-12-09
1
-2
/
+2
*
Fix DoubleRenderError message and leave out mention of returning false from f...
Rick Olson
2007-12-08
1
-1
/
+1
*
Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]
Rick Olson
2007-12-08
1
-12
/
+2
*
Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]
Marcel Molina
2007-12-05
1
-0
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-6
/
+6
*
Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...
Rick Olson
2007-11-29
1
-0
/
+2
*
Minor inconsistency in description of render example. Closes #10029 [ScottSch...
Marcel Molina
2007-11-26
1
-2
/
+2
*
Add #prepend_view_path and #append_view_path instance methods on ActionContro...
Rick Olson
2007-11-26
1
-3
/
+22
*
Document that the cookie store is the default session store. Mention the memc...
Jeremy Kemper
2007-11-22
1
-5
/
+14
*
Standardize on using hyphens rather than colons to separate option names from...
Marcel Molina
2007-11-06
1
-5
/
+5
*
Simplfy #view_paths implementation. ActionView templates get the exact objec...
Rick Olson
2007-10-26
1
-24
/
+27
*
Refactor the default rendering out to a method called default_render to provi...
Michael Koziarski
2007-10-25
1
-5
/
+9
*
Remove duplicate rjs layout check. Closes #9956 [Josh Peek]
Jeremy Kemper
2007-10-23
1
-1
/
+1
*
Fix Json related documentation for render and the AR serializer. Closes #9814...
Michael Koziarski
2007-10-15
1
-5
/
+11
*
Add :status to redirect_to allowing users to choose their own response code w...
Michael Koziarski
2007-10-09
1
-8
/
+23
*
Don't generate strings to log unless they'll actually get logged.
Jeremy Kemper
2007-10-06
1
-1
/
+1
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
1
-1
/
+6
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-9
/
+9
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
1
-1
/
+4
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-2
/
+2
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
1
-1
/
+1
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-0
/
+4
[next]