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
2014-12-03 03:20:55 +03:00
..
associations Update Arel usage for rails/arel#98fc259 2014-11-29 17:23:10 -07:00
attribute_methods Ensure numericality validations work with mutation 2014-12-01 05:31:44 -07:00
attribute_set Remove needless call to key? when building attributes 2014-11-18 12:32:10 -08:00
coders
connection_adapters no need to pass native_database_types around 2014-12-02 13:36:46 +01:00
fixture_set
locale
locking Remove the unused second argument to substitute_at 2014-11-17 15:04:40 -08:00
migration
railties Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
relation Refactor build_from_hash to convert dot notation to hash first 2014-12-02 15:49:16 -05:00
scoping Follow the coding conventions 2014-11-12 15:11:36 +03:00
serializers
tasks activerecord: rake db:create shows underlying error message. 2014-11-04 14:20:37 -08:00
type Fix out of range error message 2014-11-25 19:48:09 +09:00
validations Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
aggregations.rb Improve the performance of reading attributes 2014-11-18 15:20:19 -08:00
association_relation.rb
associations.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
attribute.rb
attribute_assignment.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
attribute_decorators.rb
attribute_methods.rb Fix grammar on ActiveRecord::AttributeMethods doc. 2014-11-30 10:26:13 +00:00
attribute_set.rb Improve the performance of reading attributes 2014-11-18 15:20:19 -08:00
attributes.rb Don't modify the columns hash to set defaults from the attributes API 2014-10-31 16:06:14 -06:00
autosave_association.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
base.rb
callbacks.rb Prefix internal method with _ 2014-10-25 17:12:19 -07:00
connection_handling.rb If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"]. 2014-10-21 11:09:34 -07:00
core.rb Stop using Arel::Table.engine 2014-11-29 15:49:18 -07:00
counter_cache.rb remove useless methods 2014-12-03 03:20:55 +03:00
dynamic_matchers.rb
enum.rb Improve the performance of reading attributes 2014-11-18 15:20:19 -08:00
errors.rb Fix a bug where AR::RecordNotSaved loses error messages 2014-11-27 17:56:12 -08:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
inheritance.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
integration.rb
log_subscriber.rb
migration.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
model_schema.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb Fix a bug where AR::RecordNotSaved loses error messages 2014-11-27 17:56:12 -08:00
query_cache.rb
querying.rb Revert "Improve performance of AR object instantiation" 2014-11-14 14:30:39 -07:00
railtie.rb do not trigger AR lazy load hook before initializers ran. 2014-11-25 18:16:41 +01:00
readonly_attributes.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
reflection.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
relation.rb Refactor PredicateBuilder from singleton to instance 2014-12-02 11:04:38 -05:00
result.rb Revert "Improve performance of AR object instantiation" 2014-11-14 14:30:39 -07:00
runtime_registry.rb
sanitization.rb Refactor PredicateBuilder from singleton to instance 2014-12-02 11:04:38 -05:00
schema.rb
schema_dumper.rb no need to pass native_database_types around 2014-12-02 13:36:46 +01:00
schema_migration.rb
scoping.rb
serialization.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
statement_cache.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
store.rb
timestamp.rb
transactions.rb Prefix internal method with _ 2014-10-25 17:12:19 -07:00
translation.rb
type.rb Treat strings greater than int max value as out of range 2014-10-31 12:15:36 -06:00
validations.rb various error classes: added newlines & removed :nodoc: flag from public attribute. 2014-11-26 15:07:35 +01:00
version.rb