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
2006-11-17 22:29:02 +00:00
..
assertions assert_select_rjs :remove 2006-11-15 12:45:52 +00:00
cgi_ext Multipart form values may have a content type without being treated as uploaded files if they do not provide a filename. Closes #6401. 2006-11-09 18:52:19 +00:00
macros
session ARStore needs a data reader method. Closes #4795. 2006-11-15 20:08:43 +00:00
templates test controller rescues 2006-11-13 02:03:50 +00:00
vendor Fix assert_tag so that :content => "foo" does not match substrings, but only exact strings. Use :content => /foo/ to match substrings. closes #2799 2006-09-10 02:51:38 +00:00
assertions.rb Better bundling of new assertions and make integration tests work again 2006-09-05 21:28:22 +00:00
base.rb render_text may optionally append to the response body. render_javascript appends by default. This allows you to chain multiple render :update calls by setting @performed_render = false between them (awaiting a better public API). 2006-10-09 01:26:35 +00:00
benchmarking.rb
caching.rb ActionView::Base.erb_variable accessor names the buffer variable used to render templates. Defaults to _erbout; use _buf for erubis. 2006-11-17 13:10:23 +00:00
cgi_process.rb Cache parsed query parameters. Closes #6559. 2006-11-06 21:43:21 +00:00
components.rb Deprecate standalone components. 2006-11-16 06:40:37 +00:00
cookies.rb Deprecate @response 2006-09-29 08:26:45 +00:00
deprecated_dependencies.rb
deprecated_redirects.rb
deprecated_request_methods.rb
filters.rb More consistent implementation of filter replacement (thanks Martin! closes #5949) 2006-10-21 16:55:14 +00:00
flash.rb caller is necessary for proper trace in deprecation 2006-09-05 22:08:33 +00:00
helpers.rb
integration.rb Still need the regular assertions 2006-09-05 23:04:14 +00:00
layout.rb Deprecate @response 2006-09-29 08:26:45 +00:00
mime_responds.rb r5515@ks: jeremy | 2006-10-08 13:24:42 -0700 2006-10-08 20:30:24 +00:00
mime_type.rb
pagination.rb
request.rb Fix relative URL root matching problems 2006-10-09 19:14:11 +00:00
rescue.rb test controller rescues 2006-11-13 02:03:50 +00:00
resources.rb Make sure map.resources(:things, :new => { :new => :any }) correctly sets /things/new to be accessible by any method rather than creating another resource at /things/new;new 2006-09-26 22:45:09 +00:00
response.rb Added proper getters and setters for content type and charset [DHH] Added utf-8 as the default charset for all renders. You can change this default using ActionController::Base.default_charset=(encoding) [DHH] 2006-09-17 16:20:32 +00:00
routing.rb Reuse named route helper module between Routing reloads to prevent memory leaks. 2006-11-17 22:29:02 +00:00
scaffolding.rb Don't use deprecated render API. Cosmetics. 2006-09-04 05:07:26 +00:00
session_management.rb Always clear model associations from session. Closes #4795. 2006-11-13 18:59:01 +00:00
status_codes.rb Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/assignments/http-status-codes. Closes #6586. 2006-11-11 01:44:37 +00:00
streaming.rb Deprecate @headers 2006-09-29 08:12:16 +00:00
test_process.rb Always clear model associations from session. Closes #4795. 2006-11-13 18:59:01 +00:00
url_rewriter.rb Update UrlWriter to support :only_path. 2006-09-06 22:21:36 +00:00
verification.rb Deprecation: @request will be removed after 1.2. Use the request method instead. 2006-09-29 07:34:02 +00:00