Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller

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