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-22 18:10:52 -05:00
..
associations Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-22 21:25:02 +01: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 Merge pull request #1097 from kirillrdy/master 2011-05-19 09:13:54 -07:00
locale
locking Better doc styling in ActiveRecord::Locking 2011-05-17 20:21:35 -03:00
migration Add :bulk => true option to change_table 2011-01-31 13:21:25 +00:00
railties Revert "Take into account time spent in AR even if a redirect occurs or if it is after the render" because it's causing test failures about missing db_during_render. 2011-05-22 18:10:52 -05:00
relation Add support for passing mass assignment roles to dynamic finders. Closes #1170. 2011-05-21 16:33:54 +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 Remove extra white spaces. 2011-05-19 20:51:33 -03: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 Merge pull request #1180 from Karunakar/documentation_change 2011-05-21 10:39:28 -07: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 CSV fixture support 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 ActionMailer deliver method Documentation corrected Ticket #761 2011-05-21 13:55:52 +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 Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-22 21:25:02 +01: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 Syntax cleanup: for in => each 2011-05-19 22:55:37 -05:00
session_store.rb updated AR#create! to accept an options hash so the mass-assignment security role can be passed in, also updated the Changelog to mention the change to some of the AR method signatures. 2011-05-12 09:24:42 +02:00
test_case.rb backport skip to the AR base class 2011-05-13 13:06:59 -07: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 updated AR#create! to accept an options hash so the mass-assignment security role can be passed in, also updated the Changelog to mention the change to some of the AR method signatures. 2011-05-12 09:24:42 +02:00
version.rb Bump versions for rc1 2011-05-21 20:56:52 -05:00