rails/actionpack/lib/action_controller
David Heinemeier Hansson 4b8d156ca5 Removed unused statement
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1934 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-26 18:39:05 +00:00
..
cgi_ext Fix that env_qs might be nil 2005-07-23 09:18:16 +00:00
session r2932@asus: jeremy | 2005-07-08 14:21:36 -0700 2005-07-08 16:36:26 +00:00
templates Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski] 2005-07-02 11:21:25 +00:00
vendor Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
assertions.rb Fix last changeset to pass unittests 2005-07-18 03:25:53 +00:00
auto_complete.rb Fixed that auto_complete_for didn't force the input string to lower case even as the db comparison was 2005-07-11 07:49:56 +00:00
base.rb Removed unused statement 2005-07-26 18:39:05 +00:00
benchmarking.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
caching.rb Expiring a cache that doesnt exist is bliss not bad 2005-07-22 20:08:29 +00:00
cgi_process.rb Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes] 2005-07-23 09:00:05 +00:00
code_generation.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
components.rb Params for components should treat string and symbol keys indifferently 2005-03-11 01:55:18 +00:00
cookies.rb Deprecated all render_* methods in favor of consolidating all rendering behavior in Base#render(options). This enables more natural use of combining options, such as layouts 2005-05-22 08:58:43 +00:00
dependencies.rb r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 2005-07-13 02:12:00 +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 Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes] 2005-07-23 09:00:05 +00:00
flash.rb Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all. 2005-04-17 11:38:01 +00:00
helpers.rb r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 2005-06-15 17:17:58 +00:00
layout.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
pagination.rb More pagination speed #1334 [Stefan Kaes] 2005-07-15 20:27:38 +00:00
request.rb Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes] 2005-07-23 09:00:05 +00:00
rescue.rb Fixed broken error handling #1827 [Stefan Kaes] 2005-07-25 09:39:57 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb Fixed construction of get parameters for arrays 2005-07-18 03:12:45 +00:00
scaffolding.rb Fixed a bug with alternate layout #1468 [sam] 2005-07-02 18:49:17 +00:00
session_management.rb Added support for per-action session management #1763 2005-07-22 10:37:09 +00:00
session.rb Forgot to include the new session module 2004-12-22 14:30:29 +00:00
streaming.rb Fixed documentation snafu with send_file -- the option is :stream, not :streaming #1621 [evl] 2005-07-06 05:23:42 +00:00
test_process.rb Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes] 2005-07-23 09:00:05 +00:00
upload_progress.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00
url_rewriter.rb Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes] 2005-07-23 09:00:05 +00:00
verification.rb Made documentation ready for release (AP) 2005-07-06 09:32:00 +00:00