root/trunk/actionpack/lib/action_controller
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| assertions | 9059 | 4 months | assert_response, don't cry if @exception isn't available in the template | |
| caching | 8990 | 5 months | Fixed that sweepers defined by cache_sweeper will be added regardless of … | |
| cgi_ext | 8861 | 6 months | remove support for ampersand-delimited cookie values | |
| routing | 9115 | 4 months | Added support for regexp flags like ignoring case in the :requirements … | |
| session | 8589 | 7 months | Ruby 1.9 compat: cookie store delete sets nil value instead of empty … | |
| templates | 8813 | 6 months | Remove ERB trim variables from trace template in case … | |
| vendor | 9111 | 4 months | Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed … | |
| assertions.rb | 3.0 kB | 8301 | 8 months | Fix typos (closes #10378) |
| base.rb | 57.1 kB | 9242 | 4 months | Automatically parse posted JSON content for Mime::JSON requests. [rick] |
| benchmarking.rb | 3.7 kB | 8958 | 5 months | Use realtime to reduce garbage. [adymo] |
| caching.rb | 2.3 kB | 9032 | 4 months | Fixed that cache fetch method would cause nil exception when called with … |
| cgi_ext.rb | 414 bytes | 6764 | 1 year | Parse url-encoded and multipart requests ourselves instead of delegating … |
| cgi_process.rb | 7.7 kB | 8578 | 7 months | The asset_host block takes the controller request as an optional second … |
| components.rb | 6.0 kB | 7719 | 10 months | Ruby 1.9 compat, consistent load paths |
| cookies.rb | 3.1 kB | 8407 | 7 months | Ruby 1.9 compat: account for new, non-flattening Array#to_s |
| dispatcher.rb | 5.9 kB | 9055 | 4 months | Refactor filters to use Active Support callbacks. Closes #11235. |
| filters.rb | 23.4 kB | 9225 | 4 months | Replaced callback method evaluation in AssociationCollection class to use … |
| flash.rb | 6.0 kB | 7719 | 10 months | Ruby 1.9 compat, consistent load paths |
| headers.rb | 0.6 kB | 8625 | 7 months | Provide a nicer way to access headers. request.headersContent-Type? … |
| helpers.rb | 8.4 kB | 9234 | 4 months | Provide a helper proxy to access helper methods from outside views. Closes … |
| http_authentication.rb | 4.2 kB | 9134 | 4 months | Removed the default .htaccess configuration as there are so many good … |
| integration.rb | 21.9 kB | 9188 | 4 months | Ruby 1.9 compat: don't confuse with headers method call |
| layout.rb | 13.4 kB | 9194 | 4 months | Ruby 1.9 compat: encoding and multibyte test fixes |
| mime_responds.rb | 6.1 kB | 8987 | 5 months | Make MimeResponds::Responder#any work without explicit types. Closes … |
| mime_type.rb | 4.7 kB | 8677 | 6 months | Ensure mime types can be compared with symbols. Closes #10796 [bscofield] |
| mime_types.rb | 0.9 kB | 6744 | 1 year | Add multipart and url-encoded form mime types. |
| polymorphic_routes.rb | 5.9 kB | 9053 | 4 months | Fixed that polymorphic routes would modify the input array (closes #11363) … |
| record_identifier.rb | 3.5 kB | 8734 | 6 months | Correct documentation for dom_id [jbarnette] Closes #10775 |
| request.rb | 23.8 kB | 9242 | 4 months | Automatically parse posted JSON content for Mime::JSON requests. [rick] |
| request_forgery_protection.rb | 7.1 kB | 8807 | 6 months | Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav] |
| request_profiler.rb | 4.1 kB | 8792 | 6 months | Add --measure option to script/performance/request to set ruby-prof … |
| rescue.rb | 10.4 kB | 8365 | 8 months | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 … |
| resources.rb | 23.0 kB | 9093 | 4 months | Improve documentation. |
| response.rb | 2.5 kB | 7820 | 10 months | Add :status to redirect_to allowing users to choose their own response … |
| routing.rb | 11.8 kB | 9226 | 4 months | Improve documentation. |
| session_management.rb | 5.8 kB | 8189 | 8 months | Document that the cookie store is the default session store. Mention the … |
| status_codes.rb | 2.7 kB | 6044 | 1 year | Nodoc the irrelevant (from 1.2) |
| streaming.rb | 6.9 kB | 8628 | 7 months | Introduce send_file :x_sendfile => true to send an X-Sendfile response … |
| test_case.rb | 1.7 kB | 8992 | 5 months | Allow using named routes in ActionController::TestCase before any request … |
| test_process.rb | 14.9 kB | 8782 | 6 months | TestSession supports indifferent access. Closes #7372. |
| url_rewriter.rb | 5.8 kB | 9033 | 4 months | Docfix (closes #11249) [juanjo.bazan] |
| verification.rb | 5.8 kB | 8543 | 7 months | Refactored ActionController::Verification and improved docs (closes … |
Note: See TracBrowser for help on using the browser.