| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the possibility of specifying the remaining options for find_first and ... | David Heinemeier Hansson | 2005-01-02 | 1 | -8/+11 |
* | DB2 driver shouldnt be looking for RubyGems stuff | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+0 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2005-01-02 | 1 | -34/+0 |
* | Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a... | David Heinemeier Hansson | 2005-01-02 | 2 | -4/+43 |
* | Added find_all style to the new dynamic finders | David Heinemeier Hansson | 2005-01-02 | 1 | -4/+9 |
* | Added dynamic attribute-based finders as a cleaner way of getting objects by ... | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+25 |
* | Restored bind arity checking #412 [bitsweat] | David Heinemeier Hansson | 2005-01-02 | 1 | -7/+8 |
* | Added that Base#find takes an optional options hash, including :conditions. B... | David Heinemeier Hansson | 2005-01-01 | 4 | -120/+161 |
* | Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru... | David Heinemeier Hansson | 2005-01-01 | 6 | -5/+490 |
* | Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t... | David Heinemeier Hansson | 2005-01-01 | 1 | -9/+40 |
* | Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ... | David Heinemeier Hansson | 2005-01-01 | 1 | -1/+1 |
* | Updated documentation for associations #387 [canadaduane] | David Heinemeier Hansson | 2005-01-01 | 1 | -7/+10 |
* | Added block-style for callbacks #332 [bitsweat] | David Heinemeier Hansson | 2005-01-01 | 1 | -50/+51 |
* | Added automated optimistic locking if the field lock_version is present #384 ... | David Heinemeier Hansson | 2004-12-31 | 3 | -2/+63 |
* | Added :counter_cache option to acts_as_tree that works just like the one you ... | David Heinemeier Hansson | 2004-12-31 | 1 | -2/+3 |
* | Fixed quoting in validates_format_of that would allow some rules to pass rega... | David Heinemeier Hansson | 2004-12-31 | 1 | -1/+1 |
* | Restored thread safety to Active Record [andreas] | David Heinemeier Hansson | 2004-12-30 | 1 | -10/+16 |
* | Transactions are now actually working on the database level on save, but thre... | David Heinemeier Hansson | 2004-12-30 | 1 | -1/+2 |
* | Switch dispatcher to use the new shared Dependencies approach | David Heinemeier Hansson | 2004-12-29 | 1 | -9/+0 |
* | Rearranging dependencies | David Heinemeier Hansson | 2004-12-29 | 1 | -0/+1 |
* | Moved support into Active Support | David Heinemeier Hansson | 2004-12-29 | 9 | -885/+57 |
* | Added Base.default_timezone accessor that determines whether to use Time.loca... | David Heinemeier Hansson | 2004-12-28 | 2 | -10/+15 |
* | Fixed that the const_missing autoload assumes the requested constant is set b... | David Heinemeier Hansson | 2004-12-28 | 1 | -1/+1 |
* | Added the possibility for adapters to overwrite add_limit! to implement a dif... | David Heinemeier Hansson | 2004-12-28 | 3 | -88/+53 |
* | Added scope option to validation_uniqueness #349 [Kent Sibilev] | David Heinemeier Hansson | 2004-12-22 | 1 | -2/+7 |
* | Added allow_nil options to validates_inclusion_of so that validation is only ... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+7 |
* | Added work-around for PostgreSQL and the problem of getting fixtures to be cr... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+18 |
* | Added Base#clear_association_cache to empty all the cached associations #347 ... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+7 |
* | Added more informative exceptions in establish_connection #356 [bitsweat] | David Heinemeier Hansson | 2004-12-22 | 1 | -4/+3 |
* | Fixed that options[:counter_sql] was overwritten with interpolated sql rather... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+2 |
* | Fixed that overriding an attribute's accessor would be disregarded by add_on_... | David Heinemeier Hansson | 2004-12-22 | 1 | -4/+9 |
* | Fixed that Base.table_name would expect a parameter when used in has_and_belo... | David Heinemeier Hansson | 2004-12-22 | 2 | -8/+3 |
* | Fixed that nested transactions now work by letting the outer most transaction... | David Heinemeier Hansson | 2004-12-22 | 2 | -17/+15 |
* | Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ... | David Heinemeier Hansson | 2004-12-21 | 1 | -4/+6 |
* | Deal with associated classes that doesnt reside in their own files | David Heinemeier Hansson | 2004-12-20 | 1 | -1/+7 |
* | Checked in the proper version of const_missing | David Heinemeier Hansson | 2004-12-20 | 1 | -17/+17 |
* | Forgot a "or" in Inflector | David Heinemeier Hansson | 2004-12-20 | 1 | -1/+1 |
* | Switched strategy on the id_before_type_cast problem and just did an explicit... | David Heinemeier Hansson | 2004-12-20 | 1 | -1/+5 |
* | Added a require_association hook on const_missing that makes it possible to u... | David Heinemeier Hansson | 2004-12-20 | 1 | -2/+27 |
* | Pulling attributes_from_column_definition should set the primary id to nil in... | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+1 |
* | Scrap that | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+0 |
* | Dont define respond_to? lookups for primary key | David Heinemeier Hansson | 2004-12-19 | 1 | -0/+1 |
* | FormHelper should only use *_before_type_cast if they available on the model | David Heinemeier Hansson | 2004-12-19 | 1 | -0/+1 |
* | Changed the interface on AbstractAdapter to require that adapters return the ... | David Heinemeier Hansson | 2004-12-19 | 5 | -11/+28 |
* | Added that query benchmarking will only happen if its going to be logged anyw... | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+1 |
* | Reworded a few doc things for better comprehension [dblack] | David Heinemeier Hansson | 2004-12-19 | 1 | -3/+3 |
* | Fixed small doc bug [dblack] | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+1 |
* | Added higher_item and lower_item as public methods for acts_as_list #342 [Tob... | David Heinemeier Hansson | 2004-12-19 | 1 | -13/+13 |
* | Added breakpoints to stand-alone Active Record, so we can use them in tests f... | David Heinemeier Hansson | 2004-12-19 | 2 | -0/+606 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 1 | -9/+14 |