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
...
*
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
*
Added that render :json will automatically call .to_json unless its being pas...
David Heinemeier Hansson
2007-09-20
1
-0
/
+1
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
1
-2
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-8
/
+32
*
Removed the deprecated ActionController#Base.template_root/= methods (use Act...
David Heinemeier Hansson
2007-09-09
1
-12
/
+1
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
1
-2
/
+6
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-116
/
+56
*
Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...
Michael Koziarski
2007-08-17
1
-9
/
+13
*
Make sure missing template exceptions actually say which template they were l...
Michael Koziarski
2007-07-11
1
-2
/
+3
*
Docfix (closes #8518)
David Heinemeier Hansson
2007-06-23
1
-0
/
+4
*
Don't prepare response when rendering a component. Closes #8493.
Jeremy Kemper
2007-05-27
1
-1
/
+1
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-0
/
+18
*
Extend the view instance directly instead of mucking with anonymous subclasses.
Jeremy Kemper
2007-05-23
1
-10
/
+2
*
Don't play with fire (anonymous class and returning block).
Jeremy Kemper
2007-05-23
1
-5
/
+6
*
Fix filtered parameter logging with nil parameter values. Closes #8422.
Jeremy Kemper
2007-05-21
1
-1
/
+2
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-1
/
+3
*
Oops.
Jeremy Kemper
2007-05-18
1
-0
/
+4
*
Clean up the simply_helpful merge.
Jeremy Kemper
2007-05-18
1
-2
/
+1
[prev]
[next]