.. |
admin
|
|
|
admin.rb
|
|
|
author.rb
|
Fix creation of has_many through records with custom primary_key option on belongs_to [#2990 state:resolved]
|
2010-12-23 15:19:17 -08:00 |
auto_id.rb
|
|
|
binary.rb
|
|
|
bird.rb
|
|
|
book.rb
|
test and fix collection_singular_ids= with string primary keys [#5125 state:resolved]
|
2010-08-02 16:41:20 +02:00 |
boolean.rb
|
Add missing model
|
2010-08-14 18:49:04 -03:00 |
bulb.rb
|
While creating a new record using has_many create method default scope of child should be respected.
|
2010-08-19 14:52:15 -03:00 |
car.rb
|
expanding the test to include both type of order declaration
|
2010-09-18 20:49:19 +02:00 |
categorization.rb
|
Fix creation of has_many through records with custom primary_key option on belongs_to [#2990 state:resolved]
|
2010-12-23 15:19:17 -08:00 |
category.rb
|
Test to verify that #2189 (count with has_many :through and a named_scope) is fixed
|
2010-12-23 15:19:18 -08:00 |
citation.rb
|
|
|
club.rb
|
|
|
column_name.rb
|
|
|
comment.rb
|
Let AssociationCollection#find use #scoped to do its finding. Note that I am removing test_polymorphic_has_many_going_through_join_model_with_disabled_include, since this specifies different behaviour for an association than for a regular scope. It seems reasonable to expect scopes and association proxies to behave in roughly the same way rather than having subtle differences.
|
2011-01-03 16:24:31 -08:00 |
company.rb
|
Construct an actual ActiveRecord::Relation object for the association scope, rather than a hash which is passed to apply_finder_options. This allows more flexibility in how the scope is created, for example because scope.where(a, b) and scope.where(a).where(b) mean different things.
|
2011-01-07 15:03:15 -08:00 |
company_in_module.rb
|
Object#returning removed
|
2010-07-25 23:30:27 +02:00 |
computer.rb
|
|
|
contact.rb
|
|
|
contract.rb
|
Respect the default_scope on a join model when reading a through association
|
2010-12-16 01:49:30 +05:30 |
country.rb
|
Ensure that primary_keys of HABTM records is not double quoted
|
2010-07-20 16:45:42 -07:00 |
course.rb
|
|
|
customer.rb
|
send() will raise an ArgumentError, so we should leverage ruby
|
2011-01-07 14:30:20 -08:00 |
dashboard.rb
|
string IDs are now quoted correctly [#5064 state:resolved]
|
2010-07-13 08:14:52 +02:00 |
default.rb
|
|
|
developer.rb
|
reorder removed in favor of except(:order).order
|
2010-10-11 11:54:46 -02:00 |
edge.rb
|
|
|
electron.rb
|
Eager loading an association should not change the count of children
|
2010-08-02 17:12:59 +02:00 |
engine.rb
|
expanding the test to include both type of order declaration
|
2010-09-18 20:49:19 +02:00 |
entrant.rb
|
|
|
essay.rb
|
|
|
event.rb
|
|
|
eye.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
face.rb
|
|
|
guid.rb
|
|
|
interest.rb
|
|
|
invoice.rb
|
|
|
item.rb
|
|
|
job.rb
|
|
|
joke.rb
|
|
|
keyboard.rb
|
|
|
legacy_thing.rb
|
|
|
line_item.rb
|
|
|
liquid.rb
|
Eager loading an association should not change the count of children
|
2010-08-02 17:12:59 +02:00 |
loose_person.rb
|
|
|
man.rb
|
|
|
matey.rb
|
|
|
member.rb
|
Verify that has_one :through preload respects the :conditions [#2976 state:resolved]
|
2010-12-23 15:19:17 -08:00 |
member_detail.rb
|
|
|
member_type.rb
|
|
|
membership.rb
|
|
|
minimalistic.rb
|
|
|
minivan.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
mixed_case_monkey.rb
|
|
|
molecule.rb
|
Eager loading an association should not change the count of children
|
2010-08-02 17:12:59 +02:00 |
movie.rb
|
|
|
order.rb
|
|
|
organization.rb
|
|
|
owner.rb
|
|
|
parrot.rb
|
|
|
person.rb
|
Fix hm:t to self table aliasing in construct_scope
|
2010-12-16 01:49:29 +05:30 |
pet.rb
|
fix warnings, stop using global variables
|
2010-11-30 18:46:56 -08:00 |
pirate.rb
|
has_one should always remove the old record (properly), even if not saving the new record, so we don't get the database into a pickle
|
2011-01-11 13:45:06 -08:00 |
post.rb
|
Let AssociationCollection#find use #scoped to do its finding. Note that I am removing test_polymorphic_has_many_going_through_join_model_with_disabled_include, since this specifies different behaviour for an association than for a regular scope. It seems reasonable to expect scopes and association proxies to behave in roughly the same way rather than having subtle differences.
|
2011-01-03 16:24:31 -08:00 |
price_estimate.rb
|
|
|
project.rb
|
Let AssociationCollection#find use #scoped to do its finding. Note that I am removing test_polymorphic_has_many_going_through_join_model_with_disabled_include, since this specifies different behaviour for an association than for a regular scope. It seems reasonable to expect scopes and association proxies to behave in roughly the same way rather than having subtle differences.
|
2011-01-03 16:24:31 -08:00 |
reader.rb
|
|
|
reference.rb
|
eagerly loaded association records should respect default_scope [#2931 state:resolved]
|
2010-07-21 15:01:40 +02:00 |
reply.rb
|
DRY up the code which instantiates the association proxy
|
2011-01-11 13:45:08 -08:00 |
ship.rb
|
|
|
ship_part.rb
|
|
|
shop.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
speedometer.rb
|
string IDs are now quoted correctly [#5064 state:resolved]
|
2010-07-13 08:14:52 +02:00 |
sponsor.rb
|
Fix polymorphic belongs_to associationproxy raising errors when loading target.
|
2011-01-11 09:19:19 -08:00 |
subject.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
subscriber.rb
|
|
|
subscription.rb
|
|
|
tag.rb
|
|
|
tagging.rb
|
Raise an error for associations which try to go :through a polymorphic association [#6212 state:resolved]
|
2010-12-23 15:19:18 -08:00 |
task.rb
|
Make sure Model#touch doesn't try to update non existing columns
|
2010-12-30 18:42:18 +00:00 |
topic.rb
|
DRY up the code which instantiates the association proxy
|
2011-01-11 13:45:08 -08:00 |
toy.rb
|
|
|
traffic_light.rb
|
Make serialized fixtures work again
|
2010-12-29 16:15:45 +00:00 |
treasure.rb
|
|
|
treaty.rb
|
Ensure that primary_keys of HABTM records is not double quoted
|
2010-07-20 16:45:42 -07:00 |
tyre.rb
|
Ensure we can nest include calls [#5285 state:resolved]
|
2010-08-12 13:10:58 -03:00 |
vertex.rb
|
|
|
warehouse_thing.rb
|
|
|
wheel.rb
|
reset_counter should work with non-traditional belongs_to and polymorphic belongs_to
|
2010-07-08 23:24:12 +02:00 |
without_table.rb
|
|
|
zine.rb
|
|
|