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
2016-04-27 15:48:47 -05:00
..
associations Allow symbols using "dot notation" to be passed to where 2016-04-12 10:42:28 -06:00
attribute Memoize user provided defaults before type casting 2016-03-24 14:58:23 -06:00
attribute_methods Fix a tip in Active Record time attributes deprecation 2016-03-24 17:41:56 +02:00
attribute_set
coders
connection_adapters Merge pull request #24730 from vipulnsward/move-savepoints 2016-04-25 19:19:58 -03:00
fixture_set provide file name for fixture ERB 2016-03-30 12:32:39 +03:00
locale
locking Followup of #15771 2016-04-24 04:01:18 +05:30
migration Update compatibility.rb 2016-03-26 11:13:17 +02:00
railties issue FileUtils commands directly in Rake tasks 2016-04-11 16:55:05 +02:00
relation Merge pull request #24317 from Gaurav2728/unused_set_in_active_record 2016-04-19 01:08:39 -07:00
scoping
tasks Added notice when a database is successfully created or dropped. 2016-04-17 23:12:16 +03:00
type Add quoted_time for truncating the date part of a time column value 2016-04-14 14:22:16 +09:00
type_caster
validations Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation 2016-04-18 17:53:22 -07:00
aggregations.rb
association_relation.rb
associations.rb Merge pull request #24672 from mrkjlchvz/mc-space-bump 2016-04-21 10:51:47 -03:00
attribute.rb
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb
attribute_mutation_tracker.rb
attribute_set.rb
attributes.rb
autosave_association.rb
base.rb Highlight the dynamic method finder 'find_by_' [ci skip] 2016-03-26 14:07:45 +05:30
callbacks.rb
collection_cache_key.rb Address ORA-00923 error by quoting a reserved word "SIZE" 2016-04-16 10:02:49 +00:00
connection_handling.rb
core.rb Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
counter_cache.rb
dynamic_matchers.rb
enum.rb
errors.rb Merge pull request #23522 from kamipo/add_value_too_long_exception_class 2016-04-18 17:31:28 -07:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb
gem_version.rb Prep Rails 5 beta 4 2016-04-27 15:48:47 -05:00
inheritance.rb
integration.rb
internal_metadata.rb
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb Cleanup message shown while running destructive action against protected database. 2016-04-10 13:36:26 +05:30
model_schema.rb Revert "Deprecate table names containing dots" 2016-03-31 15:25:59 -06:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb
query_cache.rb Do not attempt to return connection with open transaction to pool (#24610) 2016-04-22 12:56:43 -06:00
querying.rb Delegate some additional methods in querying.rb 2016-03-30 00:00:26 +09:00
railtie.rb Revert "Ensure config.active_record.time_zone_aware_types is always set" 2016-03-24 21:00:54 -03:00
readonly_attributes.rb
reflection.rb Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
relation.rb Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
result.rb
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb Dump indexes in create_table for generates SQL in one query 2016-04-20 10:24:18 +09:00
schema_migration.rb
scoping.rb
secure_token.rb
serialization.rb
statement_cache.rb
store.rb
suppressor.rb
table_metadata.rb
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb