.. |
associations
|
Lookup the class at runtime, not when the association is built
|
2013-04-24 15:07:39 +01:00 |
attribute_methods
|
fix :nodoc: mark on AR::AttributeMethods::Serialization [ci skip]
|
2013-04-12 23:51:47 -05:00 |
coders
|
|
|
connection_adapters
|
Move method used only in the test to the test code itself
|
2013-04-25 01:43:28 +04:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
|
|
migration
|
|
|
railties
|
Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rake
|
2013-04-24 20:57:26 +02:00 |
relation
|
When empty options passed to having clause having_values was [nil] but should be empty.
|
2013-04-23 17:07:49 +04:00 |
scoping
|
Delegating the value getter and setters in the ScopeRegistry to the
|
2013-04-08 15:18:14 -04:00 |
serializers
|
|
|
tasks
|
Review DatabaseTasks docs [ci skip]
|
2013-04-24 20:52:02 -03:00 |
validations
|
|
|
aggregations.rb
|
|
|
associations.rb
|
Document collection.create! on has_many associations in ActiveRecord
|
2013-04-15 10:03:39 +10:00 |
attribute_assignment.rb
|
|
|
attribute_methods.rb
|
fixes a test, and explains why AR::AttributeMethods checks defined?(@attributes) in some places
|
2013-04-28 12:03:59 +02:00 |
autosave_association.rb
|
Revert "Merge pull request #10183 from jholton/fix_association_auto_save"
|
2013-04-19 16:57:06 +01:00 |
base.rb
|
|
|
callbacks.rb
|
fix typos
|
2013-04-21 13:28:20 +05:30 |
connection_handling.rb
|
removes calls to AR::Runtime.instance
|
2013-04-13 09:04:44 +02:00 |
core.rb
|
fixes a test, and explains why AR::AttributeMethods checks defined?(@attributes) in some places
|
2013-04-28 12:03:59 +02:00 |
counter_cache.rb
|
|
|
dynamic_matchers.rb
|
|
|
errors.rb
|
|
|
explain.rb
|
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
|
2013-04-16 22:46:55 +02:00 |
explain_registry.rb
|
add :nodoc: mark to *Registry classes [ci skip]
|
2013-04-17 13:36:27 -05:00 |
explain_subscriber.rb
|
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
|
2013-04-16 22:46:55 +02:00 |
fixtures.rb
|
stop depending on callbacks
|
2013-04-04 13:56:18 -07:00 |
inheritance.rb
|
|
|
integration.rb
|
|
|
log_subscriber.rb
|
removes calls to AR::Runtime.instance
|
2013-04-13 09:04:44 +02:00 |
migration.rb
|
Remove code duplication
|
2013-04-24 13:18:23 -04:00 |
model_schema.rb
|
|
|
nested_attributes.rb
|
Added a bang to the end of +raise_nested_attributes_record_not_found+
|
2013-04-06 21:36:58 -04:00 |
null_relation.rb
|
|
|
persistence.rb
|
Fix a SystemStackError that occurs when using time zone aware attributes.
|
2013-04-25 03:01:19 +09:00 |
query_cache.rb
|
|
|
querying.rb
|
rename Relation#uniq to Relation#distinct . #uniq still works.
|
2013-03-15 14:15:47 +01:00 |
railtie.rb
|
Don't require Rails.env in order to use AR::Tasks::DatabaseTasks
|
2013-04-24 20:59:39 +02:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-04-11 22:58:14 +05:30 |
relation.rb
|
|
|
result.rb
|
|
|
runtime_registry.rb
|
add :nodoc: mark to *Registry classes [ci skip]
|
2013-04-17 13:36:27 -05:00 |
sanitization.rb
|
|
|
schema.rb
|
|
|
schema_dumper.rb
|
|
|
schema_migration.rb
|
|
|
scoping.rb
|
hides the per thread registry instance, and caches singleton methods
|
2013-04-13 17:09:13 +02:00 |
serialization.rb
|
|
|
statement_cache.rb
|
minor edit on StatementCache documentation [ci skip]
|
2013-04-12 00:16:49 -05:00 |
store.rb
|
|
|
test_case.rb
|
|
|
timestamp.rb
|
|
|
transactions.rb
|
Revert "Merge pull request #6226 from gnufied/master"
|
2013-04-10 15:21:07 -03:00 |
translation.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|