aboutsummaryrefslogtreecommitdiffstats
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-172-5/+14
* 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
* Made apache start out on cgi and added back the default apache optionsDavid Heinemeier Hansson2005-02-151-2/+9
* Forget to addd thisDavid Heinemeier Hansson2005-02-151-0/+2
* Go away you silly externalsDavid Heinemeier Hansson2005-02-150-0/+0
* Tied to specific version of supportDavid Heinemeier Hansson2005-02-150-0/+0
* Fixed generated functional test for nested controllers has wrong paths #635David Heinemeier Hansson2005-02-156-17/+20
* Dont generate rdoc for railtiesDavid Heinemeier Hansson2005-02-151-0/+1
* Call Active Support 0.9 until releaseDavid Heinemeier Hansson2005-02-152-2/+2
* Require the Active Support gemDavid Heinemeier Hansson2005-02-152-3/+4
* Move Controllers wrapper module away from environment.rb and into dependencie...David Heinemeier Hansson2005-02-155-6/+38
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-150-0/+0
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-158-24/+6
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-1545-82/+118
* Fixed all the testsDavid Heinemeier Hansson2005-02-153-20/+9
* Fix deprecated id error #588David Heinemeier Hansson2005-02-151-1/+1
* No leading returnDavid Heinemeier Hansson2005-02-151-1/+0
* Updated the Rails generator command to workDavid Heinemeier Hansson2005-02-154-4/+4
* Fix test case for MySQL #598David Heinemeier Hansson2005-02-151-0/+1
* Fixed Inflector for words like "news" and "series" that are the same in plura...David Heinemeier Hansson2005-02-153-2/+13
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-1562-480/+1803
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-1559-1765/+348
* 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-1558-362/+1042
* Small indentDavid Heinemeier Hansson2005-02-151-1/+1
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-122-2/+4
* Added Hash#stringify_keys and Hash#stringify_keys!David Heinemeier Hansson2005-02-123-0/+35
* 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-116-2/+55
* 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
* Added keyword-style approach to defining the custom relational bindings #545 ...David Heinemeier Hansson2005-02-073-1/+132
* 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-0735-92/+94
* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man...David Heinemeier Hansson2005-02-071-2/+9
* Added that running test_units and test_functional now performs the clone_stru...David Heinemeier Hansson2005-02-072-1/+5
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-0718-32/+558
* Dont call id explicitly to do reloading that way we get rid of the warnings #...David Heinemeier Hansson2005-02-072-11/+11
* Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]David Heinemeier Hansson2005-02-072-6/+7
* Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]David Heinemeier Hansson2005-02-073-4/+13
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-0761-644/+1850