aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* find_one uses find_every.first instead of find_initial since its primary key ...Jeremy Kemper2006-07-071-1/+4
* Clearer has_one/belongs_to model names (account has_one :user). Closes #5632.Jeremy Kemper2006-07-072-8/+12
* More succinct current_adapter? Enable locking duel for Oracle.Jeremy Kemper2006-07-075-65/+67
* PostgreSQL: add_column can add a not null column with a default.Jeremy Kemper2006-07-071-3/+17
* Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...Jeremy Kemper2006-07-074-55/+38
* Ensure the logger is initialized. Closes #5629.Jeremy Kemper2006-07-062-1/+6
* UpdatedDavid Heinemeier Hansson2006-07-061-0/+10
* Rename test file so it runs for MySQL only.Jeremy Kemper2006-07-061-0/+0
* Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...David Heinemeier Hansson2006-07-061-17/+61
* Grammar fix in aggregations rdoc. Closes #5613.Jeremy Kemper2006-07-061-2/+2
* Really, this time. References #5612.Jeremy Kemper2006-07-051-7/+11
* Update scaffolding functional tests to use :id => people(:first) instead of :...Jeremy Kemper2006-07-052-4/+6
* text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...Jeremy Kemper2006-07-052-3/+2
* db:test:clone should remove existing tables before reloading the schema. Clos...Jeremy Kemper2006-07-052-5/+7
* Fixed testDavid Heinemeier Hansson2006-07-051-1/+1
* HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ...Jeremy Kemper2006-07-053-38/+70
* revert ActiveRecord equality change. Closes #5596Rick Olson2006-07-051-3/+2
* Fixed migration generation for class names like ACLController (closes #5197) ...David Heinemeier Hansson2006-07-052-1/+3
* Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...David Heinemeier Hansson2006-07-056-6/+26
* Doc fixes (closes #5443)David Heinemeier Hansson2006-07-051-0/+6
* Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]David Heinemeier Hansson2006-07-053-1/+24
* rake should run active_schema_mysql_test.rb (closes #5390)David Heinemeier Hansson2006-07-051-2/+2
* Doc fix (closes #5418) [kevwil@gmail.com]David Heinemeier Hansson2006-07-051-2/+3
* Doc fix (closes #5429)David Heinemeier Hansson2006-07-051-0/+7
* Fixed that real files and symlinks should be treated the same when compiling ...David Heinemeier Hansson2006-07-054-64/+138
* Added show_source_list and show_call_stack to breakpoints to make it easier t...David Heinemeier Hansson2006-07-052-0/+43