1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 04f4ae255f Take retry with breakpoint out until we fix it
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2597 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-15 01:09:34 +00:00
..
cgi_ext Undo condition change made in [2345] to prevent normal parameters arriving as StringIO. 2005-09-27 23:39:56 +00:00
macros Added in-place editing support in the spirit of auto complete with ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper 2005-09-11 07:52:53 +00:00
session Added small note about how longtext might be needed for large session data 2005-09-20 10:54:11 +00:00
templates Take retry with breakpoint out until we fix it 2005-10-15 01:09:34 +00:00
vendor Make assert_tag :children count appropriately. Closes #2181. 2005-10-09 01:45:21 +00:00
assertions.rb Asserts now need html/document so it should require it 2005-09-21 09:04:05 +00:00
base.rb Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com] 2005-10-13 20:26:39 +00:00
benchmarking.rb Dont log size of request, doesnt work well with procs, not that interesting 2005-09-28 20:03:31 +00:00
caching.rb Unescape paths before writing cache to file system. Closes #1877. 2005-10-12 22:57:04 +00:00
cgi_process.rb Fix Request#host_with_port to use the standard port when Rails is behind a proxy. 2005-10-15 01:00:25 +00:00
code_generation.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
components.rb Keep flash after component is rendered. Closes #2291. 2005-09-27 11:02:11 +00:00
cookies.rb
dependencies.rb r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 2005-07-13 02:12:00 +00:00
deprecated_assertions.rb
deprecated_redirects.rb Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes] 2005-07-24 16:45:39 +00:00
filters.rb Fixed #1774 again 2005-07-27 08:02:26 +00:00
flash.rb
helpers.rb Use send instead of module_eval #1873 [shugo] 2005-09-11 09:14:22 +00:00
layout.rb Make sure :layout => false is always used when rendering inside a layout 2005-08-05 20:51:03 +00:00
pagination.rb Add option to specify the singular name used by pagination. Closes #1960 2005-08-31 00:13:10 +00:00
request.rb Fix Request#host_with_port to use the standard port when Rails is behind a proxy. 2005-10-15 01:00:25 +00:00
rescue.rb Really fix the syntax error issue 2005-07-28 17:41:19 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.francke@gmx.de] 2005-09-17 06:37:50 +00:00
scaffolding.rb Refactored away all the legacy validate_options calls and replaced them with Hash#assert_valid_keys 2005-09-09 08:32:47 +00:00
session_management.rb Speed improvement for session_options. #2287. [skaes@web.de] 2005-10-11 01:53:31 +00:00
streaming.rb Fix open/save dialog in IE not opening files send with send_file/send_data, #2279 2005-09-25 06:53:42 +00:00
test_process.rb Unset the X-Requested-With header when using the xhr wrapper in functional tests. Closes #2352. 2005-10-13 18:09:27 +00:00
upload_progress.rb Made Upload Progress work with Prototype 1.4.0 and add some documentation for it #1847, #1876 [Thomas Fuchs/Sean Treadway] 2005-08-27 06:30:33 +00:00
url_rewriter.rb Symbolize the keys of overwritten parameters. Really closes #1909. 2005-09-07 08:59:33 +00:00
verification.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00