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-01 22:00:04 +08: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 Merge pull request #16162 from chancancode/fix_json_coder 2014-07-15 08:43:54 -07:00
connection_adapters Fix value extracted from negative integers for PostgreSQL. 2014-12-01 22:00:04 +08:00
fixture_set
locale
locking Remove the unused second argument to substitute_at 2014-11-17 15:04:40 -08:00
migration Merge pull request #16305 from tomkadwill/documented_change_table 2014-07-28 15:07:30 -03:00
railties Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
relation Update Arel usage for rails/arel#98fc259 2014-11-29 17:23:10 -07:00
scoping Follow the coding conventions 2014-11-12 15:11:36 +03:00
serializers Remove serialized? from the type interface 2014-06-13 17:04:04 -06:00
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 Implement _was and changes for in-place mutations of AR attributes 2014-08-16 23:08:41 -07:00
attribute_assignment.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
attribute_decorators.rb Stop using instance exec for type decorators 2014-06-27 11:33:32 -06:00
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 Fix typo and remove code block since present is not a method. 2014-07-28 13:44:37 -03:00
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 No need to call to_sym here 2014-09-20 18:05:01 +09: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 Fixed typo in comment 2014-07-19 00:20:41 -07:00
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 Use #model_name on instances instead of classes 2014-06-24 17:20:24 -07:00
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 Rename type_cast to type_cast_from_database 2014-06-09 13:39:51 -06:00
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 remove blank lines in the start of the ActiveRecord files 2014-07-29 02:51:08 +04:00
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 Update Arel usage for rails/arel#98fc259 2014-11-29 17:23:10 -07:00
result.rb Revert "Improve performance of AR object instantiation" 2014-11-14 14:30:39 -07:00
runtime_registry.rb
sanitization.rb Stop using Arel::Table.engine 2014-11-29 15:49:18 -07:00
schema.rb remove blank lines in the start of the ActiveRecord files 2014-07-29 02:51:08 +04:00
schema_dumper.rb Remove is_a? check when ignoring tables 2014-11-20 19:17:10 -07:00
schema_migration.rb Extract AR::SchemaMigration.normalized_versions method 2014-06-27 20:16:21 +03:00
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 add missing :nodoc: to store.rb. [ci skip] 2014-06-24 13:58:07 +02:00
timestamp.rb Implement _was and changes for in-place mutations of AR attributes 2014-08-16 23:08:41 -07:00
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