.. |
associations
|
Fix grammar
|
2012-08-30 01:03:51 +02:00 |
attribute_methods
|
Avoid #fetch for non-nil values.
|
2012-08-31 17:15:22 +01:00 |
coders
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
connection_adapters
|
Cache the connection pool for a given class
|
2012-08-31 15:56:28 +01:00 |
fixtures
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
locale
|
|
|
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
|
Extract ActiveRecord::SessionStore from Rails
|
2012-08-24 15:24:19 -04:00 |
relation
|
Model.select takes a variable list of arguments.
|
2012-08-23 13:51:10 -05:00 |
scoping
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
serializers
|
Fix serializable_hash with xml generation and default :except option
|
2012-06-22 08:28:26 -03:00 |
tasks
|
removes usage of Object#in? from the code base (the method remains defined by Active Support)
|
2012-08-06 00:30:02 +02:00 |
validations
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-08-04 15:18:35 +05:30 |
aggregations.rb
|
Revert "Removing composed_of from ActiveRecord."
|
2012-07-27 19:25:14 -03:00 |
associations.rb
|
Update the documentation for the :autosave option
|
2012-08-23 07:44:43 -07: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
|
stop using class_attribute where methods/inheritance will suffice.
|
2012-07-13 18:55:46 +01: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
|
initialize instance variables for transactions to remove conditionals
|
2012-08-20 15:08:49 -07: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
|
Fixes #6825, adds tests covering cases and error possibilities, also changes SQLite3 driver to correctly generate a time column instead of datetime
|
2012-06-27 14:31:22 -03: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
|
explain listener does not care about time, so use evented listener
|
2012-06-20 14:20:55 -07:00 |
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
|
Remove warning: `*' interpreted as argument prefix
|
2012-08-05 18:11:36 +05:30 |
model_schema.rb
|
Minor refactoring in Active Record model schema methods
|
2012-08-21 00:50:43 -03:00 |
nested_attributes.rb
|
allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes_for
|
2012-08-26 03:02:05 +03:00 |
null_relation.rb
|
improve NullRelation docs [ci skip]
|
2012-07-21 21:45:32 +05:30 |
observer.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
persistence.rb
|
set the configured #inheritance_column on #become (#7503)
|
2012-09-03 16:08:16 +02:00 |
query_cache.rb
|
load active_support/core_ext/object/blank in active_support/rails
|
2012-08-02 21:59:22 +02:00 |
querying.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
railtie.rb
|
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
|
2012-08-21 14:47:19 -03:00 |
readonly_attributes.rb
|
Use instance_accessor: false instead of instance_writer.
|
2012-08-21 23:40:28 +09:00 |
reflection.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02: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
|
load active_support/concern in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
schema.rb
|
load active_support/core_ext/object/blank in active_support/rails
|
2012-08-02 21:59:22 +02:00 |
schema_dumper.rb
|
Merge pull request #4396 from kennyj/fix_4259
|
2012-06-20 14:08:23 -03:00 |
schema_migration.rb
|
Remove duplicated unique index name.
|
2012-07-14 03:48:11 +09: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
|
correctly flag changed attributes in AR::Store, combine multiple calls to store_accessor
|
2012-09-05 11:01:26 -04:00 |
test_case.rb
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
timestamp.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
transactions.rb
|
documents after_(commit|rollback)
|
2012-08-30 06:57:41 +02:00 |
translation.rb
|
|
|
validations.rb
|
AR has a subclass of AM:PresenceValidator.
|
2012-07-20 17:37:57 -04:00 |
version.rb
|
|
|