.. |
associations
|
Fix #8856 Ensure has_one association=(associate) triggers save.
|
2013-04-30 16:14:16 -07:00 |
attribute_methods
|
fix :nodoc: mark on AR::AttributeMethods::Serialization [ci skip]
|
2013-04-12 23:51:47 -05:00 |
coders
|
Remove all error masking when decoding serialized data fails?
|
2013-04-02 11:45:14 -04:00 |
connection_adapters
|
Improve docs for postgresql with uuid primary keys [ci skip]
|
2013-05-01 21:24:56 -03:00 |
fixture_set
|
drop errors constant
|
2013-03-27 20:39:36 +05:30 |
locale
|
|
|
locking
|
Deprecate #connection in favour of accessing it via the class
|
2013-03-09 15:16:15 -05:00 |
migration
|
Fixes for PR [#8267]
|
2012-12-22 20:40:42 -05:00 |
railties
|
rake:db:test:prepare falls back to original environment after execution.
|
2013-05-02 18:09:59 +03:00 |
relation
|
Handle aliased attributes in ActiveRecord::Relation.
|
2013-05-01 16:36:01 -07:00 |
scoping
|
Delegating the value getter and setters in the ScopeRegistry to the
|
2013-04-08 15:18:14 -04:00 |
serializers
|
|
|
tasks
|
Mute psql output when running rake db:schema:load
|
2013-04-30 17:24:29 -07:00 |
validations
|
documentation fixes for Array.wrap and AR::Validations::AssociatedValidator
|
2013-04-17 16:02:13 +02:00 |
aggregations.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-01-09 01:04:15 +05:30 |
associations.rb
|
Document collection.create! on has_many associations in ActiveRecord
|
2013-04-15 10:03:39 +10:00 |
attribute_assignment.rb
|
Refactoring validate_missing_parameters to validate_required_parameters.
|
2013-03-23 01:10:50 -04:00 |
attribute_methods.rb
|
fixes a test, and explains why AR::AttributeMethods checks defined?(@attributes) in some places
|
2013-04-28 12:03:59 +02:00 |
autosave_association.rb
|
Revert "Merge pull request #10183 from jholton/fix_association_auto_save"
|
2013-04-19 16:57:06 +01:00 |
base.rb
|
Prefer find_by over dynamic finders in rdoc
|
2013-04-02 15:09:15 -04:00 |
callbacks.rb
|
fix typos
|
2013-04-21 13:28:20 +05:30 |
connection_handling.rb
|
removes calls to AR::Runtime.instance
|
2013-04-13 09:04:44 +02:00 |
core.rb
|
fixes a test, and explains why AR::AttributeMethods checks defined?(@attributes) in some places
|
2013-04-28 12:03:59 +02:00 |
counter_cache.rb
|
#reset_counters verifies counter names.
|
2013-03-15 11:22:01 +01:00 |
dynamic_matchers.rb
|
removes redundant require
|
2013-02-25 22:16:30 +01:00 |
errors.rb
|
StatementInvalid takes WrappedDatabaseException's place
|
2013-04-28 20:59:30 -07:00 |
explain.rb
|
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
|
2013-04-16 22:46:55 +02:00 |
explain_registry.rb
|
add :nodoc: mark to *Registry classes [ci skip]
|
2013-04-17 13:36:27 -05:00 |
explain_subscriber.rb
|
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
|
2013-04-16 22:46:55 +02:00 |
fixtures.rb
|
stop depending on callbacks
|
2013-04-04 13:56:18 -07:00 |
inheritance.rb
|
Fix #new with an STI object with complex inheritance
|
2013-04-02 09:50:06 -04:00 |
integration.rb
|
Prefer find_by over dynamic finders in rdoc
|
2013-04-02 15:09:15 -04:00 |
log_subscriber.rb
|
removes calls to AR::Runtime.instance
|
2013-04-13 09:04:44 +02:00 |
migration.rb
|
Remove code duplication
|
2013-04-24 13:18:23 -04:00 |
model_schema.rb
|
safely publish columns and columns hash info
|
2013-03-14 22:45:46 -07:00 |
nested_attributes.rb
|
Added a bang to the end of +raise_nested_attributes_record_not_found+
|
2013-04-06 21:36:58 -04:00 |
null_relation.rb
|
|
|
persistence.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-05-01 16:24:13 +05:30 |
query_cache.rb
|
Fix typo.
|
2012-12-03 12:37:45 +08:00 |
querying.rb
|
Delegate #unscope query method
|
2013-04-28 23:00:35 -03:00 |
railtie.rb
|
Don't require Rails.env in order to use AR::Tasks::DatabaseTasks
|
2013-04-24 20:59:39 +02:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-04-11 22:58:14 +05:30 |
relation.rb
|
Added :nodoc: for private methods
|
2013-04-30 23:36:46 +03:00 |
result.rb
|
|
|
runtime_registry.rb
|
add :nodoc: mark to *Registry classes [ci skip]
|
2013-04-17 13:36:27 -05: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
|
Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.
|
2013-03-27 23:35:54 -04:00 |
schema_migration.rb
|
sets limit 191 for schema_migrations#version in mysql2 if the encoding is "utf8mb4"
|
2013-03-17 20:29:58 +01:00 |
scoping.rb
|
hides the per thread registry instance, and caches singleton methods
|
2013-04-13 17:09:13 +02:00 |
serialization.rb
|
ActiveRecord::Base.include_root_in_json is false by default.
|
2013-03-04 21:18:40 +01:00 |
statement_cache.rb
|
minor edit on StatementCache documentation [ci skip]
|
2013-04-12 00:16:49 -05: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
|
cache_key consults updated_on timestamp if present
|
2013-02-26 00:04:05 -08:00 |
transactions.rb
|
Revert "Merge pull request #6226 from gnufied/master"
|
2013-04-10 15:21:07 -03:00 |
translation.rb
|
|
|
validations.rb
|
drop variable assignment in validations
|
2013-03-27 18:03:21 +05:30 |
version.rb
|
rails/master is now 4.1.0.beta
|
2013-04-29 13:15:24 -03:00 |