aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed photo/photos #1583David Heinemeier Hansson2005-07-023-10/+13
* Fixed a bug with alternate layout #1468 [sam]David Heinemeier Hansson2005-07-021-1/+1
* Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...David Heinemeier Hansson2005-07-023-35/+86
* Fixed that model generator would make fixtures plural, even if ActiveRecord::...David Heinemeier Hansson2005-07-022-1/+3
* Update for JavaScript helper tests #1584 [Thomas Fuchs]David Heinemeier Hansson2005-07-021-14/+48
* Auto completer should hide update element by when initializing #1579 [Thomas ...David Heinemeier Hansson2005-07-021-0/+2
* Added more tests on assert_redirected_to #1581 [Rick Olson]David Heinemeier Hansson2005-07-023-3/+57
* Added ActionController::Base.enable_upload_progress for people who want to pl...David Heinemeier Hansson2005-07-021-0/+6
* Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_...David Heinemeier Hansson2005-07-024-10/+53
* Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11...David Heinemeier Hansson2005-07-025-1/+11
* Fixed validates_numericality_of to work with overrided getter-method when :al...David Heinemeier Hansson2005-07-023-0/+10
* Clarified intentions of validates_associated #870David Heinemeier Hansson2005-07-022-2/+15
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-026-12/+26
* Removed the default option of wrap=virtual on FormHelper#text_area to ensure ...David Heinemeier Hansson2005-07-022-1/+3
* Rake task to update spin off libraries #1514 [Tobias Luetke]David Heinemeier Hansson2005-07-022-0/+20
* Adds the ability to include XML CDATA tags using Builder #1563 [Josh Knowles]David Heinemeier Hansson2005-07-022-0/+15
* Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [...David Heinemeier Hansson2005-07-024-15/+36
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1593 5ecf4fe2-1ee6-...Jeremy Kemper2005-07-020-0/+0
* r1588@asus: jeremy | 2005-07-02 03:14:45 -0700Jeremy Kemper2005-07-026-21/+161
* r1587@asus: jeremy | 2005-07-01 20:36:08 -0700Jeremy Kemper2005-07-020-0/+0
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-014-5/+65
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-012-1/+20
* Make render(:inline) use locals #1556 [Michael Shuerig]David Heinemeier Hansson2005-07-012-2/+11
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-0115-130/+234
* Added new rules to the Inflector to deal with more unusual plurals mouse/lous...David Heinemeier Hansson2005-07-013-1/+22
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-015-33/+99
* Load models and frequency typo on upoad progress #1555 [Sean Treadway]David Heinemeier Hansson2005-07-013-6/+8
* Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...David Heinemeier Hansson2005-07-016-46/+97
* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]Jamis Buck2005-06-303-1/+21
* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]Jamis Buck2005-06-303-4/+31
* Fixed mr recycle!David Heinemeier Hansson2005-06-301-1/+2
* Uncommented request.recycle! as it breaks more than it fixes, left test case ...David Heinemeier Hansson2005-06-305-9/+29
* Dont include the upload progress automatically before it works betterDavid Heinemeier Hansson2005-06-302-5/+0
* File upload progress seems to have problems on a variety of servers, marking ...David Heinemeier Hansson2005-06-303-5/+4
* Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails a...David Heinemeier Hansson2005-06-303-1/+28
* Wrong variable name used in observe_field #1551David Heinemeier Hansson2005-06-301-1/+1
* Give auto_complete_for parameters, fix browser-autocompletion #1550David Heinemeier Hansson2005-06-292-6/+11
* Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...Jamis Buck2005-06-295-134/+182
* A bit more routes refactoring and testDavid Heinemeier Hansson2005-06-292-5/+9
* Got back to functional testing harmonyDavid Heinemeier Hansson2005-06-292-33/+57
* Rolled back changed to test_process as it broke havok this morningDavid Heinemeier Hansson2005-06-291-13/+12
* Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...David Heinemeier Hansson2005-06-294-22/+24
* Script.aculo.us: autocompletion focus fix, setContentZoom fix #1546 [Thomas F...David Heinemeier Hansson2005-06-293-19/+21
* Sync Prototype; closes #1539Sam Stephenson2005-06-291-30/+59
* r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700Jeremy Kemper2005-06-297-66/+71
* Routes fail with leading slash #1540 [Nicholas Seckar]Jamis Buck2005-06-283-0/+8
* Badly applied patch fixDavid Heinemeier Hansson2005-06-281-2/+2
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-286-0/+1730
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-287-16/+128
* This patch modifies RouteSet#write_generation and RouteSet#write_recognition ...David Heinemeier Hansson2005-06-281-1/+8