aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-011-0/+2
* Added MacroReflection#macro which will return a symbol describing the macro u...David Heinemeier Hansson2005-02-271-0/+5
* Marked for releaseDavid Heinemeier Hansson2005-02-241-1/+1
* Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...David Heinemeier Hansson2005-02-241-0/+2
* Moved TimeZone to Active SupportDavid Heinemeier Hansson2005-02-231-2/+0
* Where to get the OCI8 driverDavid Heinemeier Hansson2005-02-231-0/+2
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-231-15/+18
* Added TimeZone as the first of a number of value objects that Active Record w...David Heinemeier Hansson2005-02-231-0/+2
* Documentation fix #698David Heinemeier Hansson2005-02-231-0/+2
* Optimized the SQL used to generate has_and_belongs_to_many queries by listing...David Heinemeier Hansson2005-02-221-0/+2
* Fixed that when using validation macros with a custom message, if you happene...David Heinemeier Hansson2005-02-221-0/+2
* Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...David Heinemeier Hansson2005-02-211-0/+2
* Added options to specify an SSL connection for MySQL. Define the following at...David Heinemeier Hansson2005-02-201-0/+2
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-0/+2
* Fixed that find_by_* would fail when column names had numbers #670 [demetrius]David Heinemeier Hansson2005-02-191-0/+2
* Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]David Heinemeier Hansson2005-02-191-0/+9
* Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...David Heinemeier Hansson2005-02-181-0/+2
* Loading the Routes should happen in the environments #655David Heinemeier Hansson2005-02-171-0/+10
* Addded validation for validate all the associated objects before declaring fa...David Heinemeier Hansson2005-02-171-0/+8
* Added keyword-style approach to defining the custom relational bindings #545 ...David Heinemeier Hansson2005-02-071-0/+8
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-0/+15
* Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]David Heinemeier Hansson2005-02-071-0/+5
* Prepared for 0.9.5 releaseDavid Heinemeier Hansson2005-01-251-1/+1
* Added the option of supplying an array of ids and attributes to Base#update, ...David Heinemeier Hansson2005-01-251-1/+10
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-241-0/+2
* Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...David Heinemeier Hansson2005-01-241-0/+2
* Added that update_all calls sanitize_sql on its updates argument, so stuff li...David Heinemeier Hansson2005-01-241-0/+2
* Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...David Heinemeier Hansson2005-01-241-0/+2
* Added bind-named arrays for interpolating a group of ids or strings in condit...David Heinemeier Hansson2005-01-241-0/+2
* Added that has_and_belongs_to_many associations with additional attributes al...David Heinemeier Hansson2005-01-241-0/+2
* Fixed that records fetched with piggy-back attributes or through rich has_and...David Heinemeier Hansson2005-01-241-0/+2
* Added mass-assignment protection for the inheritance column -- regardless of ...David Heinemeier Hansson2005-01-231-0/+2
* Fixed that association proxies would fail === tests like PremiumSubscription ...David Heinemeier Hansson2005-01-231-0/+2
* Fixed that column aliases didn't work as expected with the new MySql411 drive...David Heinemeier Hansson2005-01-201-0/+2
* Fixed that find_all would produce invalid sql when called sequentialy #490 [S...David Heinemeier Hansson2005-01-201-0/+5
* Made ready for release of 0.9.4.1David Heinemeier Hansson2005-01-181-1/+1
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-181-0/+2
* Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ...David Heinemeier Hansson2005-01-181-0/+5
* Made ready for release of 0.9.4David Heinemeier Hansson2005-01-171-1/+1
* Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...David Heinemeier Hansson2005-01-151-0/+2
* Added validates_associated that enables validation of objects in an unsaved a...David Heinemeier Hansson2005-01-151-0/+9
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+33
* Fixed binary support for PostgreSQL #444 [alex@byzantine.no]David Heinemeier Hansson2005-01-151-0/+2
* Added a differenciation between AssociationCollection#size and -length. Now A...David Heinemeier Hansson2005-01-111-0/+5
* Added Base#attributes that returns a hash of all the attributes with their na...David Heinemeier Hansson2005-01-111-0/+2
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-111-0/+2
* Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...David Heinemeier Hansson2005-01-111-0/+2
* Added Base#reload that reloads the attributes of an object from the database ...David Heinemeier Hansson2005-01-101-0/+2
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-0/+2
* Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...David Heinemeier Hansson2005-01-101-0/+2