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
Clemens Kofler 288e947ae1 Some performance goodness for inheritable attributes.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-09-03 00:55:23 +02:00
..
assertions Make assert_select_rjs code more readable, make use of unused constants and use more simple Regexps. 2008-08-29 17:52:26 -07:00
caching Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
cgi_ext Ruby 1.8.7 compat: work around broken DelegateClass#respond_to? 2008-05-31 15:36:32 -07:00
routing Some performance goodness for routing. 2008-09-03 00:55:23 +02:00
session Strip newlines from cookie session data 2008-08-05 19:28:52 -07:00
templates/rescues Cleanup around partial rendering 2008-08-21 21:03:33 -05:00
vendor/html-scanner/html Merge with docrails. 2008-07-16 13:01:23 +01:00
assertions.rb
base.rb Moved layout exemption logic into the view 2008-08-31 11:34:46 -05:00
benchmarking.rb
caching.rb
cgi_ext.rb
cgi_process.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
components.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
cookies.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
dispatcher.rb Simplified and renamed CallbackChain union method to replace_or_append! 2008-08-21 00:51:06 -05:00
filters.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -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 Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
http_authentication.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
integration.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
layout.rb Some performance goodness for inheritable attributes. 2008-09-03 00:55:23 +02:00
mime_responds.rb Disable the Accept header by default 2008-07-07 07:31:49 +02:00
mime_type.rb Require missing libraries and check for defined ActionController constant so ActionView can be used standalone 2008-08-26 15:13:28 -05: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 Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
rack_process.rb Don't shadow query string method 2008-08-19 20:24:34 -05:00
record_identifier.rb Correct code example in dom_id docs. [#437 state:resolved] 2008-06-17 00:32:37 -07:00
request.rb Request#remote_ip handles the uncommon case that REMOTE_ADDR is a comma-separated list. 2008-08-27 23:03:11 -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 Move copying ivar logic from ActionController::Base to ActionView::Base 2008-08-31 03:48:09 +01:00
resources.rb Add support for shallow nesting of routes. [#838 state:resolved] 2008-08-30 15:20:20 +01:00
response.rb Don't set Content-Length on 304 responses 2008-09-02 22:57:40 +02:00
routing.rb Routing whitespace cleanup 2008-07-28 13:38:20 -05:00
session_management.rb Some performance goodness for inheritable attributes. 2008-09-03 00:55:23 +02: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 Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
url_rewriter.rb Merge docrails changes 2008-07-28 12:33:24 +01:00
verification.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00