aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, slow response_dump and session_dump variables from error p...Jeremy Kemper2005-11-161-2/+0
* fewer objects, no loop in convert_content_type. Closes #2883.Jeremy Kemper2005-11-161-5/+8
* MemCache store may be given multiple addresses. Closes #2869.Jeremy Kemper2005-11-161-34/+36
* Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.Jeremy Kemper2005-11-151-1/+1
* * Updated docs for in_place_editor, fixes a couple bugs and offers extended s...Tobias Lütke2005-11-141-1/+1
* Update documentation for render :file. References #2858.Jeremy Kemper2005-11-141-8/+12
* Note that the ruby-memcache bindings are required to use the memcache store.Jeremy Kemper2005-11-141-0/+1
* This does not need to be thread local (thanks skaes).Scott Barron2005-11-101-2/+2
* Include all of session creation in stale_session_checkJeremy Kemper2005-11-091-6/+8
* assert_tag uses exact matches for string conditions, instead of partial match...Jamis Buck2005-11-091-1/+1
* Delete existing sessions with the same session id before creating a new sessi...Jeremy Kemper2005-11-091-27/+42
* CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...Jeremy Kemper2005-11-092-41/+56
* Controllers with acronyms in their names (e.g. PDFController) require the cor...Jeremy Kemper2005-11-081-1/+12
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-071-2/+2
* Fix conflict with assert_tag and Glue gem (closes #2255) [david.felstead@gmai...David Heinemeier Hansson2005-11-071-2/+2
* Add documentation to assert_tag indicating that it only works with well-forme...Jamis Buck2005-11-061-0/+6
* Update paginator docs. Closes #2744.Jeremy Kemper2005-11-051-1/+2
* Fix assert_no_tagDavid Heinemeier Hansson2005-11-041-1/+1
* Added skip_before_filter/skip_after_filter for easier control of the filter c...David Heinemeier Hansson2005-11-042-1/+49
* Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...David Heinemeier Hansson2005-11-021-0/+6
* ensure close_session in AC::Base#processJeremy Kemper2005-11-021-2/+2
* Fix problem where redirecting components can cause an Scott Barron2005-10-301-0/+1
* Removed erroneous arg-size check in AC::Base.fragment_cache_store=. Closes #...Jeremy Kemper2005-10-291-1/+1
* 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