| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Optimized the SQL used to generate has_and_belongs_to_many queries by listing... | David Heinemeier Hansson | 2005-02-22 | 2 | -2/+2 |
* | Fixed that when using validation macros with a custom message, if you happene... | David Heinemeier Hansson | 2005-02-22 | 1 | -3/+11 |
* | Fixed that Active Record would throw Broken Pipe errors with FCGI when the My... | David Heinemeier Hansson | 2005-02-21 | 1 | -28/+51 |
* | Added options to specify an SSL connection for MySQL. Define the following at... | David Heinemeier Hansson | 2005-02-20 | 1 | -4/+6 |
* | Added automatic dropping/creating of test tables for running the unit tests o... | David Heinemeier Hansson | 2005-02-20 | 6 | -1/+26 |
* | Fixed that find_by_* would fail when column names had numbers #670 [demetrius] | David Heinemeier Hansson | 2005-02-19 | 1 | -1/+1 |
* | Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn] | David Heinemeier Hansson | 2005-02-19 | 1 | -50/+139 |
* | Added validates_each that validates each specified attribute against a block ... | David Heinemeier Hansson | 2005-02-18 | 1 | -181/+254 |
* | Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'... | David Heinemeier Hansson | 2005-02-18 | 1 | -1/+1 |
* | Fixed a bit to eager requiring of oracle bindings in oracle adapter #634 | David Heinemeier Hansson | 2005-02-18 | 1 | -1/+1 |
* | Addded validation for validate all the associated objects before declaring fa... | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+3 |
* | AR, AP, and AM should look for AS in sibling directory before trying RubyGems... | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+6 |
* | Fixed the verbosity of using the AR store | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+9 |
* | All libraries should link against the independent active support | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+1 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 3 | -9/+19 |
* | Small indent | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Added keyword-style approach to defining the custom relational bindings #545 ... | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+70 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 11 | -31/+31 |
* | Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man... | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+9 |
* | Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:... | David Heinemeier Hansson | 2005-02-07 | 3 | -21/+266 |
* | Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu] | David Heinemeier Hansson | 2005-02-07 | 1 | -4/+4 |
* | Updated documentation for serialize | David Heinemeier Hansson | 2005-01-25 | 1 | -4/+3 |
* | Added the option of supplying an array of ids and attributes to Base#update, ... | David Heinemeier Hansson | 2005-01-25 | 3 | -59/+36 |
* | Fixed documentation #538 | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | The create and build methods are only available for has_one/belongs_to if an ... | David Heinemeier Hansson | 2005-01-25 | 1 | -2/+3 |
* | Added Base.update_collection that can update an array of id/attribute pairs, ... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+42 |
* | Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a... | David Heinemeier Hansson | 2005-01-24 | 1 | -7/+12 |
* | Added that update_all calls sanitize_sql on its updates argument, so stuff li... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+1 |
* | Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+3 |
* | Added bind-named arrays for interpolating a group of ids or strings in condit... | David Heinemeier Hansson | 2005-01-24 | 1 | -3/+12 |
* | Added that has_and_belongs_to_many associations with additional attributes al... | David Heinemeier Hansson | 2005-01-24 | 2 | -18/+31 |
* | Fixed that records fetched with piggy-back attributes or through rich has_and... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+2 |
* | Added mass-assignment protection for the inheritance column -- regardless of ... | David Heinemeier Hansson | 2005-01-23 | 1 | -3/+8 |
* | Fixed that association proxies would fail === tests like PremiumSubscription ... | David Heinemeier Hansson | 2005-01-23 | 1 | -0/+5 |
* | Replaced === checks with is_a? checks #502, #82 [Marcel Molina] | David Heinemeier Hansson | 2005-01-20 | 4 | -7/+7 |
* | Fixed that column aliases didn't work as expected with the new MySql411 drive... | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Fixed that find_all would produce invalid sql when called sequentialy #490 [S... | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Cleanup the proxy rollback #492 | David Heinemeier Hansson | 2005-01-18 | 1 | -14/+6 |
* | Fixed that the belongs_to and has_one proxy would fail a test like 'if projec... | David Heinemeier Hansson | 2005-01-18 | 5 | -27/+57 |
* | Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ... | David Heinemeier Hansson | 2005-01-18 | 1 | -1/+2 |
* | Made human_attribute_name(attribute_key_name) use Inflector.humanize | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | Make sure #470 shouldnt be happening | David Heinemeier Hansson | 2005-01-17 | 1 | -13/+0 |
* | Only remember that an association was loaded if it was found | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | belongs_to association should always honor a present foreign key and conditio... | David Heinemeier Hansson | 2005-01-17 | 3 | -23/+33 |
* | New adventures in dependency reloading | David Heinemeier Hansson | 2005-01-16 | 1 | -1/+1 |
* | Added validates_associated that enables validation of objects in an unsaved a... | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+33 |
* | Added support for associating unsaved objects #402 [Tim Bates] | David Heinemeier Hansson | 2005-01-15 | 10 | -284/+502 |
* | Added a bit more documentation on how to use the instance methods for acts_as... | David Heinemeier Hansson | 2005-01-15 | 1 | -11/+14 |
* | Fixed binary support for PostgreSQL #444 [alex@byzantine.no] | David Heinemeier Hansson | 2005-01-15 | 1 | -1/+29 |
* | Removed silly change caused by inability to grok own code at 3 am | David Heinemeier Hansson | 2005-01-14 | 1 | -8/+8 |