.. |
assertions
|
Merge docrails
|
2008-09-13 20:28:01 +01:00 |
caching
|
write_fragment returns content if caching is disabled [#846 state:resolved]
|
2008-11-22 13:19:11 -06:00 |
cgi_ext
|
Use ActiveSupport::SecureRandom instead of the strange fallback code.
|
2008-09-24 16:24:02 +02:00 |
routing
|
Make optimized named routes respect all reserved options and tie it into UrlRewriter::RESERVED_OPTIONS so it's DRY
|
2008-11-18 22:47:33 +01:00 |
session
|
Move the cookie store to use the MessageVerifier class.
|
2008-11-23 16:42:15 +01:00 |
templates/rescues
|
Cleanup around partial rendering
|
2008-08-21 21:03:33 -05:00 |
vendor
|
Use a relative require for bundled rack lib
|
2008-11-22 22:40:32 -08:00 |
base.rb
|
Revert "Simplify benchmarking and rescue". Need a different approach.
|
2008-11-20 04:50:34 +05:30 |
benchmarking.rb
|
Revert "Simplify benchmarking and rescue". Need a different approach.
|
2008-11-20 04:50:34 +05:30 |
caching.rb
|
|
|
cgi_ext.rb
|
|
|
cgi_process.rb
|
Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store
|
2008-09-17 13:20:16 +02:00 |
cookies.rb
|
|
|
dispatcher.rb
|
Let ApplicationController stay unloaded for as long as possible
|
2008-11-22 13:24:37 +01: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
|
Remove deprecated render_component. Please use the plugin from http://github.com/rails/render_component/tree/master
|
2008-11-19 17:48:57 +05:30 |
headers.rb
|
|
|
helpers.rb
|
Allow helpers directory to be overridden via ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed]
|
2008-11-23 13:42:53 +01: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
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
|
2008-11-07 15:42:34 -05:00 |
layout.rb
|
Revert "Revert "Add layout functionality to mailers.""
|
2008-09-09 17:25:09 -05:00 |
mime_responds.rb
|
|
|
mime_type.rb
|
Add text/plain to the browser_generated_types array as webkit and gecko can submit them.
|
2008-11-16 20:24:46 +01:00 |
mime_types.rb
|
|
|
performance_test.rb
|
|
|
polymorphic_routes.rb
|
Let polymorphic_path treat an array contains single name as without array [#1386 state:committed]
|
2008-11-19 12:07:12 +01:00 |
rack_process.rb
|
Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store
|
2008-09-17 13:20:16 +02:00 |
record_identifier.rb
|
|
|
request.rb
|
Fix stupid typo
|
2008-11-06 18:52:02 +00:00 |
request_forgery_protection.rb
|
Change the forgery token implementation to just be a simple random string.
|
2008-11-23 14:28:34 +01:00 |
request_profiler.rb
|
|
|
rescue.rb
|
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH]
|
2008-11-22 18:06:08 +01:00 |
resources.rb
|
Make inheritance of map.resources :only/:except options behave more predictably
|
2008-11-14 12:26:43 +01:00 |
response.rb
|
Dont try to auto-set the etag based on the body if any freshness headers have already been set [DHH/José Valim]
|
2008-10-21 16:58:12 +02:00 |
routing.rb
|
|
|
session_management.rb
|
Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store
|
2008-09-17 13:20:16 +02:00 |
status_codes.rb
|
|
|
streaming.rb
|
|
|
test_case.rb
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
|
2008-11-07 15:42:34 -05:00 |
test_process.rb
|
Add TestResponse#client_error? to check for 4xx status codes [#851 state:resolved]
|
2008-11-22 13:10:12 -06:00 |
translation.rb
|
Added ActionController::Translation module delegating to I18n #translate/#t and #localize/#l [status:committed #1008]
|
2008-09-10 00:39:54 -05:00 |
url_rewriter.rb
|
|
|
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 |