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
Angelo capilleri c3a5be0129 changed the firm of changes_from_zero_to_string?
delete *column* because is unused by the method.
2012-06-21 09:32:44 +02:00
..
associations Remove unneeded code since pluck is respecting joins now 2012-06-19 21:01:27 -03:00
attribute_methods changed the firm of changes_from_zero_to_string? 2012-06-21 09:32:44 +02:00
coders Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
connection_adapters Change minimum (default) log level in PostgreSQL to warning. 2012-06-18 13:05:17 -03:00
fixtures Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
locale
locking Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
migration
railties Refactor db:structure:load task. 2012-06-21 01:35:26 +09:00
relation Extract conditional to a method to avoid duplication 2012-06-19 21:01:27 -03:00
scoping Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
serializers
tasks Refactor db:structure:load task. 2012-06-21 01:35:26 +09:00
validations Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
associations.rb
attribute_assignment.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
attribute_methods.rb no need to define methods in included hook 2012-06-15 19:15:37 +01:00
autosave_association.rb
base.rb
callbacks.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
connection_handling.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
core.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
counter_cache.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
dynamic_matchers.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
errors.rb + ActiveRecord::Base#destroy! 2012-06-06 13:27:51 -04:00
explain.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
explain_subscriber.rb explain listener does not care about time, so use evented listener 2012-06-20 14:20:55 -07:00
fixtures.rb
inheritance.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
integration.rb
log_subscriber.rb
migration.rb Remove update_attribute. 2012-06-14 18:54:24 +02:00
model.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
model_schema.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
nested_attributes.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
null_relation.rb unused method arguments 2012-06-01 14:46:21 +09:00
observer.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
persistence.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
query_cache.rb
querying.rb
railtie.rb Fix observers with AR::Model 2012-06-15 19:15:37 +01:00
readonly_attributes.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
reflection.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
relation.rb Refactor Relation#update a bit to avoid an extra Enumerator instance 2012-06-18 21:30:08 -03:00
result.rb
sanitization.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
schema.rb
schema_dumper.rb Merge pull request #4396 from kennyj/fix_4259 2012-06-20 14:08:23 -03:00
schema_migration.rb
scoping.rb
serialization.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
session_store.rb
store.rb Refactor and use class_attribute 2012-06-18 23:54:13 -03:00
test_case.rb Fix fragile #assert_queries implementation and usages. 2012-06-09 14:16:13 -07:00
timestamp.rb Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
transactions.rb
translation.rb
validations.rb
version.rb