| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve... | David Heinemeier Hansson | 2005-09-24 | 4 | -10/+28 |
* | Just include activerecord/schema with AR so it doesnt need to be dumped | David Heinemeier Hansson | 2005-09-24 | 3 | -8/+2 |
* | Make the sqlite adapter preserve not-null constraints and index names when al... | Jamis Buck | 2005-09-24 | 1 | -3/+12 |
* | Allow the postgresql adapter to work with the SchemaDumper. | Jamis Buck | 2005-09-23 | 2 | -4/+50 |
* | Post the postgresql adapter (and hopefully other adapters) pass all tests | Jamis Buck | 2005-09-23 | 2 | -4/+10 |
* | Make sqlite adapter pass all tests | Jamis Buck | 2005-09-23 | 2 | -3/+11 |
* | Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m... | Jamis Buck | 2005-09-23 | 11 | -25/+292 |
* | Fixed migrations for Windows when using more than 10 [David Naseby] | David Heinemeier Hansson | 2005-09-21 | 2 | -2/+6 |
* | Fixed that the create_x method from belongs_to wouldn't save the association ... | David Heinemeier Hansson | 2005-09-20 | 3 | -2/+7 |
* | Fixed saving a record with two unsaved belongs_to associations pointing to th... | Jamis Buck | 2005-09-20 | 4 | -5/+59 |
* | Fixed memory leak with Active Record classes when Dependencies.mechanism = :l... | David Heinemeier Hansson | 2005-09-20 | 1 | -0/+4 |
* | Improved migrations' behavior when the schema_info table is empty. | Nicholas Seckar | 2005-09-20 | 2 | -1/+3 |
* | Fixed that Observers didn't observe sub-classes #627 [Florian Weber] | David Heinemeier Hansson | 2005-09-19 | 3 | -1/+13 |
* | Fix eager loading error messages, allow :include to specify tables using stri... | Nicholas Seckar | 2005-09-18 | 3 | -2/+15 |
* | Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec... | David Heinemeier Hansson | 2005-09-15 | 1 | -1/+1 |
* | Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec... | David Heinemeier Hansson | 2005-09-15 | 2 | -7/+10 |
* | Only attempt to require Active Support if it hasnt been already #1959 | David Heinemeier Hansson | 2005-09-15 | 1 | -8/+10 |
* | Fixed various problems with has_and_belongs_to_many when using customer finde... | David Heinemeier Hansson | 2005-09-13 | 4 | -6/+21 |
* | Added dump of schema version to the db_structure_dump task for databases that... | David Heinemeier Hansson | 2005-09-12 | 2 | -2/+12 |
* | Rolled back broken #1814 | David Heinemeier Hansson | 2005-09-11 | 3 | -26/+1 |
* | Refactored to a more readble form #1813 | David Heinemeier Hansson | 2005-09-11 | 2 | -4/+2 |
* | Added better exception error when unknown column types are used with migratio... | David Heinemeier Hansson | 2005-09-11 | 4 | -2/+29 |
* | Fix tests | David Heinemeier Hansson | 2005-09-11 | 1 | -19/+16 |
* | Use the inflector rules made for the purpose | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill ... | David Heinemeier Hansson | 2005-09-11 | 2 | -0/+8 |
* | Fix fixture problem for pgsql | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+2 |
* | Fixed comparison of Active Record objects so two new objects are not equal #2... | David Heinemeier Hansson | 2005-09-09 | 3 | -1/+10 |
* | Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec... | David Heinemeier Hansson | 2005-09-09 | 3 | -4/+7 |
* | Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Refactored away all the legacy validate_options calls and replaced them with ... | David Heinemeier Hansson | 2005-09-09 | 5 | -22/+36 |
* | Added the instance methods #root and #ancestors on acts_as_tree and fixed sib... | David Heinemeier Hansson | 2005-09-09 | 4 | -13/+69 |
* | Added documentation for #1904 | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+15 |
* | An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal... | David Heinemeier Hansson | 2005-09-08 | 2 | -4/+0 |
* | Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ... | David Heinemeier Hansson | 2005-09-08 | 2 | -2/+4 |
* | Give AR the new benchmark method too | David Heinemeier Hansson | 2005-09-06 | 1 | -5/+8 |
* | Fix fragment benchmark calls and limit timings to 5 decimals | David Heinemeier Hansson | 2005-09-06 | 1 | -1/+1 |
* | Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe... | David Heinemeier Hansson | 2005-09-06 | 2 | -5/+13 |
* | Make sure the schema_info table is created before querying the current versio... | Jamis Buck | 2005-09-02 | 2 | -0/+3 |
* | Fixtures ignore table name prefix and suffix #1987 [Jakob S] | Jamis Buck | 2005-09-02 | 3 | -1/+43 |
* | Add documentation for index_type argument to add_index method for migrations ... | Jamis Buck | 2005-09-02 | 2 | -1/+3 |
* | Modify read_attribute to allow a symbol argument #2024 [Ken Kunz] | Jamis Buck | 2005-09-02 | 3 | -2/+15 |
* | Revert [2040], caused assignment of belongs_to associations to fail in some c... | Jamis Buck | 2005-08-24 | 3 | -13/+20 |
* | Add a failing test | Jamis Buck | 2005-08-24 | 1 | -0/+9 |
* | Saving a record with two unsaved belongs_to associations pointing to the same... | Jamis Buck | 2005-08-23 | 10 | -4/+103 |
* | Update changelog | Jamis Buck | 2005-08-14 | 1 | -0/+2 |
* | Make destroy return self #1913 [sebastian.kanthak@muehlheim.de] | Jamis Buck | 2005-08-14 | 2 | -1/+7 |
* | Fix typo in validations documentation #1938 [court3nay] | Jamis Buck | 2005-08-14 | 2 | -1/+4 |
* | Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org] | Jamis Buck | 2005-08-14 | 3 | -1/+12 |
* | Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky] | Jamis Buck | 2005-08-14 | 2 | -1/+3 |
* | Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail... | Jamis Buck | 2005-07-30 | 4 | -7/+40 |