aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-143-1/+12
* Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky]Jamis Buck2005-08-142-1/+3
* Works with public keys now, for passwordless operationJamis Buck2005-08-137-31/+181
* fix rendering of scaffolding (@content_for_layout has to be set on the templa...Leon Breedt2005-08-121-4/+13
* Subversion module recognizes the password prompt for HTTP authenticationJamis Buck2005-08-124-6/+126
* Preserve +x on scripts when using darcs #1929 [Scott Barron]Jamis Buck2005-08-122-1/+3
* Added -w flag to ps in process/reaper #1934 [Scott Barron]Jamis Buck2005-08-122-3/+5
* Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const...Leon Breedt2005-08-123-0/+20
* Explicitly terminate shell statements with ';' if they are in 'if' statementsJamis Buck2005-08-062-3/+3
* The utility's name is SwitchTowerJamis Buck2005-08-061-1/+1
* When executing multiline commands, escape newlines with a backslashJamis Buck2005-08-065-37/+96
* Mention the dependencies of SwitchTower (Net::SSH, Needle)Jamis Buck2005-08-061-0/+4
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-064-3/+15
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-053-2/+14
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-036-0/+153
* Initial commit of the new switchtower utilityJamis Buck2005-08-0321-0/+3243
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-013-6/+26
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-314-1/+32
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-313-1/+20
* Fixed that Time#midnight would have a non-zero usec on some platforms #1836Jamis Buck2005-07-313-3/+12
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-313-25/+43
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-304-7/+40
* Really fix the syntax error issueDavid Heinemeier Hansson2005-07-281-1/+2
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-273-6/+16
* More fixes, but still brokenDavid Heinemeier Hansson2005-07-272-4/+6
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-0/+4
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-5/+3
* Fixed bug when a partial render was passing a local with the same name as the...David Heinemeier Hansson2005-07-273-2/+4
* Demonstrate breakage betterDavid Heinemeier Hansson2005-07-273-3/+4
* Fixed dynamic scaffolding [Stefan Kaes]David Heinemeier Hansson2005-07-272-6/+9
* Added two failing tests for partials with locals from controllerDavid Heinemeier Hansson2005-07-272-1/+28
* Fixed #1774 againDavid Heinemeier Hansson2005-07-271-1/+1
* Removed unused statementDavid Heinemeier Hansson2005-07-261-1/+0
* Fixed snag in status reportingDavid Heinemeier Hansson2005-07-261-1/+1
* Made the reaper talk to the spinner to make it spin faster during restarts an...David Heinemeier Hansson2005-07-262-20/+35
* Only log status if there is one different from 200 setDavid Heinemeier Hansson2005-07-261-1/+1
* Document the design of the compiled templates approach and tweak the expirati...David Heinemeier Hansson2005-07-261-4/+8
* Fixed broken error handling #1827 [Stefan Kaes]David Heinemeier Hansson2005-07-251-5/+4
* Add a catch-all eraserDavid Heinemeier Hansson2005-07-251-2/+7
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-2415-198/+186
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-2/+12
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-2418-59/+235
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-244-3/+14
* Allow ERb in the database.yml file (just like with fixtures), so you can pull...David Heinemeier Hansson2005-07-242-1/+3
* Added convenience controls for FCGI processes (especially when managed remote...David Heinemeier Hansson2005-07-246-5/+244
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-1/+1
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-2/+2
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-2314-117/+175
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-234-2/+17