aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-1/+1
* More robust relative url root discovery for SCGI compatibility. This solves ...Jeremy Kemper2005-12-081-1/+2
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...Jeremy Kemper2005-11-231-5/+15
* Initialize @optional in routing code to avoid warningsNicholas Seckar2005-11-221-0/+1
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-221-3/+7
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-212-2/+8
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-212-0/+16
* Don't put flash in session if sessions are disabled.Jeremy Kemper2005-11-211-7/+16
* Back out of 3109 for now as it seems to interfere with the flashDavid Heinemeier Hansson2005-11-211-6/+2
* Strip out trailing &_= for raw post bodies #2868Sam Stephenson2005-11-211-0/+1
* Fix grammar error in [3115]. References #2966.Jeremy Kemper2005-11-211-2/+1
* Improve expire_fragment documentation. Closes #2966.Jeremy Kemper2005-11-211-1/+2
* Correct docs for automatic layout assignment. Closes #2610.Marcel Molina2005-11-201-1/+3
* r3209@asus: jeremy | 2005-11-20 01:04:22 -0800Jeremy Kemper2005-11-201-2/+6
* Make data writer private. Marshal/unmarshal handle nil.Jeremy Kemper2005-11-201-8/+8
* Log ActiveRecordStore debugging.Jeremy Kemper2005-11-201-0/+19
* Document request.env and request.host. Strip trailing whitespace.Jeremy Kemper2005-11-201-15/+18
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-201-9/+4
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-182-8/+15
* 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