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
2013-02-26 21:53:38 +05:30
..
associations Merge branch 'master' of github.com:lifo/docrails 2013-02-26 21:53:38 +05:30
attribute_methods Reduced memory leak problem in transactions by lazily updating AR objects with new transaction state. If AR object has a callback, the callback will be performed immediately (non-lazily) so the transaction still has to keep records with callbacks. 2013-02-20 10:51:28 -05:00
coders
connection_adapters Merge branch 'master' of github.com:lifo/docrails 2013-02-26 21:53:38 +05:30
fixture_set
locale
locking Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
migration
railties Remove pre-emptive adapter name check from databases.rake so third party adapters can register rake tasks 2013-01-29 17:46:48 -08:00
relation Expand order(:symbol) to "table".symbol to prevent broken queries on PG. 2013-02-25 18:00:34 +01:00
scoping Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
serializers
tasks Raise a specific exception with a useful message if a rake task is requested for an unknown adapter 2013-01-30 10:52:47 -08:00
validations
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
associations.rb Updated doc to clarify about update_all and delete_all 2013-02-24 12:50:45 -05:00
attribute_assignment.rb
attribute_methods.rb
autosave_association.rb No need to send public methods 2013-02-26 16:59:12 +09:00
base.rb Remove useless number sign 2013-01-18 18:14:18 +09:00
callbacks.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
connection_handling.rb
core.rb Do not override attributes on dup by default scopes 2013-02-26 00:30:49 +09:00
counter_cache.rb
dynamic_matchers.rb removes redundant require 2013-02-25 22:16:30 +01:00
errors.rb
explain.rb remove AR auto-explain (config.auto_explain_threshold_in_seconds) 2013-02-24 20:01:04 +01:00
explain_subscriber.rb
fixtures.rb fix example of setting DEFAULTS in fixtures 2013-01-16 20:22:23 -07:00
inheritance.rb Missing require 2013-01-07 05:17:25 +09:00
integration.rb revises the documentation of AR::Base.cache_timestamp_format [ci skip] 2013-02-20 18:08:55 +01:00
log_subscriber.rb Ignore binds payload with nil column in AR log subscriber 2013-01-08 08:59:41 -02:00
migration.rb Use silence instead of quietly to silence the CheckPending middleware. 2013-01-26 18:11:04 -02:00
model_schema.rb
nested_attributes.rb Change docs to use update instead of update_attributes 2013-01-03 12:03:34 -05:00
null_relation.rb
persistence.rb Merge pull request #9409 from wangjohn/adding_documentation_to_touch 2013-02-25 02:36:55 -08:00
query_cache.rb
querying.rb remove AR auto-explain (config.auto_explain_threshold_in_seconds) 2013-02-24 20:01:04 +01:00
railtie.rb remove AR auto-explain (config.auto_explain_threshold_in_seconds) 2013-02-24 20:01:04 +01:00
readonly_attributes.rb
reflection.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
relation.rb remove AR auto-explain (config.auto_explain_threshold_in_seconds) 2013-02-24 20:01:04 +01:00
result.rb
sanitization.rb Fix cases where delete_records on a has_many association caused errors 2013-01-27 15:36:29 +00:00
schema.rb
schema_dumper.rb Revert "checking in the abstractions for valid type checking:" 2013-02-15 16:23:25 +00:00
schema_migration.rb
scoping.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
serialization.rb
store.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb Just ignore all PRAGMA queries 2013-01-22 10:26:51 +09:00
timestamp.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
transactions.rb multiple actions for :on option with after_commit and after_rollback 2013-02-21 15:02:52 +01:00
translation.rb
validations.rb
version.rb Preparing for 4.0.0.beta1 release 2013-02-25 08:31:50 -06:00