..
associations
Eager autoload Preloader classes
2012-10-10 15:47:05 -07:00
attribute_methods
The default value of a text/blob in mysql strict mode should be nil
2012-10-19 15:08:58 +01:00
coders
fix AR::Coders::YAMLColumn nodoc [ci skip]
2012-09-21 22:48:33 -05:00
connection_adapters
The default value of a text/blob in mysql strict mode should be nil
2012-10-19 15:08:58 +01:00
fixture_set
Move/rename files to follow naming conventions
2012-10-07 20:43:18 +02:00
locale
Fix typo
2012-02-01 17:14:00 -02:00
locking
The default value can be set once in #column_defaults
2012-08-17 18:22:29 +01:00
migration
Create default join table name using a Symbol
2012-07-19 09:05:58 -03:00
railties
Rename "Fixtures" class to "FixtureSet"
2012-10-07 19:15:58 +02:00
relation
use columns hash to look up the column for the count field
2012-10-17 15:51:17 -07:00
scoping
update AR::Scoping documentation [ci skip]
2012-09-21 23:25:52 -05:00
serializers
Fix serializable_hash with xml generation and default :except option
2012-06-22 08:28:26 -03:00
tasks
Correct default charset/collation for mysql dbs
2012-09-21 12:03:16 -07:00
validations
Fix bug with presence validation of associations.
2012-10-16 19:04:40 -07:00
aggregations.rb
Revert "Removing composed_of from ActiveRecord."
2012-07-27 19:25:14 -03:00
associations.rb
Add CollectionAssociation#destroy to ActiveRecord::Association::ClassMethods code docs
2012-10-05 16:14:34 +08:00
attribute_assignment.rb
Typecast to string and array are not supported in multiparameter
2012-10-18 00:31:05 -03:00
attribute_methods.rb
Support for partial inserts.
2012-09-28 18:08:14 +01:00
autosave_association.rb
Merge pull request #5248 from jcoleman/should-unset-association-when-an-existing-record-is-destroyed
2012-09-21 02:40:26 -07:00
base.rb
Make ActiveRecord::Model::DeprecationProxy work better
2012-08-03 19:36:37 +01:00
callbacks.rb
Merge branch 'master' of github.com:lifo/docrails
2012-06-22 22:15:27 +05:30
connection_handling.rb
Make connection pool retrieval faster
2012-08-31 15:56:27 +01:00
core.rb
remove added indentation from the last commit [ci skip]
2012-09-22 18:29:37 -05:00
counter_cache.rb
Refactor
2012-10-03 00:48:57 -03:00
dynamic_matchers.rb
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
2012-08-17 10:21:52 +01:00
errors.rb
Support for specifying transaction isolation level
2012-09-21 16:32:27 +01:00
explain.rb
load active_support/core_ext/class/attribute in active_support/rails
2012-08-02 21:59:23 +02:00
explain_subscriber.rb
Don't explain except normal CRUD sql.
2012-09-17 00:22:34 +09:00
fixtures.rb
Remove the leading :: constant qualifier in the ActiveRecord::Fixtures deprecation message
2012-10-10 15:34:41 -07:00
inheritance.rb
rename AR::Model::Tag to AR::Tag - fixes #7714
2012-09-20 12:43:12 -05:00
integration.rb
Increase AR#cache_key
precision to nanoseconds
2012-05-19 08:20:08 +08:00
log_subscriber.rb
Optimize log subscribers to check if the log level is sufficient before performing an operations.
2012-09-30 09:47:24 -07:00
migration.rb
Fix missing typewriter tag
2012-10-08 16:50:56 +08:00
model.rb
Better docs for overriding inheretance column
2012-09-22 06:31:38 +03:00
model_schema.rb
Minor refactoring in Active Record model schema methods
2012-08-21 00:50:43 -03:00
nested_attributes.rb
Remove unused private method AR::NestedAttributes#unassignable_keys and reference to mass_assignment options
2012-09-19 01:33:58 -05:00
null_relation.rb
improve NullRelation docs [ci skip]
2012-07-21 21:45:32 +05:30
observer.rb
Revert "Use flat_map { } instead of map {}.flatten"
2012-10-05 12:07:16 -03:00
persistence.rb
copy edits [ci skip]
2012-10-11 01:01:54 +05:30
query_cache.rb
load active_support/core_ext/object/blank in active_support/rails
2012-08-02 21:59:22 +02:00
querying.rb
Add Relation#find_or_create_by and friends
2012-10-19 13:18:47 +01:00
railtie.rb
Should use app.paths instead of specific path.
2012-10-08 20:53:25 +09:00
readonly_attributes.rb
Use instance_accessor: false instead of instance_writer.
2012-08-21 23:40:28 +09:00
reflection.rb
Remove mass_assignment_options from ActiveRecord
2012-09-16 23:59:05 -05:00
relation.rb
Add Relation#find_or_create_by and friends
2012-10-19 13:18:47 +01:00
result.rb
Freeze columns only once per Result
2012-09-20 12:59:33 -03:00
sanitization.rb
remove unused expand_range_bind_variables
method
2012-10-08 20:50:25 +02:00
schema.rb
Dump schema using new style hash
2012-09-08 11:09:49 +04:00
schema_dumper.rb
Moves column dump specific code to a module included in AbstractAdapter
2012-09-14 08:43:47 -04:00
schema_migration.rb
Remove mass assignment security from ActiveRecord
2012-09-16 23:58:19 -05:00
scoping.rb
load active_support/concern in active_support/rails
2012-08-02 21:59:23 +02:00
serialization.rb
Simplify AR configuration code.
2012-06-15 19:15:36 +01:00
store.rb
refactor store_accessor
2012-09-13 10:12:11 -04:00
test_case.rb
load active_support/deprecation in active_support/rails
2012-08-02 21:59:23 +02:00
timestamp.rb
Call super to nullify the reference to the original errors object in the dup'ed object (call ActiveModel::Validations#initialize_dup). Closes #7291
2012-10-16 15:09:23 +02:00
transactions.rb
Fix out-of-date URL.
2012-09-19 20:02:34 -04:00
translation.rb
validations.rb
Fix syntax error with no US-ASCII char
2012-09-28 15:26:33 -03:00
version.rb