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
2011-05-10 11:08:18 -07:00
..
associations Fix #480. Passing nil to create association works. 2011-05-10 11:18:16 +02:00
attribute_methods Avoid define_method if possible. 2011-04-19 17:58:06 +02:00
coders Make serialized columns with explicit object_type return a new instance of the object instead of nil 2011-02-03 09:08:45 -08:00
connection_adapters use a null byte as a bind parameter substitute as it is not allowed in normal SQL. fixes #411, #417 2011-05-09 13:53:57 -07:00
locale
locking Don't quote ID's as Arel will quote them -- follow same conventions as the delete method. 2011-05-08 18:37:28 +01:00
migration Add :bulk => true option to change_table 2011-01-31 13:21:25 +00:00
railties Interleave db_list and file_list. 2011-05-09 01:46:35 -05:00
relation Merge pull request #451 from baroquebobcat/fixing_last_for_issue_371 2011-05-08 23:43:34 +01:00
serializers dry up compute type in attribute 2010-12-15 14:02:30 -08:00
validations Do not use SQL LIKE operator for case insensitive uniqueness validation 2011-04-25 22:17:18 +03:00
aggregations.rb remove unnecessary module_eval 2011-01-18 09:36:33 -08:00
associations.rb Abstract some common code from AssociationScope and JoinDependency::JoinAssociation into a JoinHelper module 2011-03-11 00:47:18 +00:00
attribute_methods.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
autosave_association.rb Active Record typos. 2011-03-05 11:56:34 +01:00
base.rb Ensure assign_attributes and update_attributes do not fail on nil, closes #478. 2011-05-10 10:30:27 +02:00
callbacks.rb Added back the Callback debugging section by interrogating the _*_callbacks method 2011-03-29 11:22:16 +08:00
counter_cache.rb Merge remote branch 'rails/master' into identity_map 2010-12-20 11:23:07 -03:00
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb deprecating read_csv_fixture_files method 2011-05-10 11:08:18 -07:00
identity_map.rb Fix typos in IM documentation 2011-05-10 03:44:57 -07:00
log_subscriber.rb Make the identity map use the instrumentation infrastructure so we can style the messages nicely with colors (FIXME: Can someone look into why the test is not working?) 2011-05-01 19:10:21 -06:00
migration.rb require core_ext/array/wrap in active_record/migration 2010-12-10 08:33:48 +01:00
named_scope.rb Bring back some bits of documentation for scopes which were removed as part of the reversion in 256b363 2011-04-17 20:55:24 +01:00
nested_attributes.rb Remove dead branch code that appeared back in a merge. 2011-04-10 13:03:49 +02:00
observer.rb fix yield not working from around filter of observers, fixes Github#329 2011-05-07 03:03:41 +05:30
persistence.rb renamed mass-assignment scopes to roles, updated code, tests, docs and security guide 2011-05-08 16:43:29 +02:00
query_cache.rb ensure query cache is cleared when Rack body is closed, fixes bug reported on 951e18abea 2011-05-04 15:24:26 -07:00
railtie.rb Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like Datamapper can also have their own sandboxing in rails console. 2011-05-04 16:47:35 +02:00
reflection.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
relation.rb using bind parameters for updates 2011-04-30 17:27:46 -07:00
result.rb updating the docco for ActiveRecord::Result 2011-04-11 10:10:01 -07:00
schema.rb Allow to run migrations from more than one directory 2010-12-09 00:04:36 +01:00
schema_dumper.rb kill unused variable warnings 2011-01-11 15:29:35 -08:00
serialization.rb
session_store.rb Puts ActiveRecord::SessionStore attributes in white list, fixes #483 2011-05-10 16:11:28 +02:00
test_case.rb removing limits and offsets from COUNT queries unless both are specified. [#6268 state:resolved] 2011-02-25 15:38:59 -08:00
timestamp.rb Updates to ActiveRecord::Timestamp documentation. 2011-02-05 09:07:00 -08:00
transactions.rb Use IM when trying to load records using ID. 2011-04-04 10:48:12 +02:00
validations.rb Better formatting here 2011-04-24 19:44:12 -03:00
version.rb Prepare for beta1 2011-05-04 20:21:05 -05:00