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
Rafael Mendonça França ccecab3ba9 Remove observers and sweepers
They was extracted from a plugin.

See https://github.com/rails/rails-observers

[Rafael Mendonça França + Steve Klabnik]
2012-11-28 22:46:49 -02:00
..
associations Ensure that associations have a symbol argument. 2012-11-28 13:39:42 -08:00
attribute_methods Don't call will_change! for datetime nil->"". 2012-11-25 11:24:27 +00:00
coders fix AR::Coders::YAMLColumn nodoc [ci skip] 2012-09-21 22:48:33 -05:00
connection_adapters schema cache already has the columns as a hash, so use that 2012-11-25 22:53:46 -08:00
fixture_set Move/rename files to follow naming conventions 2012-10-07 20:43:18 +02:00
locale Changed scope for "taken" error message translation to decrease precedence 2012-10-19 17:36:34 -07:00
locking 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
migration Coerce strings in create_join_table. 2012-11-21 13:21:18 -06:00
railties Don't use test environment by default when running rake db:structure:load; #7951 2012-10-18 11:03:14 +02:00
relation Deprecate Relation#sum with a block. 2012-11-21 22:21:01 -02:00
scoping Make caller attribute in deprecation methods optional 2012-10-30 10:23:41 +08:00
serializers 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
tasks Correct default charset/collation for mysql dbs 2012-09-21 12:03:16 -07:00
validations Fix bug with presence validation of associations. 2012-10-16 19:04:40 -07:00
aggregations.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
associations.rb Deprecate Relation#sum with a block. 2012-11-21 22:21:01 -02:00
attribute_assignment.rb Typecast to string and array are not supported in multiparameter 2012-10-18 00:31:05 -03:00
attribute_methods.rb Keep the code related to serialization in Serialization module. 2012-11-10 01:45:43 +04:00
autosave_association.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
base.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
callbacks.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
connection_handling.rb 1.9 hash syntax changes 2012-11-08 23:16:54 +02:00
core.rb Don't allocate new strings in compiled attribute methods 2012-11-21 21:59:09 +00:00
counter_cache.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
dynamic_matchers.rb Renaming active_record_deprecated_finders to activerecord-deprecated_finders 2012-08-17 10:21:52 +01:00
errors.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
explain.rb Don't run explain on slow queries for database adapters that don't support it 2012-11-26 09:36:04 -06:00
explain_subscriber.rb Don't explain except normal CRUD sql. 2012-09-17 00:22:34 +09:00
fixtures.rb Remove useless check of AR being defined from teardown fixtures 2012-11-27 00:19:26 -02:00
inheritance.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
integration.rb
log_subscriber.rb Optimize log subscribers to check if the log level is sufficient before performing an operations. 2012-09-30 09:47:24 -07:00
migration.rb stop raising so many exceptions 2012-11-07 17:13:18 +09:00
model_schema.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
nested_attributes.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
null_relation.rb Delegate all calculations to the scope. 2012-11-09 12:09:37 +00:00
persistence.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
query_cache.rb Fix #6951. Use query cache/uncache, when using not only database.yml but also DATABASE_URL. 2012-10-31 10:04:10 +09:00
querying.rb Add Relation#find_or_create_by and friends 2012-10-19 13:18:47 +01:00
railtie.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
readonly_attributes.rb Make caller attribute in deprecation methods optional 2012-10-30 10:23:41 +08:00
reflection.rb Another batch of hash syntax changes to comment, this time around, I tried to keep 'output' messages untouched. 2012-10-23 13:02:34 +02:00
relation.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
result.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
sanitization.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
schema.rb Dump schema using new style hash 2012-09-08 11:09:49 +04:00
schema_dumper.rb Moves column dump specific code to a module included in AbstractAdapter 2012-09-14 08:43:47 -04:00
schema_migration.rb Remove mass assignment security from ActiveRecord 2012-09-16 23:58:19 -05:00
scoping.rb load active_support/concern in active_support/rails 2012-08-02 21:59:23 +02:00
serialization.rb include_root_in_json allows inheritance. 2012-10-31 00:08:36 +09:00
store.rb refactor store_accessor 2012-09-13 10:12:11 -04:00
test_case.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
timestamp.rb Remove not used load hooks for active_record_config 2012-11-09 12:45:50 -02:00
transactions.rb 1.9 Syntax related changes 2012-11-10 17:16:21 +02:00
translation.rb
validations.rb Fix syntax error with no US-ASCII char 2012-09-28 15:26:33 -03:00
version.rb