.. |
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
|
Remove fingerprinting from AR session store; fix bug in store. Closes #2612
|
2005-10-26 20:15:43 +00:00 |
templates
|
Fix line number detection and escape RAILS_ROOT in backtrace Regexp
|
2005-10-27 21:58:39 +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
|
Fix problem where redirecting components can cause an
|
2005-10-30 13:13:02 +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
|
Removed erroneous arg-size check in AC::Base.fragment_cache_store=. Closes #2650.
|
2005-10-29 23:12:13 +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
|
Fix that render :text didn't interpolate instance variables (Closes #2629, #2626) [skaes]
|
2005-10-28 07:33:54 +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 |