.. |
associations
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
attribute_methods
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
coders
|
Make serialized columns with explicit object_type return a new instance of the object instead of nil
|
2011-02-03 09:08:45 -08:00 |
connection_adapters
|
do not depend on to_yaml being called, but rather depend on YAML being dumped
|
2011-04-13 11:41:42 -07:00 |
locale
|
|
|
locking
|
remove some blanks
|
2011-03-11 23:08:55 +01:00 |
migration
|
Add :bulk => true option to change_table
|
2011-01-31 13:21:25 +00:00 |
railties
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
relation
|
use index based substitution for bind parameters
|
2011-04-13 09:42:51 -07:00 |
serializers
|
|
|
validations
|
adding a case_sensitive_modifier for forcing comparisons to be case sensitive
|
2011-04-11 10:02:39 -07:00 |
aggregations.rb
|
remove unnecessary module_eval
|
2011-01-18 09:36:33 -08:00 |
associations.rb
|
Abstract some common code from AssociationScope and JoinDependency::JoinAssociation into a JoinHelper module
|
2011-03-11 00:47:18 +00:00 |
attribute_methods.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
autosave_association.rb
|
Active Record typos.
|
2011-03-05 11:56:34 +01:00 |
base.rb
|
Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped.
|
2011-04-12 19:46:04 -07:00 |
callbacks.rb
|
Added back the Callback debugging section by interrogating the _*_callbacks method
|
2011-03-29 11:22:16 +08:00 |
counter_cache.rb
|
|
|
dynamic_finder_match.rb
|
|
|
dynamic_scope_match.rb
|
|
|
errors.rb
|
|
|
fixtures.rb
|
s/ERb/ERB/g
|
2011-04-03 12:47:51 +09:00 |
identity_map.rb
|
Add log message when loading records from Identity Map.
|
2011-04-04 10:48:17 +02:00 |
log_subscriber.rb
|
sql logger ignores schema statements
|
2011-03-28 15:27:37 -07:00 |
migration.rb
|
|
|
named_scope.rb
|
Deprecate defining scopes with a callable (lambda, proc, etc) via the scope class method. Just define a class method yourself instead.
|
2011-04-12 19:46:05 -07:00 |
nested_attributes.rb
|
Remove dead branch code that appeared back in a merge.
|
2011-04-10 13:03:49 +02:00 |
observer.rb
|
Fix observer callbacks firing multiple times on descendant instances
|
2011-02-22 16:25:19 -08:00 |
persistence.rb
|
Added new #update_column method.
|
2011-03-27 21:47:38 -03:00 |
query_cache.rb
|
|
|
railtie.rb
|
Merge remote branch 'rails/master' into identity_map
|
2011-02-15 12:01:04 -03:00 |
reflection.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
relation.rb
|
ActiveRecord::Base.scopes hash is not needed
|
2011-04-12 19:46:04 -07:00 |
result.rb
|
updating the docco for ActiveRecord::Result
|
2011-04-11 10:10:01 -07:00 |
schema.rb
|
|
|
schema_dumper.rb
|
|
|
serialization.rb
|
|
|
session_store.rb
|
almost fisted
|
2011-02-04 18:14:59 -08:00 |
test_case.rb
|
removing limits and offsets from COUNT queries unless both are specified. [#6268 state:resolved]
|
2011-02-25 15:38:59 -08:00 |
timestamp.rb
|
Updates to ActiveRecord::Timestamp documentation.
|
2011-02-05 09:07:00 -08:00 |
transactions.rb
|
Use IM when trying to load records using ID.
|
2011-04-04 10:48:12 +02:00 |
validations.rb
|
copy-edits 8d96b89
|
2011-02-21 11:37:08 +01:00 |
version.rb
|
|
|