aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed line number reporting for Builder template errors #1753 [piotr]David Heinemeier Hansson2005-07-152-1/+3
* Fix assert_routing with nested controllers. Closes #1582 and #1386.Nicholas Seckar2005-07-155-31/+45
* Turned off the test task as it breaks all others for nowDavid Heinemeier Hansson2005-07-151-8/+5
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-145-3/+45
* Add RouteSet#named_route so that RouteSet instance methods do not shadow avai...Nicholas Seckar2005-07-143-4/+26
* Provide correct defaults for Named Routes which do not specify :actionNicholas Seckar2005-07-143-3/+39
* Made pagination faster #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-143-37/+50
* Made test_rendering_nothing_on_layout acknowledge the spaceDavid Heinemeier Hansson2005-07-141-1/+1
* Added :select option to find which can specify a different value than the def...David Heinemeier Hansson2005-07-143-1/+12
* Cleared conflictDavid Heinemeier Hansson2005-07-141-0/+3
* Show correct paths to generated templates for nexted controllers. Fixes #730Nicholas Seckar2005-07-143-9/+10
* Fix rescue handling to erase both render and redirect resultsNicholas Seckar2005-07-141-1/+4
* Generate URLs for :action => index when :action => nil is supplied.Nicholas Seckar2005-07-142-8/+51
* Named routes should not provide nil values to url_for. Includes factoring and...Nicholas Seckar2005-07-132-5/+54
* add changelog entry.Leon Breedt2005-07-131-0/+4
* make sure that we get back a SOAPString when $KCODE is UTF-8Leon Breedt2005-07-131-0/+2
* always send back SOAP responses as UTF-8, we can't guarantee that SOAP4RLeon Breedt2005-07-134-33/+57
* r3023@asus: jeremy | 2005-07-12 23:43:39 -0700Jeremy Kemper2005-07-138-16/+23
* Worked around a Safari bug where it wouldn't pass headers through if the resp...David Heinemeier Hansson2005-07-121-2/+3
* Make Request#subdomains handle "foo.foo.com" correctlyJamis Buck2005-07-123-1/+8
* Fixed that auto_complete_for didn't force the input string to lower case even...David Heinemeier Hansson2005-07-112-1/+3
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-1115-29/+35
* Fixed documentation for :action/:template confusion #1643David Heinemeier Hansson2005-07-111-7/+7
* Improved documentation for :success/:failure callbacks #1699 [Thomas Fuchs]David Heinemeier Hansson2005-07-111-8/+11
* Added support for limit and offset with eager loading of has_one and belongs_...David Heinemeier Hansson2005-07-114-11/+76
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-119-230/+611
* Update Railties to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Update to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Fixed that Action View should always use the included Builder, never attempt ...David Heinemeier Hansson2005-07-102-16/+14
* Fixed that assume_bottom_position (in acts_as_list) could be called on items ...David Heinemeier Hansson2005-07-102-1/+3
* Better documentation for Calling multiple redirects or renders #1687 [courtenay]David Heinemeier Hansson2005-07-101-4/+7
* Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]David Heinemeier Hansson2005-07-102-19/+19
* r2992@asus: jeremy | 2005-07-10 02:43:49 -0700Jeremy Kemper2005-07-101-2/+8
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-107-8/+58
* r2985@asus: jeremy | 2005-07-10 02:04:41 -0700Jeremy Kemper2005-07-101-0/+2
* r2979@asus: jeremy | 2005-07-10 01:51:00 -0700Jeremy Kemper2005-07-104-54/+63
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-096-8/+19
* Added a config example in README #1626 [courtenay]David Heinemeier Hansson2005-07-092-2/+12
* better error message for missing associations #1631 [courtenay]David Heinemeier Hansson2005-07-092-4/+23
* Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i...David Heinemeier Hansson2005-07-092-1/+3
* Added support for SQL Server in the database rake tasks #1652 [ken.barker@gma...David Heinemeier Hansson2005-07-092-0/+11
* Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]David Heinemeier Hansson2005-07-092-2/+4
* Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]David Heinemeier Hansson2005-07-095-150/+273
* Fixed SQL Server test #1678 [Tom Ward]David Heinemeier Hansson2005-07-093-3/+3
* Made target migrations actually workDavid Heinemeier Hansson2005-07-091-3/+5
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-095-4/+47
* Improved error message for DoubleRenderErrorJamis Buck2005-07-093-2/+36
* r2960@asus: jeremy | 2005-07-09 02:12:35 -0700Jeremy Kemper2005-07-092-1/+12
* r2951@asus: jeremy | 2005-07-08 18:09:30 -0700Jeremy Kemper2005-07-085-5/+48
* Added better error message for "packets out of order" #1630 [courtenay]David Heinemeier Hansson2005-07-082-0/+4