.. |
associations
|
Fix exception if old and new targets are both nil. Fixes #1471.
|
2011-07-12 00:14:45 +01:00 |
attribute_methods
|
to_key on a destroyed model should return nil
|
2011-07-09 15:36:57 -03: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
|
Add documentation for URL connection strings.
|
2011-07-20 16:23:31 -07:00 |
fixtures
|
fixing 1.8 support for new fixture tests
|
2011-05-23 15:06:13 -07:00 |
locale
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
locking
|
lock_optimistically is typically true, so evaluate the common failure case first
|
2011-06-28 10:51:23 -07:00 |
migration
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-07-05 01:42:13 +02:00 |
railties
|
Fix charset/collate in mysql recreate_database
|
2011-07-07 09:27:51 +10:00 |
relation
|
avoid Symbol#to_proc
|
2011-07-20 00:28:51 +05:30 |
serializers
|
ActiveModel support for the :include serialization option
|
2011-07-17 11:34:07 -07:00 |
validations
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
aggregations.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
associations.rb
|
:joins => joins
|
2011-07-08 06:13:21 +09:00 |
attribute_methods.rb
|
match method signature of the superclass
|
2011-06-30 15:31:23 -07:00 |
autosave_association.rb
|
Don't construct association scope in initializer. This yields a big performance gain for cases where the association is never used to load the target, for example with preloading. Related: #1873.
|
2011-07-07 01:07:31 +01:00 |
base.rb
|
Refactor the code a bit to reduce the duplication
|
2011-07-17 18:53:15 -04: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
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
dynamic_finder_match.rb
|
be kind to the garbage collector: only instantiate objects when absolutely necessary
|
2010-09-27 18:07:35 -07:00 |
dynamic_scope_match.rb
|
constructor should not do so much work; avoid allocating object if possible
|
2010-09-27 17:38:49 -07:00 |
errors.rb
|
:conditions => where
|
2011-07-08 06:13:21 +09:00 |
fixtures.rb
|
find(:all) => all
|
2011-07-08 06:13:21 +09:00 |
identity_map.rb
|
Fix typos in IM documentation
|
2011-05-10 03:44:57 -07:00 |
log_subscriber.rb
|
Make the identity map use the instrumentation infrastructure so we can style the messages nicely with colors (FIXME: Can someone look into why the test is not working?)
|
2011-05-01 19:10:21 -06:00 |
migration.rb
|
Explicitly require Active Support dependencies
|
2011-07-19 09:56:02 -03:00 |
named_scope.rb
|
reduce object allocation during AR instantiation
|
2011-06-28 10:22:39 -07:00 |
nested_attributes.rb
|
no need to sort the values
|
2011-07-20 15:52:53 -07:00 |
observer.rb
|
ActionMailer deliver method Documentation corrected Ticket #761
|
2011-05-21 13:55:52 +05:30 |
persistence.rb
|
Destroy association habtm record before destroying the record itself. Fixes issue #402.
|
2011-07-08 22:26:54 +01:00 |
query_cache.rb
|
Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sendfile to function properly. See issue #1761.
|
2011-06-18 22:30:01 +01:00 |
railtie.rb
|
Everyone receives app as argument for consistency.
|
2011-05-25 01:37:55 +02:00 |
reflection.rb
|
calling super is super. if the other object is exactly equal, we can return early
|
2011-07-01 14:38:22 -07:00 |
relation.rb
|
Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a join. Related: #1873.
|
2011-07-09 11:39:04 +01:00 |
result.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
schema_dumper.rb
|
Corrected some typos and American vs. Queen's English issues
|
2011-05-29 12:40:24 -07:00 |
schema.rb
|
Allow to run migrations from more than one directory
|
2010-12-09 00:04:36 +01:00 |
serialization.rb
|
ActiveModel support for the :include serialization option
|
2011-07-17 11:34:07 -07:00 |
session_store.rb
|
Merge pull request #2042 from SAP-Oxygen/master-sqlbypass-patch
|
2011-07-12 15:06:00 -07:00 |
test_case.rb
|
Make assert_no_queries literally enforce that there are no queries. As in, not a single line of SQL should be sent to the database, not even stuff that is ignored by assert_queries. The argument being that if you write assert_no_queries, you really do not want there to be any queries.
|
2011-06-12 18:50:24 +01:00 |
timestamp.rb
|
Updates to ActiveRecord::Timestamp documentation.
|
2011-02-05 09:07:00 -08:00 |
transactions.rb
|
Edited activerecord/lib/active_record/transactions.rb via GitHub
|
2011-06-01 12:36:16 -07:00 |
validations.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
version.rb
|
Master version is 3.2.0.beta
|
2011-06-30 10:18:36 -03:00 |