.. |
associations
|
Rewrite AssociationCollection#find using relations
|
2009-12-27 22:32:20 +05:30 |
attribute_methods
|
Object#tap is not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
attributes
|
Fixed: #without_typecast should only disable typecasting on the duplicated attributes [#3387 state:resolved]
|
2009-10-18 10:22:22 -05:00 |
connection_adapters
|
Add support for Mysql column positioning via #add_column and #change_column
|
2009-12-03 23:09:57 -08:00 |
locale
|
allow ActiveRecord#RecordInvalid exception message to be localized
|
2009-08-26 11:29:16 -07:00 |
locking
|
Revert "Ensure Model#destroy respects optimistic locking"
|
2009-11-17 15:35:35 -08:00 |
serializers
|
Break up concerns for choosing what attributes should be serialized and the actual serializer
|
2009-08-13 22:27:36 -05:00 |
types
|
Refactoring attributes/types [#3348 state:resolved]
|
2009-10-17 12:37:15 -05:00 |
validations
|
|
|
aggregations.rb
|
|
|
association_preload.rb
|
Ruby 1.9.2: avoid #flatten
|
2009-11-13 09:52:53 -08:00 |
associations.rb
|
Add new finder methods to association collection.
|
2009-12-27 00:25:00 +05:30 |
attribute_methods.rb
|
No need to check for generated method, just redispatch
|
2009-11-14 01:51:52 -08:00 |
attributes.rb
|
Refactoring attributes/types [#3348 state:resolved]
|
2009-10-17 12:37:15 -05:00 |
autosave_association.rb
|
Add new finder methods to association collection.
|
2009-12-27 00:25:00 +05:30 |
base.rb
|
Add relation.destroy_all
|
2009-12-27 21:15:12 +05:30 |
batches.rb
|
|
|
calculations.rb
|
Rename Model.conditions and relation.conditions to .where
|
2009-12-26 03:50:57 +05:30 |
callbacks.rb
|
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
|
2009-10-12 22:15:43 -05:00 |
dynamic_finder_match.rb
|
|
|
dynamic_scope_match.rb
|
|
|
fixtures.rb
|
Don't use AR::Base.connection for fixture column quoting. Use the connection given to Fixtures.new
|
2009-08-26 14:53:09 -07:00 |
migration.rb
|
Merge commit 'rails/master'
|
2009-08-10 10:40:11 -03:00 |
named_scope.rb
|
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic method caching
|
2009-12-27 13:17:29 +05:30 |
nested_attributes.rb
|
Define autosave association callbacks when using accepts_nested_attributes_for.
|
2009-11-07 00:42:42 +01:00 |
observer.rb
|
Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed.
|
2009-09-08 10:26:39 -05:00 |
query_cache.rb
|
|
|
rails.rb
|
Finish moving config.frameworks-dependent code to the framework plugin
|
2009-12-23 17:23:29 -08:00 |
reflection.rb
|
|
|
relation.rb
|
Handle preloads and eager loads when merging relations
|
2009-12-28 01:33:20 +05:30 |
schema.rb
|
|
|
schema_dumper.rb
|
|
|
serialization.rb
|
Break up concerns for choosing what attributes should be serialized and the actual serializer
|
2009-08-13 22:27:36 -05:00 |
session_store.rb
|
|
|
state_machine.rb
|
|
|
test_case.rb
|
|
|
timestamp.rb
|
|
|
transactions.rb
|
|
|
types.rb
|
Refactoring attributes/types [#3348 state:resolved]
|
2009-10-17 12:37:15 -05:00 |
validations.rb
|
Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
version.rb
|
|
|