.. |
associations
|
Update documentation for CollectionProxy
|
2012-09-12 14:54:44 -04:00 |
attribute_methods
|
Raise MissingAttributeError on query methods
|
2012-09-08 17:40:01 -04:00 |
coders
|
|
|
connection_adapters
|
update ConnectionAdaptar::Column#type_cast_code to be compatible with 3.2 branch
|
2012-09-13 00:26:52 -03:00 |
fixtures
|
|
|
locale
|
|
|
locking
|
The default value can be set once in #column_defaults
|
2012-08-17 18:22:29 +01:00 |
migration
|
|
|
railties
|
fixed support for DATABASE_URL for rake db tasks
|
2012-09-11 20:40:13 -07:00 |
relation
|
Pass in the model class rather than engine
|
2012-09-13 00:14:36 +01:00 |
scoping
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
serializers
|
|
|
tasks
|
fixed support for DATABASE_URL for rake db tasks
|
2012-09-11 20:40:13 -07:00 |
validations
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-08-04 15:18:35 +05:30 |
aggregations.rb
|
|
|
associations.rb
|
Improve exception message for HasManyThroughAssociationPolymorphicSourceError
|
2012-09-10 08:50:46 +10:00 |
attribute_assignment.rb
|
Get rid of some arguments by using the accessors
|
2012-08-18 09:55:38 -03:00 |
attribute_methods.rb
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
autosave_association.rb
|
|
|
base.rb
|
Make ActiveRecord::Model::DeprecationProxy work better
|
2012-08-03 19:36:37 +01:00 |
callbacks.rb
|
|
|
connection_handling.rb
|
Make connection pool retrieval faster
|
2012-08-31 15:56:27 +01:00 |
core.rb
|
Minor refactor in ActiveRecord#initialize_dup
|
2012-09-07 14:31:49 -03:00 |
counter_cache.rb
|
reset_counters() was crashing when there were multiple belongs_to associations with the same foreign key.
|
2012-08-21 14:10:11 -03:00 |
dynamic_matchers.rb
|
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
|
2012-08-17 10:21:52 +01:00 |
errors.rb
|
|
|
explain.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
One hash is enough
|
2012-08-31 15:56:27 +01:00 |
inheritance.rb
|
removes usage of Object#in? from the code base (the method remains defined by Active Support)
|
2012-08-06 00:30:02 +02:00 |
integration.rb
|
|
|
log_subscriber.rb
|
|
|
migration.rb
|
Revert "Remove update_attribute."
|
2012-08-25 23:02:30 -03:00 |
model.rb
|
Merge pull request #7605 from revans/master
|
2012-09-12 09:29:10 -07:00 |
model_schema.rb
|
Minor refactoring in Active Record model schema methods
|
2012-08-21 00:50:43 -03:00 |
nested_attributes.rb
|
Refactor nested attributes limit logic to lookup :limit option only once
|
2012-09-08 09:02:41 -03:00 |
null_relation.rb
|
|
|
observer.rb
|
|
|
persistence.rb
|
set the configured #inheritance_column on #become (#7503)
|
2012-09-03 16:08:16 +02:00 |
query_cache.rb
|
|
|
querying.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
railtie.rb
|
removed warning: shadowing outer local variable
|
2012-09-09 12:13:13 +05:30 |
readonly_attributes.rb
|
Use instance_accessor: false instead of instance_writer.
|
2012-08-21 23:40:28 +09:00 |
reflection.rb
|
Refactor to remove some duplication
|
2012-09-12 23:51:30 +01:00 |
relation.rb
|
Merge pull request #6606 from amatsuda/ar_relation_model_method
|
2012-08-21 14:43:19 -07:00 |
result.rb
|
Refactor AR::Result or inherits. Because we have redundant codes about
|
2012-08-22 01:23:40 +09:00 |
sanitization.rb
|
Pass in the model class rather than engine
|
2012-09-13 00:14:36 +01:00 |
schema.rb
|
Dump schema using new style hash
|
2012-09-08 11:09:49 +04:00 |
schema_dumper.rb
|
Dump schema using new style hash
|
2012-09-08 11:09:49 +04:00 |
schema_migration.rb
|
|
|
scoping.rb
|
|
|
serialization.rb
|
|
|
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
|
|
|
transactions.rb
|
create a transaction object and point AR objects at that object during a
|
2012-09-07 10:22:38 -07:00 |
translation.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|