rails/activerecord/lib/active_record
2013-11-04 15:55:29 -08:00
..
associations Fix wrong behavior where associations with dependent: :destroy options 2013-11-01 19:04:30 -02:00
attribute_methods ActiveRecord::Store works together with PG hstore columns. 2013-10-25 08:35:35 +02:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters fix code typo in MysqlAdapter .Closes #12647. 2013-10-30 18:12:26 +01:00
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 [ci skip] avoid deprecation warning in sample code 2013-10-18 22:01:50 +09:00
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
railties Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
relation Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, named where condition. 2013-11-02 17:36:45 -07:00
scoping Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
serializers 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
tasks Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
validations replace artificial space with RDoc markup (follow up #11285). [ci skip] 2013-07-04 10:21:20 +02:00
aggregations.rb Remove conditional adding a new method 2013-09-11 21:24:59 -03:00
association_relation.rb Move #proxy_association method to AssociationRelation 2013-05-10 16:39:27 +02:00
associations.rb remove HABTM associations 2013-10-02 16:03:45 -07:00
attribute_assignment.rb assign_attributes should return if argument is blank. 2013-09-24 13:22:59 -05:00
attribute_methods.rb short arrays in inspect 2013-10-30 08:47:54 +04:00
autosave_association.rb Save association when primary key is manually set 2013-10-24 22:30:30 -02:00
base.rb Added ActiveRecord::Base#enum for declaring enum attributes where the values map to integers in the database, but can be queried by name 2013-11-02 12:01:31 -07:00
callbacks.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
connection_handling.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
core.rb Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in order," -- will be replaced with a check to ensure that the keys used for comparison are integers, and only fail if they are not. 2013-11-02 19:56:58 -07: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 Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
enum.rb The enum value constant isn't used, so rm it for now. 2013-11-04 15:55:29 -08: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 HABTM special cases from the fixtures 2013-10-02 15:51:29 -07:00
inheritance.rb no need to to_sym 2013-10-09 16:09:59 -07:00
integration.rb Refactor logic to grab the max time of the list of timestamp names in #cache_key 2013-11-04 13:14:07 -02:00
log_subscriber.rb Cleanup identitymap logger from LogSubscriber 2013-09-28 12:00:19 -04:00
migration.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
model_schema.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
nested_attributes.rb Restore the use of #add_to_target for nested attribute updates on existing records, and don't bother updating the association if the update is going to be rejected anyway. 2013-08-12 02:37:39 -07:00
null_relation.rb Pluck on NullRelation accepts a list of columns 2013-10-15 13:11:43 -04:00
persistence.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb Delegate #rewhere to all on the class like all other relation methods 2013-11-02 19:45:03 -07:00
railtie.rb let the sqlite task run without rails 2013-08-07 23:32:39 +02:00
readonly_attributes.rb Remove instance level attr_readonly setting was deprecated. 2013-06-02 10:25:41 +09:00
reflection.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
result.rb typecast records returned from the db rather than to_sing everything 2013-10-08 10:49:53 -07:00
runtime_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
sanitization.rb Add nodoc to method 2013-10-13 16:54:04 -03:00
schema_dumper.rb Push default_function to superclass to avoid method check 2013-10-14 01:46:41 -03:00
schema_migration.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05: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 ActiveRecord::Store works together with PG hstore columns. 2013-10-25 08:35:35 +02:00
timestamp.rb Refactor logic to grab the max time of the list of timestamp names in #cache_key 2013-11-04 13:14:07 -02:00
transactions.rb Fixed typo with after_commit docs 2013-10-25 16:59:48 -04:00
translation.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
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