.. |
associations
|
Migrate all the calculation methods to Relation
|
2009-12-29 04:30:04 +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
|
Remove locking related unused code
|
2009-12-28 14:33:56 +05:30 |
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 |
rails
|
Move the ActiveRecord related rake tasks into the AR gem.
|
2009-12-28 17:53:05 -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
|
Fix uniqueness validation: with_exclusive_scope is not public
|
2009-12-28 14:06:22 -08:00 |
aggregations.rb
|
Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
|
2009-05-28 11:35:36 -05:00 |
association_preload.rb
|
Ruby 1.9.2: avoid #flatten
|
2009-11-13 09:52:53 -08:00 |
associations.rb
|
Migrate all the calculation methods to Relation
|
2009-12-29 04:30:04 +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
|
Make sure to not add autosave callbacks multiple times. [#3575 state:resolved]
|
2009-12-28 16:56:31 +01:00 |
base.rb
|
Replace Base#safe_to_array with Array.wrap
|
2009-12-29 15:53:06 +05:30 |
batches.rb
|
Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
|
2009-05-28 11:35:36 -05:00 |
calculations.rb
|
Migrate all the calculation methods to Relation
|
2009-12-29 04:30:04 +05:30 |
callbacks.rb
|
Move ActiveRecord callbacks implementation to ActiveModel and make use of it.
|
2009-12-28 16:19:23 -08:00 |
controller_runtime.rb
|
Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook.
|
2009-12-27 13:32:40 +01:00 |
dynamic_finder_match.rb
|
Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all.
|
2008-10-03 21:28:11 +02:00 |
dynamic_scope_match.rb
|
Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed]
|
2008-12-28 20:52:46 +01:00 |
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
|
Refactored previous changes to nested attributes.
|
2009-12-28 21:09:22 +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
|
ActiveRecord::QueryCache middleware
|
2008-12-22 11:31:18 -06:00 |
rails.rb
|
Move the ActiveRecord related rake tasks into the AR gem.
|
2009-12-28 17:53:05 -08:00 |
reflection.rb
|
Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFoundError if the supplied class doesn't have the appropriate association. [#3520 state:resolved]
|
2009-12-28 15:12:17 +01:00 |
relation.rb
|
Relation#many? shoud load the records if there's a LIMIT
|
2009-12-30 12:14:00 +05:30 |
relational_calculations.rb
|
Simplify get_projection_name_from_chained_relations using recursion
|
2009-12-30 01:16:24 +05:30 |
schema.rb
|
Merge docrails.
|
2008-05-25 12:29:00 +01:00 |
schema_dumper.rb
|
Don't define a default primary key in the schema dumper.
|
2009-08-08 19:31:35 -07:00 |
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
|
Fix reset_session with ActiveRecord store [#2200 state:resolved]
|
2009-05-17 14:42:36 -05:00 |
state_machine.rb
|
Add simple support for ActiveModel's StateMachine for ActiveRecord
|
2009-08-04 11:03:57 -05:00 |
test_case.rb
|
Calculations now use Arel to construct the query.
|
2009-04-29 19:39:53 -03:00 |
timestamp.rb
|
Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
|
2009-05-28 11:35:36 -05:00 |
transactions.rb
|
Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
|
2009-05-28 11:35:36 -05:00 |
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
|
Bump up the version to 3.0.pre
|
2009-06-30 14:37:12 -07:00 |