.. |
cgi_ext
|
use "mime_type" instead of "format"
|
2006-03-15 18:04:24 +00:00 |
macros
|
* Updated docs for in_place_editor, fixes a couple bugs and offers extended support for external controls [Justin Palmer] closes #2870
|
2005-11-14 20:46:32 +00:00 |
session
|
Fix problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session.
|
2006-03-08 16:53:34 +00:00 |
templates
|
Add verification to scaffolds (generated and reflection based). Require POST for unsafe actions [Michael Koziarski]. Closes #2601
|
2006-03-14 01:57:12 +00:00 |
vendor
|
Doc fixes
|
2006-03-05 21:37:12 +00:00 |
assertions.rb
|
Add caution and restyle components
|
2006-02-12 01:06:45 +00:00 |
base.rb
|
Simplify controller_path
|
2006-03-13 15:54:33 +00:00 |
benchmarking.rb
|
Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH]
|
2006-02-12 05:51:02 +00:00 |
caching.rb
|
Added that page caching will only happen if the response code is less than 400 (closes #4033) [g.bucher@teti.ch]
|
2006-03-02 01:48:56 +00:00 |
cgi_process.rb
|
Added new infrastructure support for REST webservices.
|
2006-03-05 18:59:58 +00:00 |
code_generation.rb
|
Made documentation ready for release (AP)
|
2005-07-06 09:32:00 +00:00 |
components.rb
|
Flash shouldnt depend on components either [DHH]
|
2006-02-12 06:11:17 +00:00 |
cookies.rb
|
Fixed docs (closes #2468)
|
2005-10-26 13:20:46 +00:00 |
dependencies.rb
|
Fixed docs (closes #2468)
|
2005-10-26 13:20:46 +00:00 |
deprecated_assertions.rb
|
Hide the deprecated methods from the docs
|
2005-04-17 11:47:54 +00:00 |
deprecated_redirects.rb
|
Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes]
|
2005-07-24 16:45:39 +00:00 |
deprecated_request_methods.rb
|
Mime types are separated by a comma, not semicolon, in the Accept header. Also switch all internal configuration of mime types away from strings and over to Mime::Type [DHH]
|
2006-03-12 16:03:44 +00:00 |
filters.rb
|
The session should be saved even if the filter chain is stopped
|
2006-02-12 16:35:15 +00:00 |
flash.rb
|
make sure nil @session doesn't mess up wsod stacktraces
|
2006-03-10 14:41:37 +00:00 |
helpers.rb
|
Remove ::Controllers related cruft; fix AP tests
|
2006-02-26 17:49:09 +00:00 |
integration_test.rb
|
More integration testing tweaks
|
2006-03-12 00:08:26 +00:00 |
layout.rb
|
Simplify controller_path
|
2006-03-13 15:54:33 +00:00 |
mime_responds.rb
|
Add MimeResponds::Responder#any for managing multiple types with identical responses
|
2006-03-15 18:27:26 +00:00 |
mime_type.rb
|
Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::YAML
|
2006-03-15 15:12:24 +00:00 |
pagination.rb
|
Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes].
|
2006-02-20 03:15:22 +00:00 |
request.rb
|
Prepare for mime type reordering depending on the branch [DHH]
|
2006-03-12 19:01:09 +00:00 |
rescue.rb
|
Fixed docs (closes #2468)
|
2005-10-26 13:20:46 +00:00 |
response.rb
|
Cure some ills discovered with the refactoring
|
2005-05-22 11:07:09 +00:00 |
routing.rb
|
Check NameErrors and re-raise if they do not match the expected constant
|
2006-02-22 17:29:22 +00:00 |
scaffolding.rb
|
Add verification to scaffolds (generated and reflection based). Require POST for unsafe actions [Michael Koziarski]. Closes #2601
|
2006-03-14 01:57:12 +00:00 |
session_management.rb
|
Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH]
|
2006-02-12 05:51:02 +00:00 |
streaming.rb
|
Fix open/save dialog in IE not opening files send with send_file/send_data, #2279
|
2005-09-25 06:53:42 +00:00 |
test_process.rb
|
Make the xml_http_request testing method set the HTTP_ACCEPT header
|
2006-03-14 19:53:27 +00:00 |
url_rewriter.rb
|
Symbolize the keys of overwritten parameters. Really closes #1909.
|
2005-09-07 08:59:33 +00:00 |
verification.rb
|
Document the :xhr option for verifications. Closes #3666.
|
2006-02-01 03:22:18 +00:00 |