aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-281-0/+1
* Fix line number detection and escape RAILS_ROOT in backtrace RegexpNicholas Seckar2005-10-271-3/+0
* Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error tracesNicholas Seckar2005-10-271-1/+1
* Remove fingerprinting from AR session store; fix bug in store. Closes #2612Nicholas Seckar2005-10-261-29/+18
* Proper CSS color definition (closes #2334)David Heinemeier Hansson2005-10-261-1/+1
* Fixed docs (closes #2468)David Heinemeier Hansson2005-10-2610-36/+36
* Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...David Heinemeier Hansson2005-10-261-0/+4
* Reset template variables after using render_to_string. Closes #2559Nicholas Seckar2005-10-251-0/+2
* Take a different approach to keeping flash around when using components.Scott Barron2005-10-252-3/+11
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-202-2/+17
* Abbreviate RAILS_ROOT in tracesJamis Buck2005-10-191-0/+5
* Update error trace templatesNicholas Seckar2005-10-181-15/+18
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-181-1/+5
* Use the more appropriate columns_hash to get the session data column size limit.Marcel Molina2005-10-171-1/+1
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-166-19/+21
* Add missing fileNicholas Seckar2005-10-161-0/+21
* added assert_valid to APTobias Lütke2005-10-161-0/+7
* Add line and file information to test process' get, post, etc methodsNicholas Seckar2005-10-161-1/+1
* Allow ARStore::Session to indicate that it should not be reloaded in dev modeJamis Buck2005-10-151-0/+5
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-152-15/+6
* reasoning behind the seemingly duplicated methodMichael Koziarski2005-10-151-1/+2
* Add code and message to test response as per #2460Michael Koziarski2005-10-151-0/+8
* Raise an exception if an attempt is made to insert more session data into the...Marcel Molina2005-10-152-4/+31
* action pack asserts don't spam you with unnecissary backtraces anymoreTobias Lütke2005-10-151-69/+96
* If a component redirects when called with render_component_as_string, render theScott Barron2005-10-151-1/+8
* Take retry with breakpoint out until we fix itDavid Heinemeier Hansson2005-10-151-1/+1
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-152-3/+19
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-3/+3
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-1/+3
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-121-1/+1
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-111-18/+29
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-111-2/+2
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-1/+1
* Made the documentation about render template/file saneDavid Heinemeier Hansson2005-10-031-6/+11
* Use a nicer date formatDavid Heinemeier Hansson2005-10-011-1/+1
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-292-30/+68
* Dont log size of request, doesnt work well with procs, not that interestingDavid Heinemeier Hansson2005-09-281-1/+1
* Log request method and response size / status codeDavid Heinemeier Hansson2005-09-282-2/+3
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-271-1/+1
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-271-0/+3
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-271-1/+3
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-1/+22
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-251-1/+10
* Asserts now need html/document so it should require itDavid Heinemeier Hansson2005-09-212-9/+1
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-201-2/+3
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-202-5/+5
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-203-2/+40
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-1/+2
* Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....David Heinemeier Hansson2005-09-171-1/+1
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-151-1/+1