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
Carlos Antonio da Silva 91d72fe652 ✂️ [ci skip]
2013-11-04 13:01:57 -02:00
..
associations Fix wrong behavior where associations with dependent: :destroy options 2013-11-01 19:04:30 -02:00
attribute_methods ActiveRecord::Store works together with PG hstore columns. 2013-10-25 08:35:35 +02:00
coders
connection_adapters fix code typo in MysqlAdapter .Closes #12647. 2013-10-30 18:12:26 +01:00
fixture_set
locale
locking [ci skip] avoid deprecation warning in sample code 2013-10-18 22:01:50 +09:00
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
railties Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
relation Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, named where condition. 2013-11-02 17:36:45 -07:00
scoping Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
serializers
tasks Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
validations
aggregations.rb Remove conditional adding a new method 2013-09-11 21:24:59 -03:00
association_relation.rb
associations.rb remove HABTM associations 2013-10-02 16:03:45 -07:00
attribute_assignment.rb assign_attributes should return if argument is blank. 2013-09-24 13:22:59 -05:00
attribute_methods.rb short arrays in inspect 2013-10-30 08:47:54 +04:00
autosave_association.rb Save association when primary key is manually set 2013-10-24 22:30:30 -02:00
base.rb Added ActiveRecord::Base#enum for declaring enum attributes where the values map to integers in the database, but can be queried by name 2013-11-02 12:01:31 -07:00
callbacks.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
connection_handling.rb
core.rb Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in order," -- will be replaced with a check to ensure that the keys used for comparison are integers, and only fail if they are not. 2013-11-02 19:56:58 -07:00
counter_cache.rb
dynamic_matchers.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
enum.rb Replace class_eval with define_method for enum 2013-11-04 16:42:22 +02:00
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb remove HABTM special cases from the fixtures 2013-10-02 15:51:29 -07:00
inheritance.rb no need to to_sym 2013-10-09 16:09:59 -07:00
integration.rb ✂️ [ci skip] 2013-11-04 13:01:57 -02:00
log_subscriber.rb Cleanup identitymap logger from LogSubscriber 2013-09-28 12:00:19 -04:00
migration.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
model_schema.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
nested_attributes.rb Restore the use of #add_to_target for nested attribute updates on existing records, and don't bother updating the association if the update is going to be rejected anyway. 2013-08-12 02:37:39 -07:00
null_relation.rb Pluck on NullRelation accepts a list of columns 2013-10-15 13:11:43 -04:00
persistence.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
query_cache.rb
querying.rb Delegate #rewhere to all on the class like all other relation methods 2013-11-02 19:45:03 -07:00
railtie.rb let the sqlite task run without rails 2013-08-07 23:32:39 +02:00
readonly_attributes.rb
reflection.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
result.rb typecast records returned from the db rather than to_sing everything 2013-10-08 10:49:53 -07:00
runtime_registry.rb
sanitization.rb Add nodoc to method 2013-10-13 16:54:04 -03:00
schema.rb
schema_dumper.rb Push default_function to superclass to avoid method check 2013-10-14 01:46:41 -03:00
schema_migration.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
scoping.rb
serialization.rb
statement_cache.rb
store.rb ActiveRecord::Store works together with PG hstore columns. 2013-10-25 08:35:35 +02:00
timestamp.rb
transactions.rb Fixed typo with after_commit docs 2013-10-25 16:59:48 -04:00
translation.rb
validations.rb
version.rb