aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r4854@ks: jeremy | 2006-07-30 00:59:18 -0700Jeremy Kemper2006-07-315-9/+114
* show missing file path on failed fixture_file_uploadRick Olson2006-07-301-1/+1
* Ensure TestRequest#session always returns a TestSession [Koz]Michael Koziarski2006-07-282-1/+3
* Fixed the failsafe response so it uses either the current recognized controll...Rick Olson2006-07-282-2/+7
* Patch sql injection vulnerability when using integer or float columns.Jamis Buck2006-07-273-1/+10
* Don't search a load-path of '.' for controller files, since it may include sy...Jamis Buck2006-07-272-1/+3
* Update integration.rb to require test_process explicitly instead of via Depen...Nicholas Seckar2006-07-272-0/+3
* Initial Version of Deprecation for Rails[Koz]Michael Koziarski2006-07-274-0/+134
* Added ICS to extension lookup recognition [Lars Pind]David Heinemeier Hansson2006-07-261-0/+2
* BigDecimal: schema dumper formattingJeremy Kemper2006-07-241-1/+1
* Allow #count through a has_many association to accept :include. [Dan Peterson]Rick Olson2006-07-244-1/+7
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-223-1/+21
* Strip boolean XML content before checking for 'true' [Rick Olson]Rick Olson2006-07-213-3/+5
* fix association exception messages, fix them so the error messages actually d...Rick Olson2006-07-203-41/+16
* Make sure script/reaper only reaps dispatcher pids by default, and not the sp...Jamis Buck2006-07-182-2/+4
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...Rick Olson2006-07-183-1/+28
* Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]Rick Olson2006-07-172-4/+6
* Remove leak in development modeNicholas Seckar2006-07-172-21/+27
* Get rid of constant redefinition warnings when running AP testsMarcel Molina2006-07-132-4/+4
* Provide support for decimal columns to form helpers. Closes #5672. [dave@prag...Marcel Molina2006-07-132-1/+3
* Customize default BigDecimal formatting. [dave@pragprog.com]Marcel Molina2006-07-133-0/+12
* Correctly convert <foo nil=true> to nil when using Hash.create_from_xml. [Rick]Rick Olson2006-07-133-2/+4
* create_table rdoc: suggest :id => false for habtm join tablesJeremy Kemper2006-07-102-2/+4
* PostgreSQL: return array fields as strings. Closes #4664.Jeremy Kemper2006-07-103-0/+56
* occured -> occurred. Closes #5559.Jeremy Kemper2006-07-104-5/+5
* Ignore fixtures in test cases if there are no database configurations. Refere...Jeremy Kemper2006-07-101-2/+2
* Test connections use AR::Base.configurations. References #5497.Jeremy Kemper2006-07-1012-177/+174
* SQLServer: added tests to ensure all database statements are closed, refactor...Jeremy Kemper2006-07-106-177/+289
* Oracle: BigDecimal support. Closes #5667.Jeremy Kemper2006-07-104-22/+25
* Optional identity for Enumerable#sum defaults to zero. Closes #5657.Jeremy Kemper2006-07-093-2/+17
* Update documentation for erb trim syntax. Closes #5651.Jeremy Kemper2006-07-092-3/+7
* Firebird database tasks.Jeremy Kemper2006-07-091-0/+20
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-0844-151/+561
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-0843-275/+237
* Firebird migrations support. Closes #5337.Jeremy Kemper2006-07-087-114/+508
* Respect type method. #5337Jeremy Kemper2006-07-081-4/+2
* Pass :id => nil or :class => nil to error_messages_for to supress that html a...Jeremy Kemper2006-07-083-3/+17
* Reset @html_document between requests so assert_tag works. Closes #4810.Jeremy Kemper2006-07-082-0/+4
* Update render :partial documentation. Closes #5646.Jeremy Kemper2006-07-082-14/+20
* Dispatcher processes rescued actions with the same controller that processed ...Jeremy Kemper2006-07-082-1/+3
* PostgreSQL: create/drop as postgres user. Closes #4790.Jeremy Kemper2006-07-082-4/+6
* rails -d frontbase to create a new project with a frontbase database.yml. Clo...Jeremy Kemper2006-07-083-6/+36
* Rollback [4584], bad test. Reopens #3819.Jeremy Kemper2006-07-083-17/+2
* Update callbacks documentation. Closes #3970.Jeremy Kemper2006-07-082-0/+13
* Don't modify options parameters in-place. Closes #3819.Jeremy Kemper2006-07-083-2/+17
* make_dest_dirs rake task uses path = . by default. Closes #3874.Jeremy Kemper2006-07-081-2/+2
* Integration tests behave well with render_component. Closes #4632.Jeremy Kemper2006-07-082-2/+6
* Clarify partial filename constraints. Closes #1161.Jeremy Kemper2006-07-071-0/+3
* PostgreSQL: correctly quote the ' in pk_and_sequence_for. Closes #5462.Jeremy Kemper2006-07-072-1/+3
* PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.Jeremy Kemper2006-07-074-2/+5