.. |
associations
|
JoinBase initialize can be deleted
|
2010-11-30 17:48:10 -08:00 |
attribute_methods
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
connection_adapters
|
tests mostly pass
|
2010-12-01 12:01:56 -08: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
|
Remove explicit return.
|
2010-11-25 17:33:18 -02:00 |
migration
|
adding documentation for reversible migrations
|
2010-11-19 11:34:42 -08:00 |
railties
|
Do not treat information about skipped migrations as WARNINGs but as a NOTEs, also puts to stdin
|
2010-10-14 07:46:12 +02:00 |
relation
|
fix warnings, stop using global variables
|
2010-11-30 18:46:56 -08:00 |
serializers
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
validations
|
No need to create a variables to use them once.
|
2010-11-24 01:37:02 +08:00 |
aggregations.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
association_preload.rb
|
Removed ids_in_list_limit in favor of in_clause_length defined in database_limits.rb
|
2010-11-23 06:43:18 +08:00 |
associations.rb
|
breaking classes up in to respective files
|
2010-11-23 17:42:49 -08:00 |
attribute_methods.rb
|
"instance_methods" includes public and protected
|
2010-10-19 08:30:45 -07:00 |
autosave_association.rb
|
Partialy revert f1c13b0dd7
|
2010-11-28 16:55:53 +01:00 |
base.rb
|
scope_for_create always returns something
|
2010-11-30 15:39:49 -08:00 |
callbacks.rb
|
Remove doc for debugging callbacks. Methods don't exist in Rails master
|
2010-10-13 15:59:57 -03:00 |
counter_cache.rb
|
Use COALESCE in update_counters docs to reflect the implementation
|
2010-08-18 10:15:26 -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
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
fixtures.rb
|
use new skool Ruby instead of Ruby Classic™
|
2010-09-27 18:55:28 -07:00 |
log_subscriber.rb
|
Move runtime back to the Thread.current
|
2010-07-26 19:14:56 +02:00 |
migration.rb
|
name in schema_migrations, migrations in schema dump
|
2010-12-01 10:57:38 -08:00 |
named_scope.rb
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
nested_attributes.rb
|
If a nested_attribute is being marked for destruction and at the same time an attr_accessor value is being assigned then the value being assigned is being ignored. This patch is a fix for that issue.
|
2010-11-24 22:08:36 +01:00 |
observer.rb
|
lifecycle should be two words, life cycle
|
2010-08-26 14:23:58 +02:00 |
persistence.rb
|
Partialy revert f1c13b0dd7
|
2010-11-28 16:55:53 +01:00 |
query_cache.rb
|
Adds basic description and title.
|
2010-06-16 22:15:04 +04:30 |
railtie.rb
|
Use application's generators defaults as engine defaults to not force users to manually set it
|
2010-11-02 17:14:52 +01:00 |
reflection.rb
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
relation.rb
|
just call join_sql against the manager object
|
2010-11-30 16:42:21 -08:00 |
result.rb
|
exec returns an AR::Result
|
2010-10-26 13:44:07 -07:00 |
schema.rb
|
tests mostly pass
|
2010-12-01 12:01:56 -08:00 |
schema_dumper.rb
|
clear schema_migrations in Schema.define
|
2010-12-01 11:01:15 -08:00 |
serialization.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2010-10-06 23:16:13 +02:00 |
session_store.rb
|
Partialy revert f1c13b0dd7
|
2010-11-28 16:55:53 +01:00 |
test_case.rb
|
Update the ActiveRecord tests to not set unused options
|
2010-10-13 12:32:52 -07:00 |
timestamp.rb
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
transactions.rb
|
Partialy revert f1c13b0dd7
|
2010-11-28 16:55:53 +01:00 |
validations.rb
|
Partialy revert f1c13b0dd7
|
2010-11-28 16:55:53 +01:00 |
version.rb
|
Update the version.rb files to include a PRE part
|
2010-11-16 17:19:46 -08:00 |