.. |
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
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
locking
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02: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
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
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
|
removing space errors
|
2010-11-18 10:01:29 -08: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
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
base.rb
|
replace and with && as per rails coding convention
|
2010-11-18 07:49:45 +08: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
|
Use COALESCE in update_counters docs to reflect the implementation
|
2010-08-18 10:15:26 -03:00 |
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
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
fixtures.rb
|
use new skool Ruby instead of Ruby Classic™
|
2010-09-27 18:55:28 -07:00 |
log_subscriber.rb
|
Move runtime back to the Thread.current
|
2010-07-26 19:14:56 +02:00 |
migration.rb
|
adding an initialize with name and version defaults
|
2010-11-17 15:30:09 -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
|
STI type is now updated when calling AR::Base.becomes on subclasses [#5953 state:resolved]
|
2010-11-12 02:17:34 +08:00 |
query_cache.rb
|
Adds basic description and title.
|
2010-06-16 22:15:04 +04:30 |
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
|
Update the ActiveRecord tests to not set unused options
|
2010-10-13 12:32:52 -07:00 |
timestamp.rb
|
Make should_record_timestamps? serialization aware rather than object#changed?
|
2010-11-02 01:45:30 +00:00 |
transactions.rb
|
Don't check if persisted is defined just initialize it properly
|
2010-11-09 16:00:02 -02: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 |