.. |
admin
|
|
|
admin.rb
|
|
|
author.rb
|
oracle, y u defy me
|
2011-03-16 18:54:34 +00:00 |
auto_id.rb
|
|
|
binary.rb
|
|
|
bird.rb
|
|
|
book.rb
|
|
|
boolean.rb
|
|
|
bulb.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
car.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
categorization.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
category.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
citation.rb
|
|
|
club.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
column_name.rb
|
|
|
comment.rb
|
Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the scope class method. Just define a class method yourself instead."
|
2011-04-17 20:47:52 +01:00 |
company.rb
|
Add interpolation of association conditions back in, in the form of proc { ... } rather than instance_eval-ing strings
|
2011-02-14 01:40:31 +00:00 |
company_in_module.rb
|
|
|
computer.rb
|
|
|
contact.rb
|
introduce a fake AR adapter for mocking database return values
|
2011-02-04 13:34:57 -08:00 |
contract.rb
|
|
|
country.rb
|
|
|
course.rb
|
|
|
customer.rb
|
send() will raise an ArgumentError, so we should leverage ruby
|
2011-01-07 14:30:20 -08:00 |
dashboard.rb
|
|
|
default.rb
|
|
|
developer.rb
|
Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped.
|
2011-04-12 19:46:04 -07:00 |
edge.rb
|
|
|
electron.rb
|
|
|
engine.rb
|
|
|
entrant.rb
|
|
|
essay.rb
|
|
|
event.rb
|
|
|
eye.rb
|
|
|
face.rb
|
|
|
guid.rb
|
|
|
interest.rb
|
|
|
invoice.rb
|
|
|
item.rb
|
|
|
job.rb
|
|
|
joke.rb
|
make set_table_name take effect immediately
|
2011-02-08 10:31:09 -08:00 |
keyboard.rb
|
|
|
legacy_thing.rb
|
|
|
lesson.rb
|
Fixing ordering of HABTM association deletion [#6191 state:resolved]
|
2011-02-04 19:39:59 -02:00 |
line_item.rb
|
|
|
liquid.rb
|
|
|
loose_person.rb
|
|
|
man.rb
|
|
|
matey.rb
|
|
|
member.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
member_detail.rb
|
|
|
member_type.rb
|
|
|
membership.rb
|
|
|
minimalistic.rb
|
|
|
minivan.rb
|
|
|
mixed_case_monkey.rb
|
|
|
molecule.rb
|
|
|
movie.rb
|
|
|
order.rb
|
|
|
organization.rb
|
|
|
owner.rb
|
|
|
parrot.rb
|
|
|
person.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
pet.rb
|
|
|
pirate.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
post.rb
|
Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the scope class method. Just define a class method yourself instead."
|
2011-04-17 20:47:52 +01:00 |
price_estimate.rb
|
|
|
project.rb
|
Add interpolation of association conditions back in, in the form of proc { ... } rather than instance_eval-ing strings
|
2011-02-14 01:40:31 +00:00 |
rating.rb
|
Add a test for STI on the through where the through is nested, and change the code which support this
|
2011-03-05 20:10:24 +00:00 |
reader.rb
|
Allow building and then later saving has_many :through records, such that the join record is automatically saved too. This requires the :inverse_of option to be set on the source association in the join model. See the CHANGELOG for details. [#4329 state:resolved]
|
2011-02-18 00:00:13 +00:00 |
reference.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07: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
|
|
|
speedometer.rb
|
|
|
sponsor.rb
|
Fix polymorphic belongs_to associationproxy raising errors when loading target.
|
2011-01-11 09:19:19 -08:00 |
student.rb
|
Fixing ordering of HABTM association deletion [#6191 state:resolved]
|
2011-02-04 19:39:59 -02:00 |
subject.rb
|
|
|
subscriber.rb
|
|
|
subscription.rb
|
|
|
tag.rb
|
|
|
tagging.rb
|
oracle, y u defy me
|
2011-03-16 18:54:34 +00: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
|
Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the scope class method. Just define a class method yourself instead."
|
2011-04-17 20:47:52 +01:00 |
toy.rb
|
|
|
traffic_light.rb
|
|
|
treasure.rb
|
|
|
treaty.rb
|
|
|
tyre.rb
|
|
|
vertex.rb
|
|
|
warehouse_thing.rb
|
|
|
wheel.rb
|
|
|
without_table.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
zine.rb
|
|
|