| Commit message (Expand) | Author | Age | Files | Lines |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 44 | -151/+561 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 43 | -275/+237 |
* | Firebird migrations support. Closes #5337. | Jeremy Kemper | 2006-07-08 | 7 | -114/+508 |
* | Respect type method. #5337 | Jeremy Kemper | 2006-07-08 | 1 | -4/+2 |
* | Pass :id => nil or :class => nil to error_messages_for to supress that html a... | Jeremy Kemper | 2006-07-08 | 3 | -3/+17 |
* | Reset @html_document between requests so assert_tag works. Closes #4810. | Jeremy Kemper | 2006-07-08 | 2 | -0/+4 |
* | Update render :partial documentation. Closes #5646. | Jeremy Kemper | 2006-07-08 | 2 | -14/+20 |
* | Dispatcher processes rescued actions with the same controller that processed ... | Jeremy Kemper | 2006-07-08 | 2 | -1/+3 |
* | PostgreSQL: create/drop as postgres user. Closes #4790. | Jeremy Kemper | 2006-07-08 | 2 | -4/+6 |
* | rails -d frontbase to create a new project with a frontbase database.yml. Clo... | Jeremy Kemper | 2006-07-08 | 3 | -6/+36 |
* | Rollback [4584], bad test. Reopens #3819. | Jeremy Kemper | 2006-07-08 | 3 | -17/+2 |
* | Update callbacks documentation. Closes #3970. | Jeremy Kemper | 2006-07-08 | 2 | -0/+13 |
* | Don't modify options parameters in-place. Closes #3819. | Jeremy Kemper | 2006-07-08 | 3 | -2/+17 |
* | make_dest_dirs rake task uses path = . by default. Closes #3874. | Jeremy Kemper | 2006-07-08 | 1 | -2/+2 |
* | Integration tests behave well with render_component. Closes #4632. | Jeremy Kemper | 2006-07-08 | 2 | -2/+6 |
* | Clarify partial filename constraints. Closes #1161. | Jeremy Kemper | 2006-07-07 | 1 | -0/+3 |
* | PostgreSQL: correctly quote the ' in pk_and_sequence_for. Closes #5462. | Jeremy Kemper | 2006-07-07 | 2 | -1/+3 |
* | PostgreSQL: correctly quote microseconds in timestamps. Closes #5641. | Jeremy Kemper | 2006-07-07 | 4 | -2/+5 |
* | find_one uses find_every.first instead of find_initial since its primary key ... | Jeremy Kemper | 2006-07-07 | 1 | -1/+4 |
* | Clearer has_one/belongs_to model names (account has_one :user). Closes #5632. | Jeremy Kemper | 2006-07-07 | 2 | -8/+12 |
* | More succinct current_adapter? Enable locking duel for Oracle. | Jeremy Kemper | 2006-07-07 | 5 | -65/+67 |
* | PostgreSQL: add_column can add a not null column with a default. | Jeremy Kemper | 2006-07-07 | 1 | -3/+17 |
* | Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ... | Jeremy Kemper | 2006-07-07 | 4 | -55/+38 |
* | Ensure the logger is initialized. Closes #5629. | Jeremy Kemper | 2006-07-06 | 2 | -1/+6 |
* | Updated | David Heinemeier Hansson | 2006-07-06 | 1 | -0/+10 |
* | Rename test file so it runs for MySQL only. | Jeremy Kemper | 2006-07-06 | 1 | -0/+0 |
* | Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b... | David Heinemeier Hansson | 2006-07-06 | 1 | -17/+61 |
* | Grammar fix in aggregations rdoc. Closes #5613. | Jeremy Kemper | 2006-07-06 | 1 | -2/+2 |
* | Really, this time. References #5612. | Jeremy Kemper | 2006-07-05 | 1 | -7/+11 |
* | Update scaffolding functional tests to use :id => people(:first) instead of :... | Jeremy Kemper | 2006-07-05 | 2 | -4/+6 |
* | text_field_with_auto_complete stylesheet uses <style type="text/css"> instead... | Jeremy Kemper | 2006-07-05 | 2 | -3/+2 |
* | db:test:clone should remove existing tables before reloading the schema. Clos... | Jeremy Kemper | 2006-07-05 | 2 | -5/+7 |
* | Fixed test | David Heinemeier Hansson | 2006-07-05 | 1 | -1/+1 |
* | HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ... | Jeremy Kemper | 2006-07-05 | 3 | -38/+70 |
* | revert ActiveRecord equality change. Closes #5596 | Rick Olson | 2006-07-05 | 1 | -3/+2 |
* | Fixed migration generation for class names like ACLController (closes #5197) ... | David Heinemeier Hansson | 2006-07-05 | 2 | -1/+3 |
* | Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co... | David Heinemeier Hansson | 2006-07-05 | 6 | -6/+26 |
* | Doc fixes (closes #5443) | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+6 |
* | Added exception handling of missing layouts (closes #5373) [chris@ozmm.org] | David Heinemeier Hansson | 2006-07-05 | 3 | -1/+24 |
* | rake should run active_schema_mysql_test.rb (closes #5390) | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+2 |
* | Doc fix (closes #5418) [kevwil@gmail.com] | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+3 |
* | Doc fix (closes #5429) | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+7 |
* | Fixed that real files and symlinks should be treated the same when compiling ... | David Heinemeier Hansson | 2006-07-05 | 4 | -64/+138 |
* | Added show_source_list and show_call_stack to breakpoints to make it easier t... | David Heinemeier Hansson | 2006-07-05 | 2 | -0/+43 |
* | Added :group to available options for finds done on associations (closes #551... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Doc fix (closes #5504) [lee@omara.ca] | David Heinemeier Hansson | 2006-07-05 | 3 | -2/+19 |
* | Doc fix (closes #5576) | David Heinemeier Hansson | 2006-07-05 | 1 | -1/+1 |
* | Fixed that the flash should be reset when reset_session is called (closes #55... | David Heinemeier Hansson | 2006-07-05 | 2 | -1/+9 |
* | Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk] | David Heinemeier Hansson | 2006-07-05 | 3 | -4/+31 |
* | Doc fixes | David Heinemeier Hansson | 2006-07-05 | 2 | -43/+42 |