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-05-15 10:14:37 -07:00
..
associations Extract JoinDependency#join_relation to DRY the repeated application of the #join_associations. 2013-05-10 17:46:04 +02:00
attribute_methods read_attribute_before_type_cast should accept symbol 2013-05-11 03:12:38 -04:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Also support extensions in PostgreSQL 9.1, because this has been supported since 9.1. 2013-05-15 12:46:54 +09:00
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 raise IrreversibleMigration if no column given 2013-05-06 15:16:42 -04:00
railties rake:db:test:prepare falls back to original environment after execution. 2013-05-02 18:09:59 +03:00
relation Merge branch 'master' of github.com:lifo/docrails 2013-05-12 15:57:14 +05:30
scoping Delegating the value getter and setters in the ScopeRegistry to the 2013-04-08 15:18:14 -04:00
serializers 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
tasks Mute psql output when running rake db:schema:load 2013-04-30 17:24:29 -07:00
validations documentation fixes for Array.wrap and AR::Validations::AssociatedValidator 2013-04-17 16:02:13 +02:00
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
association_relation.rb Move #proxy_association method to AssociationRelation 2013-05-10 16:39:27 +02:00
associations.rb Some editorial changes on the documentation. 2013-05-12 14:48:11 -03:00
attribute_assignment.rb require things we need 2013-05-15 10:14:37 -07:00
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 destroys association records before saving/inserting new association records 2013-05-02 03:27:06 -04: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 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 #reset_counters verifies counter names. 2013-03-15 11:22:01 +01:00
dynamic_matchers.rb removes redundant require 2013-02-25 22:16:30 +01:00
errors.rb StatementInvalid takes WrappedDatabaseException's place 2013-04-28 20:59:30 -07:00
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 Don't try to EXPLAIN select_db calls 2013-05-10 16:21:59 +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 copy edits [ci skip] 2013-05-12 15:52:09 +05:30
model_schema.rb safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
nested_attributes.rb Created a method to automatically find inverse associations and cache 2013-05-07 23:24:43 -04:00
null_relation.rb Delegate all calculations to the scope. 2012-11-09 12:09:37 +00:00
persistence.rb Merge branch 'master' of github.com:lifo/docrails 2013-05-01 16:24:13 +05:30
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb Delegate #unscope query method 2013-04-28 23:00:35 -03: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 Make caller attribute in deprecation methods optional 2012-10-30 10:23:41 +08:00
reflection.rb Some editorial changes on the documentation. 2013-05-12 14:48:11 -03:00
relation.rb Move #proxy_association method to AssociationRelation 2013-05-10 16:39:27 +02:00
result.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
runtime_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
sanitization.rb Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions 2013-05-06 17:03:18 -07:00
schema.rb Call assume_migrated_upto_version on connection 2013-05-11 22:39:39 -04:00
schema_dumper.rb Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451. 2013-05-03 16:05:55 -07: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 ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
statement_cache.rb minor edit on StatementCache documentation [ci skip] 2013-04-12 00:16:49 -05:00
store.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb Just ignore all PRAGMA queries 2013-01-22 10:26:51 +09:00
timestamp.rb cache_key consults updated_on timestamp if present 2013-02-26 00:04:05 -08:00
transactions.rb deprecating string based terminators 2013-05-14 16:03:09 -07:00
translation.rb
validations.rb drop variable assignment in validations 2013-03-27 18:03:21 +05:30
version.rb rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00