.. |
associations
|
no need of nil check
|
2010-09-29 16:43:00 -07:00 |
attribute_methods
|
No need to use inject here, use map instead.
|
2010-09-22 18:08:02 -03:00 |
connection_adapters
|
eliminating method_missing on TableDefinition
|
2010-09-29 11:18:43 -07: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 new finders syntax in docs.
|
2010-09-01 12:16:08 -03:00 |
railties
|
db:structure:dump should list current Rails.env adapter in errors, not always the test adapter
|
2010-09-26 20:45:30 -03:00 |
relation
|
removing more useless code! yay!
|
2010-09-28 17:32:38 -07: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
|
serialized attributes should be serialized before validation [#5525 state:resolved]
|
2010-09-07 13:39:27 -07:00 |
aggregations.rb
|
Use new finders syntax in docs.
|
2010-09-01 12:16:08 -03:00 |
association_preload.rb
|
Revert "porting 0665182950 to master. Thanks Marcelo Giorgi"
|
2010-09-28 15:51:00 -07:00 |
associations.rb
|
avoid a proc object
|
2010-09-22 09:01:11 -07:00 |
attribute_methods.rb
|
Cheaper attribute reads and respond_to?. Add underscore-prefixed method aliased to the attribute name so it can be overridden but still called internally.
|
2010-09-09 14:39:43 -07:00 |
autosave_association.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
base.rb
|
Set attributes properly for model built from association with conditions [#5562 state:resolved]
|
2010-09-28 15:22:50 -03:00 |
callbacks.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02: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
|
Fix copying migrations to empty directory
|
2010-09-03 22:59:10 +02:00 |
named_scope.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
nested_attributes.rb
|
Fix for nested_attributes with has_many association fails when a single record is being updated.
|
2010-09-27 23:11:24 +02:00 |
observer.rb
|
lifecycle should be two words, life cycle
|
2010-08-26 14:23:58 +02:00 |
persistence.rb
|
restore behavior of touch for models without :updated_xx [#5439 state:resolved]
|
2010-09-24 20:42:38 +02:00 |
query_cache.rb
|
|
|
railtie.rb
|
Revert "Just add connection management middleware if running in a concurrent environment."
|
2010-08-20 18:55:02 -07:00 |
reflection.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
relation.rb
|
where_values_hash always returns a hash
|
2010-09-28 15:56:08 -07:00 |
schema.rb
|
fixing whitespace errors
|
2010-08-05 08:15:22 -07:00 |
schema_dumper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
serialization.rb
|
double negative is not good
|
2010-09-30 08:11:36 +08:00 |
session_store.rb
|
Revert "Setup explicit requires for files with exceptions. Removed them from autoloading."
|
2010-09-02 21:11:03 +02:00 |
test_case.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
timestamp.rb
|
Ensure timestamps are not generated when explicitly set to false [#5440 state:resolved]
|
2010-08-24 10:45:16 -03:00 |
transactions.rb
|
|
|
validations.rb
|
Refactor AR validations a bit
|
2010-09-06 13:40:06 +02:00 |
version.rb
|
Master is now targeting 3.1.0.beta
|
2010-08-23 21:44:57 -05:00 |