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
Rafael Mendonça França 030d30d64c Merge pull request #10713 from senny/10693_fix_primary_key_option_on_has_many
Fix the `:primary_key` option for `has_many` associations.
2013-05-23 06:58:10 -07:00
..
associations Fix the :primary_key option for has_many associations. 2013-05-23 07:38:33 +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 Merge pull request #10619 from alno/top_level_array_in_postgres_json 2013-05-16 11:38:24 -07: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 the rake task db:test:prepare needs to load the configuration 2013-05-21 15:47:57 +02:00
relation avoid creating a set if no where values are removed 2013-05-21 11:01:19 -07:00
scoping Delegating the value getter and setters in the ScopeRegistry to the 2013-04-08 15:18:14 -04:00
serializers
tasks Mute psql output when running rake db:schema:load 2013-04-30 17:24:29 -07:00
validations deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now. 2013-05-23 10:00:44 -03:00
aggregations.rb
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 Add more data to AR::UnknownAttributeError 2013-05-16 13:31:35 -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 Add more data to AR::UnknownAttributeError 2013-05-16 13:31:35 -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 reverse comparison because of strange AS behavior 2013-05-21 20:16:21 -07:00
inheritance.rb let Ruby do the is_a check for us 2013-05-16 16:06:52 -07: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
persistence.rb Merge branch 'master' of github.com:lifo/docrails 2013-05-01 16:24:13 +05:30
query_cache.rb
querying.rb improved doc for ActiveRecord#find_by_sql method (Refs #10599) [ci skip] 2013-05-14 10:16:56 +04:00
railtie.rb Check if APP_RAKEFILE is defined 2013-05-16 15:52:12 +02:00
readonly_attributes.rb
reflection.rb remove code duplication 2013-05-22 08:47:48 -04:00
relation.rb include bind values from the default scope 2013-05-17 14:59:48 -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 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 stop swallowing exceptions in assert_queries. Methods that raise an 2013-05-17 20:46:41 -07: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