.. |
associations
|
scope is always a Relation
|
2011-02-01 17:20:24 -02:00 |
attribute_methods
|
make sure de-serialization happens on object instantiation
|
2011-02-01 15:23:55 -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
|
column cache now lives on the connection pool
|
2011-02-04 18:14:59 -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
|
removing more calls to deprecated methods
|
2010-12-02 15:07:01 -08:00 |
migration
|
Add :bulk => true option to change_table
|
2011-01-31 13:21:25 +00:00 |
railties
|
Improve regex in rake db:migrate status [#5940 state:resolved]
|
2011-02-04 12:59:06 -02:00 |
relation
|
The type_cast_calculated_value method will trust DB types before casting to a BigDecimal.
|
2011-02-03 20:00:51 -02:00 |
serializers
|
dry up compute type in attribute
|
2010-12-15 14:02:30 -08:00 |
validations
|
make sure de-serialization happens on object instantiation
|
2011-02-01 15:23:55 -08:00 |
aggregations.rb
|
remove unnecessary module_eval
|
2011-01-18 09:36:33 -08:00 |
association_preload.rb
|
Rename AssociationProxy#loaded to loaded! as it mutates the association
|
2011-01-30 11:56:41 +00:00 |
associations.rb
|
Fixing ordering of HABTM association deletion [#6191 state:resolved]
|
2011-02-04 19:39:59 -02:00 |
attribute_methods.rb
|
Work around a strange piece of Syck behaviour where it checks Model#respond_to? before initializing the object.
|
2010-12-02 08:40:34 -08:00 |
autosave_association.rb
|
Rename AssociationProxy#loaded to loaded! as it mutates the association
|
2011-01-30 11:56:41 +00:00 |
base.rb
|
almost fisted
|
2011-02-04 18:14:59 -08:00 |
callbacks.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-02-02 22:04:11 +01:00 |
counter_cache.rb
|
removing more calls to deprecated methods
|
2010-12-02 15:07:00 -08: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
|
load and prefer psych as the YAML parser when it is available
|
2011-01-21 17:53:28 -08:00 |
log_subscriber.rb
|
Move runtime back to the Thread.current
|
2010-07-26 19:14:56 +02:00 |
migration.rb
|
require core_ext/array/wrap in active_record/migration
|
2010-12-10 08:33:48 +01: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
|
ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does.
|
2011-01-03 16:24:32 -08:00 |
observer.rb
|
reuse the superclass methods for shorter codes
|
2010-12-09 13:48:37 -08:00 |
persistence.rb
|
Do not use primary key on insertion when it's nil
|
2010-12-29 01:22:43 -02:00 |
query_cache.rb
|
Adds basic description and title.
|
2010-06-16 22:15:04 +04:30 |
railtie.rb
|
allow AR caches to be cleared, clear them on class reloading
|
2011-02-03 15:35:44 -08:00 |
reflection.rb
|
DRY up the code which instantiates the association proxy
|
2011-01-11 13:45:08 -08:00 |
relation.rb
|
ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does.
|
2011-01-03 16:24:32 -08:00 |
result.rb
|
AR internals expect a normal hash, otherwise there are serialization incompatibilities
|
2011-01-05 13:50:08 -08:00 |
schema.rb
|
Allow to run migrations from more than one directory
|
2010-12-09 00:04:36 +01:00 |
schema_dumper.rb
|
kill unused variable warnings
|
2011-01-11 15:29:35 -08:00 |
serialization.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2010-10-06 23:16:13 +02:00 |
session_store.rb
|
almost fisted
|
2011-02-04 18:14:59 -08:00 |
test_case.rb
|
Update the ActiveRecord tests to not set unused options
|
2010-10-13 12:32:52 -07:00 |
timestamp.rb
|
Implement and test private method all_timestamp_attributes_in_model
|
2011-02-02 12:45:14 -02:00 |
transactions.rb
|
Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface.
|
2011-01-31 19:45:53 -02:00 |
validations.rb
|
ActiveRecord#save(false) is now deprecated, now it is save(:validate => false)
|
2011-01-18 00:35:07 +01:00 |
version.rb
|
Update the version.rb files to include a PRE part
|
2010-11-16 17:19:46 -08:00 |