.. |
associations
|
Eager autoload Preloader classes
|
2012-10-10 15:47:05 -07:00 |
attribute_methods
|
Don't allocate new strings in compiled attribute methods
|
2012-10-12 12:33:11 +01:00 |
coders
|
fix AR::Coders::YAMLColumn nodoc [ci skip]
|
2012-09-21 22:48:33 -05:00 |
connection_adapters
|
Fix typo in inet and cidr saving
|
2012-10-14 19:40:38 +02:00 |
fixture_set
|
Move/rename files to follow naming conventions
|
2012-10-07 20:43:18 +02:00 |
locale
|
|
|
locking
|
|
|
migration
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
callbacks.rb
|
|
|
connection_handling.rb
|
|
|
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
|
|
|
errors.rb
|
Support for specifying transaction isolation level
|
2012-09-21 16:32:27 +01:00 |
explain.rb
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
querying.rb
|
|
|
railtie.rb
|
Should use app.paths instead of specific path.
|
2012-10-08 20:53:25 +09:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Remove mass_assignment_options from ActiveRecord
|
2012-09-16 23:59:05 -05:00 |
relation.rb
|
Move two hotspots to use Hash[] rather than Hash#dup
|
2012-10-15 11:11:43 -07: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
|
|
|
schema_dumper.rb
|
|
|
schema_migration.rb
|
Remove mass assignment security from ActiveRecord
|
2012-09-16 23:58:19 -05:00 |
scoping.rb
|
|
|
serialization.rb
|
|
|
store.rb
|
|
|
test_case.rb
|
|
|
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
|
|
|