Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/CHANGELOG


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9248 [9248] 04/10/08 18:06:05 rick Change validates_uniqueness_of :case_sensitive option default back to true …
(edit) @9247 [9247] 04/10/08 13:48:43 pratik Ensure that save on child object fails for invalid belongs_to association. …
(edit) @9244 [9244] 04/09/08 16:20:15 rick Add support for interleaving migrations by storing which migrations have …
(edit) @9243 [9243] 04/08/08 05:20:33 rick ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes …
(edit) @9235 [9235] 04/06/08 22:26:15 pratik Ensure that respond_to? considers dynamic finder methods. Closes #11538. …
(edit) @9232 [9232] 04/06/08 02:32:51 pratik Ensure that save on parent object fails for invalid has_one association. …
(edit) @9231 [9231] 04/06/08 02:18:42 pratik Remove duplicate code from associations. [Pratik]
(edit) @9230 [9230] 04/06/08 00:27:12 pratik Refactor HasManyThroughAssociation to inherit from HasManyAssociation. …
(edit) @9229 [9229] 04/05/08 16:25:48 pratik Ensure HABTM#create and HABTM#build do not load entire association. …
(edit) @9226 [9226] 04/05/08 03:52:58 pratik Improve documentation.
(edit) @9202 [9202] 04/01/08 20:09:45 rick Tweak ActiveRecord::Base#to_json to include a root value in the returned …
(edit) @9200 [9200] 04/01/08 18:27:22 rick Add efficient #include? to AssociationCollection (for has_many/has_many …
(edit) @9182 [9182] 04/01/08 05:01:10 bitsweat PostgreSQL: create_ and drop_database support. Closes #9042.
(edit) @9168 [9168] 03/31/08 12:57:47 pratik Ensure that validates_uniqueness_of works with with_scope. Closes #9235. …
(edit) @9157 [9157] 03/31/08 01:10:04 bitsweat Partial updates include only unsaved attributes. Off by default; set …
(edit) @9150 [9150] 03/30/08 23:01:06 gbuesing Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is …
(edit) @9129 [9129] 03/29/08 17:53:44 david Fixed that validates_size_of :within works in associations (closes #11295, …
(edit) @9127 [9127] 03/29/08 00:04:27 bitsweat Track changes to unsaved attributes
(edit) @9122 [9122] 03/28/08 21:21:01 david Switched to UTC-timebased version numbers for migrations and the schema. …
(edit) @9110 [9110] 03/28/08 16:13:57 david Fixed that has_many :through would ignore the hash conditions (closes …
(edit) @9096 [9096] 03/26/08 15:40:57 rick Fix issue where the :uniq option of a has_many :through association is …
(edit) @9095 [9095] 03/26/08 15:36:17 rick Fix duplicate table alias error when including an association with a …
(edit) @9094 [9094] 03/26/08 15:26:59 rick More efficient association preloading code that compacts a through_records …
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @9090 [9090] 03/25/08 23:56:48 david Fixed that ActiveRecord#Base.find_or_create/initialize would not honor …
(edit) @9085 [9085] 03/24/08 19:59:22 david Added ActiveRecord#Base.all/first/last as aliases for …
(edit) @9084 [9084] 03/24/08 02:50:02 rick Merge the has_finder gem, renamed as 'named_scope'. Closes #11404
(edit) @9067 [9067] 03/21/08 18:09:03 rick Add has_one :through support, finally. Closes #4756 [thechrisoshow]
(edit) @9056 [9056] 03/18/08 18:23:14 bitsweat Migrations: create_table supports primary_key_prefix_type. Closes #10314.
(edit) @9050 [9050] 03/17/08 21:48:28 david Added logging for dependency load errors with fixtures (closes #11056) …
(edit) @9047 [9047] 03/17/08 05:50:13 gbuesing Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. …
(edit) @9022 [9022] 03/13/08 18:41:42 david Fixed that scoped joins would not always be respected (closes #6821) …
(edit) @9018 [9018] 03/13/08 03:06:51 rick Ensure that ActiveRecord::Calculations disambiguates field names with the …
(edit) @9014 [9014] 03/13/08 02:17:04 david Added add/remove_timestamps to the schema statements for adding the …
(edit) @9012 [9012] 03/12/08 21:26:02 david Added ActiveRecord::Base.find(:last) (closes #11338) [miloops]
(edit) @9003 [9003] 03/10/08 06:48:15 gbuesing test_native_types expects DateTime.local_offset instead of …
(edit) @8989 [8989] 03/07/08 11:45:07 pratik Add :readonly option to HasManyThrough associations. Closes #11156
(edit) @8977 [8977] 03/03/08 06:23:38 nzkoz Improve performance on :include/:conditions/:limit queries by selectively …
(edit) @8957 [8957] 02/29/08 23:16:53 nzkoz Improve performance by avoiding named block arguments. Closes #11109
(edit) @8922 [8922] 02/22/08 03:26:21 bitsweat PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg …
(edit) @8894 [8894] 02/18/08 04:49:56 nzkoz Ensure nested preloading works when associations return nil. Closes …
(edit) @8890 [8890] 02/18/08 00:14:54 nzkoz Make dynamic finders respect the :include on HasManyThrough associations. …
(edit) @8882 [8882] 02/16/08 20:47:01 gbuesing ActiveRecord::Base#instantiate_time_object only uses Time.zone when …
(edit) @8881 [8881] 02/16/08 20:13:38 gbuesing Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage …
(edit) @8874 [8874] 02/15/08 21:47:27 bitsweat Revert [8865], broke AP record identifier. Reopens #11109.
(edit) @8870 [8870] 02/14/08 20:06:25 nzkoz Optimisation for BigDecimal conversion code. Closes #11110 [adymo]
(edit) @8867 [8867] 02/14/08 07:53:37 rick Improve associations performance by using symbol callbacks instead of …
(edit) @8865 [8865] 02/14/08 07:24:09 rick Improve associations performance by avoiding named block arguments. Closes …
(edit) @8864 [8864] 02/13/08 06:32:50 bitsweat Introduce the :readonly option to all associations. Records from the …
(edit) @8855 [8855] 02/10/08 22:46:31 gbuesing Multiparameter attributes for time columns fail over to DateTime when out …
(edit) @8847 [8847] 02/10/08 17:02:22 gbuesing TimeZone#new renamed #local, so that new TimeWithZone instances can be …
(edit) @8806 [8806] 02/06/08 06:43:02 rick Add Time Zone support to ActiveRecord, and config.time_zone property for …
(edit) @8787 [8787] 02/02/08 20:18:18 rick Reshuffle load order so that routes and observers are initialized after …
(edit) @8762 [8762] 01/31/08 07:50:15 bitsweat Fixed preloading belongs_to associations which reference a custom foreign …
(edit) @8757 [8757] 01/30/08 23:22:58 bitsweat MySQL: omit text/blob defaults from the schema instead of using an empty …
(edit) @8675 [8675] 01/19/08 05:30:42 bitsweat belongs_to supports :dependent => :destroy and :delete. Closes #10592.
(edit) @8672 [8672] 01/19/08 04:19:53 bitsweat Introduce preload query strategy for eager :includes. Closes #9640.
(edit) @8671 [8671] 01/19/08 03:45:24 bitsweat Support aggregations in finder conditions. Closes #10572.
(edit) @8662 [8662] 01/18/08 07:31:51 bitsweat Organize and clean up the Active Record test suite. Closes #10742.
(edit) @8653 [8653] 01/18/08 01:55:11 rick Ensure that modifying has_and_belongs_to_many actions clear the query …
(edit) @8627 [8627] 01/11/08 19:54:19 rick Fix issue where Table#references doesn't pass a :null option to a *_type …
(edit) @8594 [8594] 01/08/08 03:54:40 bitsweat Fixtures: removed support for the ancient pre-YAML file format. Closes …
(edit) @8571 [8571] 01/05/08 14:58:28 bitsweat More thoroughly quote table names. Exposes some issues with sqlite2 …
(edit) @8554 [8554] 01/04/08 03:19:50 bitsweat pdate_all ignores scoped :order and :limit, so post.comments.update_all …
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8544 [8544] 01/03/08 19:14:38 nzkoz Ruby 1.9: Forwards compatibility change for fixtures and the new CSV …
(edit) @8534 [8534] 01/03/08 00:30:22 david Added by parameter to increment, decrement, and their bang varieties so …
(edit) @8531 [8531] 01/02/08 21:39:49 rick Optimize ActiveRecord::Base#exists? to use #select_all instead of #find. …
(edit) @8524 [8524] 01/02/08 09:11:39 bitsweat Ruby 1.9 compat: fix two failing tests since String#each has been removed. …
(edit) @8504 [8504] 12/28/07 18:01:22 rick Don't unnecessarily load has_many associations in after_update callbacks. …
(edit) @8456 [8456] 12/21/07 01:49:01 bitsweat Eager belongs_to :include infers the foreign key from the association name …
(edit) @8453 [8453] 12/20/07 22:28:12 bitsweat SQLite: fix rename_ and remove_column for columns with unique indexes. …
(edit) @8439 [8439] 12/19/07 09:31:57 bitsweat Ruby 1.9 compat: check column type more carefully
(edit) @8419 [8419] 12/16/07 23:30:30 david Prepare for 2.0.2 release
(edit) @8411 [8411] 12/15/07 02:30:04 bitsweat More changelog updates
(edit) @8395 [8395] 12/15/07 01:45:30 rick Ensure optimistic locking handles nil #lock_version values properly. …
(edit) @8392 [8392] 12/15/07 01:23:05 rick Make the Fixtures Test::Unit enhancements more supporting for …
(edit) @8377 [8377] 12/12/07 23:55:14 rick Fix that validates_acceptance_of still works for non-existent tables …
(edit) @8376 [8376] 12/11/07 20:08:30 rick Ensure that the :uniq option for has_many :through associations retains …
(edit) @8375 [8375] 12/11/07 01:53:54 bitsweat Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes …
(edit) @8367 [8367] 12/10/07 09:12:18 bitsweat Update destroy_all and delete_all documentation to better describe their …
(edit) @8362 [8362] 12/10/07 04:13:33 bitsweat Document Active Record exceptions. Closes #10444.
(edit) @8359 [8359] 12/10/07 03:19:56 bitsweat More changelog updates
(edit) @8357 [8357] 12/10/07 03:19:17 bitsweat More changelog updates
(edit) @8352 [8352] 12/10/07 01:29:20 bitsweat lifo -> Pratik
(edit) @8351 [8351] 12/10/07 01:16:00 bitsweat More contributor name updates
(edit) @8349 [8349] 12/10/07 01:07:49 bitsweat Update Chu's name in changelogs
(edit) @8348 [8348] 12/10/07 01:07:34 bitsweat Update Fred's name in changelogs
(edit) @8329 [8329] 12/07/07 13:34:06 david Removed query cache rescue as it could cause code to be run twice (closes …
(edit) @8326 [8326] 12/07/07 03:00:50 gbuesing Anchor DateTimeTest to fixed DateTime instead of a variable value based on …
(edit) @8325 [8325] 12/06/07 22:05:48 david Fixed that the Query Cache should just be ignored if the database is …
(edit) @8321 [8321] 12/06/07 18:12:48 david Preparing for release shortly
(edit) @8319 [8319] 12/06/07 00:01:11 david Fixed that the truncation of strings longer than 50 chars should use …
(edit) @8313 [8313] 12/05/07 21:53:53 david Fixed that habtm associations should be able to set :select as part of …
(edit) @8306 [8306] 12/05/07 20:51:03 marcel Document how the :include option can be used in Calculations::calculate. …
(edit) @8305 [8305] 12/05/07 20:24:41 marcel Fix typo in documentation for polymorphic associations w/STI. Closes #7461
(edit) @8304 [8304] 12/05/07 20:20:37 marcel Reveal that the type option in migrations can be any supported column type …
(edit) @8298 [8298] 12/05/07 17:37:18 marcel More complete documentation for find_by_sql. Closes #7912 [fearoffish]
(edit) @8297 [8297] 12/05/07 17:35:17 marcel Document API for exists?'s parameter and provide examples of usage. Closes …
(edit) @8296 [8296] 12/05/07 17:33:18 marcel Document API for create's attributes parameter and provide examples. …
Note: See TracRevisionLog for help on using the revision log.