.. |
associations
|
super automatically passes on the implicit block
|
2010-11-16 14:28:19 -08:00 |
attribute_methods
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
connection_adapters
|
Adapters can specify maximum number of ids they support in a list of expressions
|
2010-11-18 09:59:52 -08:00 |
locale
|
|
|
locking
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
migration
|
adding documentation for reversible migrations
|
2010-11-19 11:34:42 -08:00 |
railties
|
Do not treat information about skipped migrations as WARNINGs but as a NOTEs, also puts to stdin
|
2010-10-14 07:46:12 +02:00 |
relation
|
group can be done by left side only
|
2010-11-17 17:28:40 -08:00 |
serializers
|
|
|
validations
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
aggregations.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
association_preload.rb
|
Disable identity map when loading associated records from habtm.
|
2010-11-19 19:07:42 -03:00 |
associations.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
attribute_methods.rb
|
"instance_methods" includes public and protected
|
2010-10-19 08:30:45 -07:00 |
autosave_association.rb
|
Remove associated records from identity map if any raised an unexpected exception.
|
2010-11-19 19:07:03 -03:00 |
base.rb
|
IdentityMap - Fixes problem with dirty attributes
|
2010-11-19 19:04:40 -03:00 |
callbacks.rb
|
Remove doc for debugging callbacks. Methods don't exist in Rails master
|
2010-10-13 15:59:57 -03:00 |
counter_cache.rb
|
|
|
dynamic_finder_match.rb
|
be kind to the garbage collector: only instantiate objects when absolutely necessary
|
2010-09-27 18:07:35 -07:00 |
dynamic_scope_match.rb
|
constructor should not do so much work; avoid allocating object if possible
|
2010-09-27 17:38:49 -07:00 |
errors.rb
|
|
|
fixtures.rb
|
IdentityMap - misc fixes
|
2010-11-19 19:03:57 -03:00 |
identity_map.rb
|
Use yield instead block argument.
|
2010-11-19 19:07:42 -03:00 |
log_subscriber.rb
|
|
|
migration.rb
|
adding documentation for reversible migrations
|
2010-11-19 11:34:42 -08:00 |
named_scope.rb
|
scopes can take an object that responds to call
|
2010-10-19 17:29:25 -07:00 |
nested_attributes.rb
|
present? is better here
|
2010-11-11 19:00:33 -02:00 |
observer.rb
|
lifecycle should be two words, life cycle
|
2010-08-26 14:23:58 +02:00 |
persistence.rb
|
Use identity mapper only if enabled.
|
2010-11-19 19:04:58 -03:00 |
query_cache.rb
|
|
|
railtie.rb
|
Use application's generators defaults as engine defaults to not force users to manually set it
|
2010-11-02 17:14:52 +01:00 |
reflection.rb
|
use grep instead of select + is_a?
|
2010-10-20 16:41:50 -07:00 |
relation.rb
|
only returning where values for the corresponding relation, also filtering where value hash based on table name [#5234 state:resolved] [#5184 state:resolved]
|
2010-10-30 13:25:49 -07:00 |
result.rb
|
exec returns an AR::Result
|
2010-10-26 13:44:07 -07:00 |
schema.rb
|
schema migrations work as instances
|
2010-11-17 14:26:34 -08:00 |
schema_dumper.rb
|
Revert "removing unused variable"
|
2010-10-26 13:43:06 -07:00 |
serialization.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2010-10-06 23:16:13 +02:00 |
session_store.rb
|
Allow AR Session Store to be renewed
|
2010-11-11 14:17:14 +01:00 |
test_case.rb
|
IdentityMap - Tests for IM
|
2010-11-19 19:03:56 -03:00 |
timestamp.rb
|
Make should_record_timestamps? serialization aware rather than object#changed?
|
2010-11-02 01:45:30 +00:00 |
transactions.rb
|
Remove object from identity map if transaction failed.
|
2010-11-19 19:04:40 -03:00 |
validations.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
version.rb
|
Update the version.rb files to include a PRE part
|
2010-11-16 17:19:46 -08:00 |