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
2008-08-07 23:43:12 -07:00
..
assertions Make assert_template failure message more friendly 2008-08-05 16:29:56 -05:00
caching Merge with docrails. 2008-07-16 13:01:23 +01:00
cgi_ext Ruby 1.8.7 compat: work around broken DelegateClass#respond_to? 2008-05-31 15:36:32 -07:00
routing Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need escaping 2008-08-04 18:37:53 -07:00
session Strip newlines from cookie session data 2008-08-05 19:28:52 -07:00
templates/rescues Made ActionView::Base#render_file private 2008-06-25 05:57:24 -05:00
vendor/html-scanner/html Merge with docrails. 2008-07-16 13:01:23 +01:00
assertions.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
base.rb Be more careful about deducing action_methods 2008-08-06 15:23:57 -07:00
benchmarking.rb Use realtime to reduce garbage. [adymo] 2008-02-29 23:17:52 +00:00
caching.rb Merge docrails: 2008-05-09 10:40:50 +01:00
cgi_ext.rb
cgi_process.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
components.rb Ruby 1.9 compat: workaround module_eval issue 2008-04-11 16:46:46 -07:00
cookies.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
dispatcher.rb Added back ActionController::Base.allow_concurrency flag and moved lock down to controller processing. 2008-07-28 14:31:40 -05:00
filters.rb Restore the more readable before_ and after_filters methods since they aren't called frequently 2008-07-14 10:11:53 -07:00
flash.rb Fixed flash.now not being accessible in tests. Flash sweeping is now done before action processing instead after 2008-05-11 18:30:10 +12:00
headers.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
helpers.rb Merge docrails. 2008-05-25 12:29:00 +01:00
http_authentication.rb Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH] 2008-03-29 18:45:39 +00:00
integration.rb Remove send! usage, relic of reverted 1.9 behavior 2008-07-28 13:54:10 -07:00
layout.rb Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class. 2008-07-12 14:33:46 -05:00
mime_responds.rb Disable the Accept header by default 2008-07-07 07:31:49 +02:00
mime_type.rb Move accept header parsing shortcut to Mime::Type.parse 2008-07-09 11:30:18 -07:00
mime_types.rb Added application/jsonrequest as a synonym for application/json 2008-07-02 11:39:42 -07:00
performance_test.rb Performance: integration test benchmarking and profiling. [Jeremy Kemper] 2008-06-14 02:04:38 -07:00
polymorphic_routes.rb Fixed polymorphic_url to be able to handle singleton resources. 2008-06-22 18:58:47 -07:00
rack_process.rb Inherit these from AbstractRequest instead 2008-08-07 23:34:36 -07:00
record_identifier.rb Correct code example in dom_id docs. [#437 state:resolved] 2008-06-17 00:32:37 -07:00
request.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
request_forgery_protection.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
request_profiler.rb Fix file permissions 2008-07-31 16:36:23 -05:00
rescue.rb Allow Dispatcher exceptions to be handled in application.rb using rescue_from 2008-07-16 18:54:08 +01:00
resources.rb Raise ArgumentError if an invalid method is specified as part of a route's conditions. Also raise an error if HEAD is specified as the method, as rails routes all HEAD requests through the equivalent GET, though doesn't return the response body [#182 state:resolved] 2008-07-18 20:19:03 -05:00
response.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
routing.rb Routing whitespace cleanup 2008-07-28 13:38:20 -05:00
session_management.rb Revert "Lazy load cache and session stores" 2008-06-12 19:52:33 -05:00
status_codes.rb
streaming.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
test_case.rb Merge docrails changes 2008-07-28 12:33:24 +01:00
test_process.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
url_rewriter.rb Merge docrails changes 2008-07-28 12:33:24 +01:00
verification.rb verify :redirect_to => :back should redirect to the referrer. [#280 state:resolved] 2008-06-17 18:08:56 +01:00