rails/activerecord/lib/active_record
Ben Woosley 31a43ebc10 Don't allow quote_value to be called without a column
Some adapters require column information to do their job properly.
By enforcing the provision of the column for this internal method
we ensure that those using adapters that require column information
will always get the proper behavior.
2013-07-22 04:49:18 -07:00
..
associations Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
attribute_methods method transplanting between modules isn't supported on 1.9 2013-07-03 14:18:54 -07:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters rescue from all exceptions in ConnectionManagement#call 2013-07-22 14:44:33 +05:30
fixture_set drop errors constant 2013-03-27 20:39:36 +05:30
locale Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
locking Tidy up the "Specified column type for quote_value" changes 2013-07-22 04:39:38 -07:00
migration raise IrreversibleMigration if no column given 2013-05-06 15:16:42 -04:00
railties Improved grammar and replaced 'dbs' slang with 'databases' 2013-06-27 10:58:08 +05:30
relation Improve ActiveRecord::QueryMethods#includes docs 2013-07-17 11:37:39 -07:00
scoping Remove deprecated scope use without passing a callable object. 2013-07-03 23:23:11 +02:00
serializers
tasks Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd-party. 2013-06-05 21:16:50 +09:00
validations replace artificial space with RDoc markup (follow up #11285). [ci skip] 2013-07-04 10:21:20 +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 Getting rid of the +automatic_inverse_of: false+ option in associations in favor 2013-06-08 10:16:51 -07:00
attribute_assignment.rb Remove deprecated attr_protected/accessible 2013-06-27 20:38:30 +02:00
attribute_methods.rb Remove deprecation warning from attribute_missing 2013-07-15 19:18:36 +02:00
autosave_association.rb Do not re-save destroyed association on saving parent object 2013-07-15 20:39:30 +03: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 Revert "Merge pull request #11299 from arunagw/disable_implicit_join_references_removed" 2013-07-05 16:44:32 +02:00
counter_cache.rb update_counters accepts a hash, not an array of hashes 2013-05-21 00:32:34 -06:00
dynamic_matchers.rb removes redundant require 2013-02-25 22:16:30 +01:00
errors.rb Merge pull request #10561 from Empact/nix-throwresult 2013-06-07 03:03:18 -07: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
explain.rb let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] 2013-04-16 22:46:55 +02:00
fixtures.rb Remove deprecated ActiveRecord::Fixtures.find_table_name in favour of ActiveRecord::Fixtures.default_fixture_model_name. 2013-07-03 15:28:05 +05:30
inheritance.rb minor comments cleanup 2013-05-27 14:58:43 -04:00
integration.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
log_subscriber.rb log the sql that is actually sent to the database 2013-06-19 17:37:27 +05:30
migration.rb remove leftover if after deprecation removal (68563128). 2013-07-04 15:04:31 +02:00
model_schema.rb removes the obsolete private method column_methods_hash [Closes #11406] 2013-07-16 17:27:58 +02:00
nested_attributes.rb let the object stay in charge of internal cache invalidation 2013-06-13 10:59:11 -07:00
null_relation.rb Make NullRelation a bit more like a real relation by returning 0 for #calculate(:count) 2013-05-10 20:45:09 +02:00
persistence.rb rewrites AR's reload documentation 2013-05-31 13:02:40 +02:00
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb Moving the pluck and ids methods to their own delegate line. 2013-06-25 21:40:58 -07:00
railtie.rb Remove deprecation messages about protected_attributes and rails-observers 2013-07-01 21:36:15 -03:00
readonly_attributes.rb Remove instance level attr_readonly setting was deprecated. 2013-06-02 10:25:41 +09:00
reflection.rb use the superclass implementation 2013-07-18 15:05:49 -07:00
relation.rb refactor to_sql so it does not depend on the to_sql implementation of 2013-07-08 14:31:10 -07:00
result.rb make the identity type a singleton to save on object creation 2013-07-01 18:00:52 -07:00
runtime_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
sanitization.rb Don't allow quote_value to be called without a column 2013-07-22 04:49:18 -07:00
schema_dumper.rb Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451. 2013-05-03 16:05:55 -07:00
schema_migration.rb Minor refactor of ActiveRecord::SchemaMigration to remove references to Base, override table_exists method, and switch to preferred style for class method definitions. 2013-05-26 15:31:49 -07:00
schema.rb Call assume_migrated_upto_version on connection 2013-05-11 22:39:39 -04: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
timestamp.rb correct documentation about active_record behavior 2013-06-15 00:34:10 +08:00
transactions.rb #4566: Remove extra decrement of transaction level 2013-07-14 20:35:31 +03: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