| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam] | Rick Olson | 2006-07-17 | 2 | -4/+6 |
* | Remove leak in development mode | Nicholas Seckar | 2006-07-17 | 2 | -21/+27 |
* | Get rid of constant redefinition warnings when running AP tests | Marcel Molina | 2006-07-13 | 2 | -4/+4 |
* | Provide support for decimal columns to form helpers. Closes #5672. [dave@prag... | Marcel Molina | 2006-07-13 | 2 | -1/+3 |
* | Customize default BigDecimal formatting. [dave@pragprog.com] | Marcel Molina | 2006-07-13 | 3 | -0/+12 |
* | Correctly convert <foo nil=true> to nil when using Hash.create_from_xml. [Rick] | Rick Olson | 2006-07-13 | 3 | -2/+4 |
* | create_table rdoc: suggest :id => false for habtm join tables | Jeremy Kemper | 2006-07-10 | 2 | -2/+4 |
* | PostgreSQL: return array fields as strings. Closes #4664. | Jeremy Kemper | 2006-07-10 | 3 | -0/+56 |
* | occured -> occurred. Closes #5559. | Jeremy Kemper | 2006-07-10 | 4 | -5/+5 |
* | Ignore fixtures in test cases if there are no database configurations. Refere... | Jeremy Kemper | 2006-07-10 | 1 | -2/+2 |
* | Test connections use AR::Base.configurations. References #5497. | Jeremy Kemper | 2006-07-10 | 12 | -177/+174 |
* | SQLServer: added tests to ensure all database statements are closed, refactor... | Jeremy Kemper | 2006-07-10 | 6 | -177/+289 |
* | Oracle: BigDecimal support. Closes #5667. | Jeremy Kemper | 2006-07-10 | 4 | -22/+25 |
* | Optional identity for Enumerable#sum defaults to zero. Closes #5657. | Jeremy Kemper | 2006-07-09 | 3 | -2/+17 |
* | Update documentation for erb trim syntax. Closes #5651. | Jeremy Kemper | 2006-07-09 | 2 | -3/+7 |
* | Firebird database tasks. | Jeremy Kemper | 2006-07-09 | 1 | -0/+20 |
* | 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 |