.. |
associations
|
Fix #7191. Remove unnecessary transaction when assigning has_one associations.
|
2012-08-08 02:52:55 +09:00 |
attribute_methods
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
coders
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
connection_adapters
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
fixtures
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
locale
|
Fix typo
|
2012-02-01 17:14:00 -02:00 |
locking
|
Remove instance level quote_value method. This method is private and also exists in class method.
|
2012-07-14 03:06:18 +09:00 |
migration
|
Create default join table name using a Symbol
|
2012-07-19 09:05:58 -03:00 |
railties
|
Merge pull request #7140 from seamusabshere/patch-1
|
2012-08-05 20:38:02 -03:00 |
relation
|
Allow Relation#merge to take a proc.
|
2012-08-03 11:05:31 +01: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
|
Revert "Fix string interpolation in belongs_to docs"
|
2012-08-04 14:48:21 +05:30 |
attribute_assignment.rb
|
load active_support/concern in active_support/rails
|
2012-08-02 21:59:23 +02: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
|
load active_support/core_ext/module/delegation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
core.rb
|
load active_support/core_ext/module/delegation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
counter_cache.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
dynamic_matchers.rb
|
Revert "Removing composed_of from ActiveRecord."
|
2012-07-27 19:25:14 -03: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
|
load active_support/core_ext/object/blank in active_support/rails
|
2012-08-02 21:59:22 +02: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
|
Increase AR#cache_key precision to nanoseconds
|
2012-05-19 08:20:08 +08:00 |
log_subscriber.rb
|
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
|
2011-12-04 11:52:12 -08:00 |
migration.rb
|
Update Migration Docs: Defaults for Boolean Fields
|
2012-08-04 11:09:38 +03:00 |
model.rb
|
Remove warning: `*' interpreted as argument prefix
|
2012-08-05 18:11:36 +05:30 |
model_schema.rb
|
load active_support/concern in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
nested_attributes.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02: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
|
load active_support/concern in active_support/rails
|
2012-08-02 21:59:23 +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
|
The use_schema_cache_dump configuration moved to ActiveRecord.
|
2012-08-02 00:47:54 +09:00 |
readonly_attributes.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
reflection.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
relation.rb
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
result.rb
|
Doc for ActiveRecord::Result empty? method
|
2012-05-07 21:43:05 +10: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 |
session_store.rb
|
missing require: the AR session store depends on the AP abstract store
|
2012-07-28 17:51:56 +02:00 |
store.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02: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
|
Restore the frozen state on rollback. Fixes #6417.
|
2012-05-21 14:57:04 -07:00 |
translation.rb
|
Split out most of the AR::Base code into separate modules 🍰
|
2011-12-15 20:45:37 +00:00 |
validations.rb
|
AR has a subclass of AM:PresenceValidator.
|
2012-07-20 17:37:57 -04:00 |
version.rb
|
rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+
|
2011-12-20 09:30:37 -06:00 |