1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2013-04-24 13:18:23 -04:00
..
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 Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters fix typos 2013-04-21 13:28:20 +05:30
fixture_set drop errors constant 2013-03-27 20:39:36 +05:30
locale
locking Deprecate #connection in favour of accessing it via the class 2013-03-09 15:16:15 -05:00
migration
railties Merge pull request #10258 from thenickcox/pending_migrations_plural 2013-04-18 06:39:45 -07: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 Add deprecation message on Firebird / Sqlserver / Oracle database tasks. 2013-04-03 00:54:32 +09:00
validations Change uniq validation with conditions examples to use where with hashes 2013-03-09 19:21:33 -03:00
aggregations.rb
associations.rb Document collection.create! on has_many associations in ActiveRecord 2013-04-15 10:03:39 +10:00
attribute_assignment.rb Refactoring validate_missing_parameters to validate_required_parameters. 2013-03-23 01:10:50 -04:00
attribute_methods.rb if singletons belong to the contract, test them 2013-04-20 09:26:11 +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 Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
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 Fix freeze applying to cloned objects 2013-04-15 19:57:28 -04:00
counter_cache.rb #reset_counters verifies counter names. 2013-03-15 11:22:01 +01:00
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 Fix #new with an STI object with complex inheritance 2013-04-02 09:50:06 -04:00
integration.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
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 safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
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 updates not working within after_create hooks 2013-03-27 22:27:47 -04: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 MOAR cleanups. 2013-03-14 10:47:13 +05:30
readonly_attributes.rb
reflection.rb Merge branch 'master' of github.com:lifo/docrails 2013-04-11 22:58:14 +05:30
relation.rb Refactor CollectionProxy#scope to avoid calling #extend. 2013-04-02 15:16:04 -07:00
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 Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. 2013-03-27 23:35:54 -04:00
schema_migration.rb sets limit 191 for schema_migrations#version in mysql2 if the encoding is "utf8mb4" 2013-03-17 20:29:58 +01:00
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 drop variable assignment in validations 2013-03-27 18:03:21 +05:30
version.rb Add version method to top level modules 2013-03-21 19:56:07 +11:00