.. |
associations
|
Extract the constraint-building for joins in JoinAssociation into a separate method to make it easy to change/override (requested by Ernie Miller so that MetaWhere can add to it easily)
|
2011-04-14 19:34:19 +01:00 |
attribute_methods
|
Return nil from read_attribute(:foo) if 'foo' is not present in the @attributes hash, but the _foo method has been defined. This brings the behaviour into line with the 3-0-stable branch and the master branch before 93641ed6c8 (there were previously no assertions about this which is why the change slipped through). Note that actually calling the 'foo' method will still raise an error if the attribute is not present.
|
2011-04-15 13:27:08 +01:00 |
coders
|
|
|
connection_adapters
|
mimic prepared statements in the exec_insert for mysql2
|
2011-04-14 13:37:40 -07:00 |
locale
|
|
|
locking
|
remove some blanks
|
2011-03-11 23:08:55 +01:00 |
migration
|
|
|
railties
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
relation
|
use index based substitution for bind parameters
|
2011-04-13 09:42:51 -07:00 |
serializers
|
|
|
validations
|
adding a case_sensitive_modifier for forcing comparisons to be case sensitive
|
2011-04-11 10:02:39 -07:00 |
aggregations.rb
|
|
|
associations.rb
|
Abstract some common code from AssociationScope and JoinDependency::JoinAssociation into a JoinHelper module
|
2011-03-11 00:47:18 +00:00 |
attribute_methods.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
autosave_association.rb
|
Active Record typos.
|
2011-03-05 11:56:34 +01:00 |
base.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 |
callbacks.rb
|
Added back the Callback debugging section by interrogating the _*_callbacks method
|
2011-03-29 11:22:16 +08:00 |
counter_cache.rb
|
|
|
dynamic_finder_match.rb
|
|
|
dynamic_scope_match.rb
|
|
|
errors.rb
|
|
|
fixtures.rb
|
s/ERb/ERB/g
|
2011-04-03 12:47:51 +09:00 |
identity_map.rb
|
Add log message when loading records from Identity Map.
|
2011-04-04 10:48:17 +02:00 |
log_subscriber.rb
|
sql logger ignores schema statements
|
2011-03-28 15:27:37 -07:00 |
migration.rb
|
|
|
named_scope.rb
|
Bring back some bits of documentation for scopes which were removed as part of the reversion in 256b363
|
2011-04-17 20:55:24 +01:00 |
nested_attributes.rb
|
Remove dead branch code that appeared back in a merge.
|
2011-04-10 13:03:49 +02:00 |
observer.rb
|
Fix observer callbacks firing multiple times on descendant instances
|
2011-02-22 16:25:19 -08:00 |
persistence.rb
|
Added new #update_column method.
|
2011-03-27 21:47:38 -03:00 |
query_cache.rb
|
|
|
railtie.rb
|
Merge remote branch 'rails/master' into identity_map
|
2011-02-15 12:01:04 -03:00 |
reflection.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
relation.rb
|
sort insert columns for better cache hits
|
2011-04-14 14:26:57 -07:00 |
result.rb
|
updating the docco for ActiveRecord::Result
|
2011-04-11 10:10:01 -07:00 |
schema.rb
|
|
|
schema_dumper.rb
|
|
|
serialization.rb
|
|
|
session_store.rb
|
almost fisted
|
2011-02-04 18:14:59 -08:00 |
test_case.rb
|
removing limits and offsets from COUNT queries unless both are specified. [#6268 state:resolved]
|
2011-02-25 15:38:59 -08:00 |
timestamp.rb
|
Updates to ActiveRecord::Timestamp documentation.
|
2011-02-05 09:07:00 -08:00 |
transactions.rb
|
Use IM when trying to load records using ID.
|
2011-04-04 10:48:12 +02:00 |
validations.rb
|
copy-edits 8d96b89
|
2011-02-21 11:37:08 +01:00 |
version.rb
|
|
|