.. |
associations
|
nil check unneeded ht. exviva
|
2010-11-25 20:00:40 -02: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
|
Don't depend on rubygems loading thread (for Mutex)
|
2010-11-25 06:47:27 +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
|
use ARel rather than generate SQL strings
|
2010-11-24 13:55:55 -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
|
fix typo
|
2010-11-22 22:11:56 -08:00 |
base.rb
|
removes a couple of redundant selfs
|
2010-11-26 00:35:23 +01: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
|
adding documentation for reversible migrations
|
2010-11-19 11:34:42 -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
|
STI type is now updated when calling AR::Base.becomes on subclasses [#5953 state:resolved]
|
2010-11-12 02:17:34 +08: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
|
only returning where values for the corresponding relation, also filtering where value hash based on table name [#5234 state:resolved] [#5184 state:resolved]
|
2010-10-30 13:25:49 -07:00 |
result.rb
|
exec returns an AR::Result
|
2010-10-26 13:44:07 -07:00 |
schema.rb
|
schema migrations work as instances
|
2010-11-17 14:26:34 -08:00 |
schema_dumper.rb
|
Revert "removing unused variable"
|
2010-10-26 13:43:06 -07:00 |
serialization.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2010-10-06 23:16:13 +02:00 |
session_store.rb
|
Allow AR Session Store to be renewed
|
2010-11-11 14:17:14 +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
|
Don't check if persisted is defined just initialize it properly
|
2010-11-09 16:00:02 -02:00 |
validations.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
version.rb
|
Update the version.rb files to include a PRE part
|
2010-11-16 17:19:46 -08:00 |