1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2010-06-20 00:50:48 +02:00
..
associations Don't overwrite unsaved updates when loading an association but preserve the order of the loaded records. Reapplied from before but now allows already-saved records to be refreshed. 2010-06-20 00:32:06 +02:00
attribute_methods Make sure timestamp is properly referenced 2010-05-11 20:06:26 +02:00
connection_adapters remove executable permission from files that don't need it. [#4802 state:resolved] 2010-06-20 00:50:48 +02:00
locale edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
locking Use arel instead of sql strings 2010-05-11 15:32:41 +01:00
railties Cut down even further on rake -T noise 2010-06-09 17:14:53 -04:00
relation Refactor build_arel: move joins out and simplify havings. [#4860 state:resolved] 2010-06-20 00:37:55 +02:00
serializers to_xml with :include should skip_instruct on the included records [#4506 state:resolved] 2010-04-30 14:22:57 +02:00
validations Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options." 2010-05-15 21:55:16 +02:00
aggregations.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
association_preload.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
associations.rb remove executable permission from files that don't need it. [#4802 state:resolved] 2010-06-20 00:50:48 +02:00
attribute_methods.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
autosave_association.rb Make the logic for nested_records_changed_for_autosave? simpler. 2010-06-07 11:01:10 +02:00
base.rb remove executable permission from files that don't need it. [#4802 state:resolved] 2010-06-20 00:50:48 +02:00
callbacks.rb ActiveModel::Validations::Callbacks should not be required by default. 2010-06-19 18:20:02 +02:00
counter_cache.rb fix reset_counters to work even with complex class names 2010-05-24 11:44:53 +02:00
dynamic_finder_match.rb cleaning up many more warnings in activerecord [#4180 state:resolved] 2010-03-15 08:57:41 -07:00
dynamic_scope_match.rb
errors.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
fixtures.rb Clarify Fixture#key_ and value_list 2010-06-08 17:05:29 -04:00
migration.rb making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resolved] 2010-04-29 13:41:35 +02:00
named_scope.rb STI should not ignore type condition while applying scopes from parent class scopes 2010-05-15 09:48:49 +02:00
nested_attributes.rb Use primary key in conditions, not 'id' [#4395 state:resolved] 2010-05-04 22:45:08 +01:00
observer.rb ActiveRecord and ActionPack now use the new descendants implementation. 2010-06-19 17:15:21 +02:00
persistence.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
query_cache.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
railtie.rb Clear DescendantsTracker on each request. 2010-06-19 17:51:44 +02:00
reflection.rb Bring back +extra_conditions+. This effectively reverts 386b7bfd9d 2010-04-03 09:54:15 -07:00
relation.rb ignore raw_sql_ table alias that is used by Oracle adapter 2010-06-04 22:44:04 +03:00
schema.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
schema_dumper.rb Make sure schema dumper doesnt throw up when there are no index lengths 2010-05-09 12:43:06 +01:00
serialization.rb
session_store.rb Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean. 2010-05-18 03:18:23 +02:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
timestamp.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
transactions.rb Fix bug with rolling back frozen attributes. 2010-06-18 15:11:17 -07:00
validations.rb moving before_validation and after_validation functionality from ActiveRecord to ActiveModel 2010-06-19 17:59:52 +02:00
version.rb Get ready for beta 4 2010-06-08 14:47:02 -04:00