aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...David Heinemeier Hansson2005-07-221-0/+49
* Added load_fixtures task to the Rakefile, which will load all the fixtures in...David Heinemeier Hansson2005-07-222-1/+12
* Doc fixes #1775, #1776 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-222-2/+2
* A bit more work on the still unfinished query cache #1722David Heinemeier Hansson2005-07-221-3/+3
* Added an empty robots.txt to public/, so that web servers asking for it won't...David Heinemeier Hansson2005-07-224-1/+5
* Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...David Heinemeier Hansson2005-07-221-0/+6
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-219-52/+119
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-203-5/+25
* Dropped the 'immediate close-down' of FCGI processes since it didn't work con...David Heinemeier Hansson2005-07-193-14/+9
* Factor Fixnum and Bignum extensions into Integer classNicholas Seckar2005-07-196-18/+17
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-188-8/+36
* Fix last changeset to pass unittestsNicholas Seckar2005-07-182-6/+8
* Fixed construction of get parameters for arraysNicholas Seckar2005-07-184-53/+70
* Updating changelog to reflect [1855]Nicholas Seckar2005-07-181-0/+2
* Add ordinalize to Fixnum and Bignum instancesNicholas Seckar2005-07-182-0/+10
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee...David Heinemeier Hansson2005-07-174-1/+6
* Fix doc typos #1734 [moriq@moriq.com]David Heinemeier Hansson2005-07-171-2/+2
* Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd",...David Heinemeier Hansson2005-07-174-2/+72
* Added options hash as third argument to FormHelper#input, so you can do input...David Heinemeier Hansson2005-07-172-2/+4
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-176-11/+14
* Fix problem with sendmail delivery where headers should be delimited by \n ch...David Heinemeier Hansson2005-07-172-1/+6
* Log if filters return false and halt execution #1735 [Michael Koziarski]David Heinemeier Hansson2005-07-171-1/+5
* Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-171-1/+9
* Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org]David Heinemeier Hansson2005-07-171-0/+8
* Added Base#expires_in(seconds)/Base#expires_now to control HTTP content cache...David Heinemeier Hansson2005-07-172-0/+25
* Make all tests pass on PGSQL #1759 [Rick Olson]David Heinemeier Hansson2005-07-171-4/+4
* Cleaning up of javascript_helper array options, add :only to sortable_element...David Heinemeier Hansson2005-07-171-16/+13
* we should respect charset for incoming messages and not assuming incoming isLeon Breedt2005-07-161-2/+12
* Regret inclusion for nowDavid Heinemeier Hansson2005-07-161-62/+0
* Support for upcoming script/spawnerDavid Heinemeier Hansson2005-07-161-0/+62
* More pagination speed #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-152-21/+29
* 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