.. |
associations
|
Fix #3890. (Calling proxy_association in scope chain.)
|
2011-12-08 20:10:04 +00:00 |
attribute_methods
|
fixing eval'd line numbers.
|
2011-12-08 10:39:12 -08:00 |
coders
|
|
|
connection_adapters
|
Exceptions should read from the spec configu
|
2011-12-08 15:14:07 -08:00 |
fixtures
|
|
|
locale
|
|
|
locking
|
Deprecate set_locking_column in favour of self.locking_column=
|
2011-11-29 20:13:37 +00:00 |
migration
|
|
|
railties
|
Stop db:seed from performing a reload of the db
|
2011-11-18 10:05:06 -05:00 |
relation
|
ActiveRecord::Relation#pluck method
|
2011-11-30 11:03:00 +02:00 |
serializers
|
Revert "Implement ArraySerializer and move old serialization API to a new namespace."
|
2011-11-30 18:48:17 +01:00 |
validations
|
Do not validate associated records marked for destruction
|
2011-12-05 00:19:21 +01:00 |
aggregations.rb
|
|
|
associations.rb
|
fix nodocs
|
2011-12-09 01:15:54 +05:30 |
attribute_methods.rb
|
Remove the need for type_cast_attribute.
|
2011-12-01 23:41:51 +00:00 |
autosave_association.rb
|
added information about callbacks created by autosave association (#3639)
|
2011-11-28 19:37:00 +01:00 |
base.rb
|
Remove NilClass whiners feature.
|
2011-12-08 20:28:09 +01:00 |
callbacks.rb
|
|
|
counter_cache.rb
|
|
|
dynamic_finder_match.rb
|
|
|
dynamic_scope_match.rb
|
|
|
errors.rb
|
|
|
explain.rb
|
moves some auto explain logic to the subscriber [José Valim & Xavier Noria]
|
2011-12-04 13:53:26 -08:00 |
explain_subscriber.rb
|
moves some auto explain logic to the subscriber [José Valim & Xavier Noria]
|
2011-12-04 13:53:26 -08:00 |
fixtures.rb
|
|
|
identity_map.rb
|
|
|
log_subscriber.rb
|
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
|
2011-12-04 11:52:12 -08:00 |
migration.rb
|
reversible migration example had missing block parameter
|
2011-12-07 17:03:51 +02:00 |
named_scope.rb
|
|
|
nested_attributes.rb
|
|
|
observer.rb
|
|
|
persistence.rb
|
ActiveRecord::Base#becomes should retain the errors of the original object.
|
2011-11-16 23:19:58 +00:00 |
query_cache.rb
|
|
|
railtie.rb
|
Allow rescue responses to be configured through a railtie.
|
2011-12-01 19:21:35 +01:00 |
reflection.rb
|
Allow the :class_name option for associations to take a symbol.
|
2011-11-04 11:17:56 +00:00 |
relation.rb
|
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
|
2011-12-04 11:52:12 -08:00 |
result.rb
|
|
|
schema.rb
|
|
|
schema_dumper.rb
|
Use show index from . We could fix pk_and_sequence_for method's performance problem (GH #3678)
|
2011-11-19 04:19:31 +09:00 |
serialization.rb
|
Revert "Implement ArraySerializer and move old serialization API to a new namespace."
|
2011-11-30 18:48:17 +01:00 |
session_store.rb
|
pushing caching and visitors down to the connection
|
2011-11-19 20:19:53 -08:00 |
store.rb
|
Fix that changing a store should mark the store attribute as changed
|
2011-10-25 17:22:52 -05:00 |
test_case.rb
|
|
|
timestamp.rb
|
Allow instances to disable record_timestamps
|
2011-10-26 18:20:12 +01:00 |
transactions.rb
|
fix nodocs
|
2011-12-09 01:15:54 +05:30 |
validations.rb
|
|
|
version.rb
|
|
|