aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fixed that a bunch of methods from ActionController::Base was accessible as a...David Heinemeier Hansson2005-02-172-3/+21
* Added current_page?(options) method to check if the url_for options passed co...David Heinemeier Hansson2005-02-171-1/+6
* Simplified link_to_unless_current to work with the new RoutingDavid Heinemeier Hansson2005-02-171-24/+3
* Better fix for requireing a missing route file in unit testsDavid Heinemeier Hansson2005-02-171-1/+3
* Fix that routes werent being loaded in production environmentDavid Heinemeier Hansson2005-02-172-1/+9
* Forget defaults :action if :controller changed at allDavid Heinemeier Hansson2005-02-171-2/+2
* Make Routes drop the default for action when the controller changes #651David Heinemeier Hansson2005-02-172-2/+8
* Fixed the verbosity of using the AR storeDavid Heinemeier Hansson2005-02-171-3/+5
* Enable diagnostics screen againDavid Heinemeier Hansson2005-02-162-1/+3
* Fixed https handling on other ports than 443 [Alan Gano]David Heinemeier Hansson2005-02-161-1/+1
* Call Active Support 0.9 until releaseDavid Heinemeier Hansson2005-02-151-1/+1
* Move Controllers wrapper module away from environment.rb and into dependencie...David Heinemeier Hansson2005-02-151-1/+3
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-9/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-154-28/+22
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-1520-196/+1441
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-1520-1417/+131
* Added routing itself.. wonder why that didnt make it through the mergeDavid Heinemeier Hansson2005-02-151-0/+260
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-1519-145/+694
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-122-2/+4
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-123-1/+40
* Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...David Heinemeier Hansson2005-02-111-0/+2
* Fixed whitespaceDavid Heinemeier Hansson2005-02-111-7/+8
* Fixed double requiring of models with the same name as the controllerDavid Heinemeier Hansson2005-02-111-1/+0
* Make the store less verbose when saving the session dataDavid Heinemeier Hansson2005-02-071-1/+1
* Fixed that query params could be forced to nil on a POST due to the raw post ...David Heinemeier Hansson2005-02-072-4/+6
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-0719-35/+35
* Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]David Heinemeier Hansson2005-02-072-6/+7
* Minor refactoring to prettifyDavid Heinemeier Hansson2005-02-061-8/+3
* Prepared for 0.9.5 releaseDavid Heinemeier Hansson2005-01-253-2/+5
* Catch ArgumentError not NameErrorDavid Heinemeier Hansson2005-01-251-1/+1
* Raise LoadErrors separatelyDavid Heinemeier Hansson2005-01-251-1/+1
* Comply to the new dependency reload systemDavid Heinemeier Hansson2005-01-251-1/+1
* Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]David Heinemeier Hansson2005-01-252-6/+17
* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...David Heinemeier Hansson2005-01-254-13/+25
* Applied the dblack patchDavid Heinemeier Hansson2005-01-242-0/+32
* Added support for automatic id-based indexing for lists of items #532 [dblack]David Heinemeier Hansson2005-01-241-0/+14
* Added :application_prefix to url_for and friends that makes it easier to setu...David Heinemeier Hansson2005-01-243-1/+25
* Added :encode option to mail_to that'll allow you to masquarede the email add...David Heinemeier Hansson2005-01-243-1/+42
* Fixed install.rb filesDavid Heinemeier Hansson2005-01-241-3/+10
* Another swing at reloadingDavid Heinemeier Hansson2005-01-241-2/+3
* Fixed that the content-header was being set to application/octet_stream inste...David Heinemeier Hansson2005-01-222-1/+3
* Fixed no-binding fragment cachingDavid Heinemeier Hansson2005-01-203-8/+8
* Removed the need for passing the binding when using CacheHelper#cacheDavid Heinemeier Hansson2005-01-203-7/+9
* Deactivated RAW_POST_DATA pending fixDavid Heinemeier Hansson2005-01-201-1/+1
* A few missing filesDavid Heinemeier Hansson2005-01-202-0/+75
* Added TestResponse#binary_content that'll return as a string the data sent th...David Heinemeier Hansson2005-01-202-0/+19
* Added @request.env['RAW_POST_DATA'] for people who need access to the data be...David Heinemeier Hansson2005-01-203-0/+4
* Fixed that all redirect and render calls now return true, so you can use the ...David Heinemeier Hansson2005-01-204-7/+74
* Fixed that a default fragment store wan't being set to MemoryStore as intendedDavid Heinemeier Hansson2005-01-201-1/+1
* Made ready for release of 0.9.4.1David Heinemeier Hansson2005-01-182-2/+2