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
David Heinemeier Hansson 17816a11ee Proper CSS color definition (closes #2334)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2751 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-26 13:26:51 +00:00
..
cgi_ext Undo condition change made in [2345] to prevent normal parameters arriving as StringIO. 2005-09-27 23:39:56 +00:00
macros Added in-place editing support in the spirit of auto complete with ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper 2005-09-11 07:52:53 +00:00
session Expose the session model backing CGI::Session 2005-10-20 21:59:48 +00:00
templates Proper CSS color definition (closes #2334) 2005-10-26 13:26:51 +00:00
vendor Fix the html-scanner to count children correctly, playing nicely with :only, fixes #2181 [patrick@lenz.sh] 2005-10-18 00:50:52 +00:00
assertions.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
base.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
benchmarking.rb Dont log size of request, doesnt work well with procs, not that interesting 2005-09-28 20:03:31 +00:00
caching.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
cgi_process.rb Fix Request#host_with_port to use the standard port when Rails is behind a proxy. 2005-10-15 01:00:25 +00:00
code_generation.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
components.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +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
filters.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
flash.rb Added a reader for flash.now, so it's possible to do stuff like flash.now[:alert] ||= 'New if not set' (closes #2422) [Caio Chassot] 2005-10-26 13:14:10 +00:00
helpers.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
layout.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
pagination.rb Update/clean up AP documentation (rdoc) 2005-10-16 15:42:03 +00:00
request.rb Update/clean up AP documentation (rdoc) 2005-10-16 15:42:03 +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 Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.francke@gmx.de] 2005-09-17 06:37:50 +00:00
scaffolding.rb Refactored away all the legacy validate_options calls and replaced them with Hash#assert_valid_keys 2005-09-09 08:32:47 +00:00
session_management.rb Update/clean up AP documentation (rdoc) 2005-10-16 15:42:03 +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 Add line and file information to test process' get, post, etc methods 2005-10-16 00:14:51 +00:00
upload_progress.rb Made Upload Progress work with Prototype 1.4.0 and add some documentation for it #1847, #1876 [Thomas Fuchs/Sean Treadway] 2005-08-27 06:30:33 +00:00
url_rewriter.rb Symbolize the keys of overwritten parameters. Really closes #1909. 2005-09-07 08:59:33 +00:00
verification.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00