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