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-07-12 20:18:54 +02:00
..
associations fix ActiveRecord destroy_all so it returns destroyed records 2010-07-08 11:35:17 -07:00
attribute_methods
connection_adapters Remove old rubygems require. 2010-07-12 20:18:04 +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
railties Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
relation Fix the #using_limitable_reflections? helper to work correctly by not examining the length of an array which contains false/true, hence always passing. [#4869 state:resolved] 2010-07-08 22:34:34 +02:00
serializers
validations Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options. 2010-06-21 11:55:21 +02:00
aggregations.rb Remove deprecated block usage in composed_of. 2010-06-24 11:17:05 -03:00
association_preload.rb Eager loading :through associations will join the :source model if there are :conditions. [#2362 state:resolved] 2010-07-08 22:36:26 +02:00
associations.rb Merge remote branch 'docrails/master' 2010-07-07 12:58:46 +02:00
attribute_methods.rb Adds title and basic description where needed. 2010-06-15 22:41:41 +04:30
autosave_association.rb Add module_eval missing file_name and line_number args [#4712 state:resolved] 2010-06-26 22:38:54 +02:00
base.rb Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 state:committed] 2010-07-08 23:24:20 +02:00
callbacks.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
counter_cache.rb Refactor previous commits a bit. 2010-07-08 23:45:10 +02:00
dynamic_finder_match.rb Added typewriter tag to code. 2010-06-15 23:03:54 +04:30
dynamic_scope_match.rb Added description and title to Dynamic Scope Match 2010-06-15 23:02:51 +04:30
errors.rb Adds title. 2010-06-15 23:11:30 +04:30
fixtures.rb
log_subscriber.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
migration.rb migrations.rb requires active_support/core_ext/module/aliasing [#5008 state:committed] 2010-06-30 00:53:23 +02:00
named_scope.rb Make relation a private method. 2010-07-01 00:09:55 +02:00
nested_attributes.rb accepts_nested_attributes_for typo 2010-06-29 13:32:53 +10:00
observer.rb Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
persistence.rb Improve a bit the code in latest commits. 2010-07-08 22:59:41 +02:00
query_cache.rb Adds basic description and title. 2010-06-16 22:15:04 +04:30
railtie.rb Just add connection management middleware if running in a concurrent environment. 2010-07-12 20:18:54 +02:00
reflection.rb Adds basic description and title. 2010-06-16 22:15:04 +04:30
relation.rb fix ActiveRecord destroy_all so it returns destroyed records 2010-07-08 11:35:17 -07:00
schema.rb Adds title where needed. 2010-06-16 22:17:05 +04:30
schema_dumper.rb Adds title where needed. 2010-06-16 22:17:05 +04:30
serialization.rb Adds title and proper formatting to docs. 2010-06-16 22:22:35 +04:30
session_store.rb Sessions should not be created until written to and session data should be destroyed on reset. 2010-06-23 11:56:35 -07:00
test_case.rb Adds title and proper formatting to docs. 2010-06-16 22:22:35 +04:30
timestamp.rb Improve a bit the code in latest commits. 2010-07-08 22:59:41 +02:00
transactions.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
validations.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
version.rb