.. |
associations
|
deal with #append and #prepend on association collections.
|
2013-03-01 21:29:46 +01:00 |
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
|
fix AR::Coders::YAMLColumn nodoc [ci skip]
|
2012-09-21 22:48:33 -05:00 |
connection_adapters
|
Remove hard coded references to Active Record in railties
|
2013-03-02 13:52:32 -07:00 |
fixture_set
|
Move/rename files to follow naming conventions
|
2012-10-07 20:43:18 +02:00 |
locale
|
Changed scope for "taken" error message translation to decrease precedence
|
2012-10-19 17:36:34 -07:00 |
locking
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-01-09 01:04:15 +05:30 |
migration
|
Fixes for PR [#8267]
|
2012-12-22 20:40:42 -05:00 |
railties
|
Remove hard coded references to Active Record in railties
|
2013-03-02 13:52:32 -07:00 |
relation
|
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
|
2013-02-27 08:46:40 -08:00 |
scoping
|
Refactor to use each_key, remove extra spaces
|
2013-01-28 23:25:03 -02:00 |
serializers
|
1.9 Syntax related changes
|
2012-11-10 17:16:21 +02:00 |
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
|
Extract some methods
|
2012-12-18 09:04:23 -02:00 |
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
|
Deprecate obsolete Time to DateTime fallback methods
|
2012-12-11 13:57:05 +00:00 |
attribute_methods.rb
|
Keep the code related to serialization in Serialization module.
|
2012-11-10 01:45:43 +04:00 |
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
|
1.9 hash syntax changes
|
2012-11-08 23:16:54 +02:00 |
core.rb
|
Do not override attributes on dup by default scopes
|
2013-02-26 00:30:49 +09:00 |
counter_cache.rb
|
grammar improvements for increment_counter and decrement_counter docs
|
2012-12-02 19:40:31 -08:00 |
dynamic_matchers.rb
|
removes redundant require
|
2013-02-25 22:16:30 +01:00 |
errors.rb
|
Revert "Add documentation to TransactionIsolationError [ci skip]"
|
2012-12-04 21:56:21 +05:30 |
explain.rb
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
|
2013-02-24 20:01:04 +01:00 |
explain_subscriber.rb
|
Don't explain except normal CRUD sql.
|
2012-09-17 00:22:34 +09:00 |
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
|
Fix decorating columns for serialized attributes
|
2012-12-10 14:44:24 +09:00 |
nested_attributes.rb
|
Change docs to use update instead of update_attributes
|
2013-01-03 12:03:34 -05:00 |
null_relation.rb
|
Delegate all calculations to the scope.
|
2012-11-09 12:09:37 +00:00 |
persistence.rb
|
Merge pull request #9409 from wangjohn/adding_documentation_to_touch
|
2013-02-25 02:36:55 -08:00 |
query_cache.rb
|
Fix typo.
|
2012-12-03 12:37:45 +08:00 |
querying.rb
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
|
2013-02-24 20:01:04 +01:00 |
railtie.rb
|
Remove hard coded references to Active Record in railties
|
2013-03-02 13:52:32 -07:00 |
readonly_attributes.rb
|
Make caller attribute in deprecation methods optional
|
2012-10-30 10:23:41 +08:00 |
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
|
Remove ActiveRecord::Model
|
2012-10-26 15:51:02 +01:00 |
sanitization.rb
|
Fix cases where delete_records on a has_many association caused errors
|
2013-01-27 15:36:29 +00:00 |
schema.rb
|
Move to the schema-migrations-metadata branch.
|
2012-12-09 15:57:34 -07:00 |
schema_dumper.rb
|
Revert "checking in the abstractions for valid type checking:"
|
2013-02-15 16:23:25 +00:00 |
schema_migration.rb
|
Move to the schema-migrations-metadata branch.
|
2012-12-09 15:57:34 -07:00 |
scoping.rb
|
Refactor to use each_key, remove extra spaces
|
2013-01-28 23:25:03 -02:00 |
serialization.rb
|
include_root_in_json allows inheritance.
|
2012-10-31 00:08:36 +09:00 |
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
|
Fix syntax error with no US-ASCII char
|
2012-09-28 15:26:33 -03:00 |
version.rb
|
Preparing for 4.0.0.beta1 release
|
2013-02-25 08:31:50 -06:00 |