..
associations
fixed joining of attributes when using find_or_create_by with multiple attributes through an association
2010-07-28 00:42:48 -03:00
attribute_methods
Make sure timestamp is properly referenced
2010-05-11 20:06:26 +02:00
connection_adapters
Move runtime back to the Thread.current
2010-07-26 19:14:56 +02:00
locale
edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord"
2010-06-14 23:22:04 +02:00
locking
Set destroyed=true in opt locking's destroy [ #5058 state:resolved]
2010-07-14 08:02:17 +02:00
railties
Move runtime back to the Thread.current
2010-07-26 19:14:56 +02:00
relation
Shouldn't have committed this! Revert "avoid calling to_sql twice"
2010-07-28 17:03:52 -07:00
serializers
to_xml with :include should skip_instruct on the included records [ #4506 state:resolved]
2010-04-30 14:22:57 +02:00
validations
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options.
2010-06-21 11:55:21 +02:00
aggregations.rb
Remove deprecated block usage in composed_of.
2010-06-24 11:17:05 -03:00
association_preload.rb
eagerly loaded association records should respect default_scope [ #2931 state:resolved]
2010-07-21 15:01:40 +02:00
associations.rb
Added missing require of remove_method
2010-07-19 23:44:50 +08:00
attribute_methods.rb
Adds title and basic description where needed.
2010-06-15 22:41:41 +04:30
autosave_association.rb
Removing unnecessary code [ #5192 state:resolved]
2010-07-26 17:13:52 +02:00
base.rb
slight performance improvement when grabbing an arel table
2010-07-27 21:05:11 -07:00
callbacks.rb
Merge remote branch 'rails/master'
2010-06-20 23:13:19 +02:00
counter_cache.rb
Refactor previous commits a bit.
2010-07-08 23:45:10 +02:00
dynamic_finder_match.rb
Remove unintentional API changes. [ #1108 ]
2010-07-14 18:32:28 +01:00
dynamic_scope_match.rb
Added description and title to Dynamic Scope Match
2010-06-15 23:02:51 +04:30
errors.rb
Adds title.
2010-06-15 23:11:30 +04:30
fixtures.rb
Make use of redefine_method, removed some more redefining warnings
2010-07-19 23:44:50 +08:00
log_subscriber.rb
Move runtime back to the Thread.current
2010-07-26 19:14:56 +02:00
migration.rb
Fixed many references to the old config/environment.rb and Rails::Initializer
2010-07-13 13:00:21 +02:00
named_scope.rb
adding a reader for loaded, initializing @loaded to false
2010-07-20 09:15:09 -07:00
nested_attributes.rb
accepts_nested_attributes_for typo
2010-06-29 13:32:53 +10:00
observer.rb
Fixed many references to the old config/environment.rb and Rails::Initializer
2010-07-13 13:00:21 +02:00
persistence.rb
expanded comment for update_attribute method
2010-07-22 01:28:30 +02:00
query_cache.rb
Adds basic description and title.
2010-06-16 22:15:04 +04:30
railtie.rb
Add console hook to force ActiveRecord::Base to be loaded when console starts avoiding reference loops.
2010-07-18 11:02:07 +02:00
reflection.rb
bringing consistency in comments
2010-07-24 00:45:53 -04:00
relation.rb
adding a reader for loaded, initializing @loaded to false
2010-07-20 09:15:09 -07:00
schema.rb
Adds title where needed.
2010-06-16 22:17:05 +04:30
schema_dumper.rb
Adds title where needed.
2010-06-16 22:17:05 +04:30
serialization.rb
Adds title and proper formatting to docs.
2010-06-16 22:22:35 +04:30
session_store.rb
Revert "Avoid uneeded queries in session stores if sid is not given."
2010-07-29 09:10:01 +02:00
test_case.rb
Adds title and proper formatting to docs.
2010-06-16 22:22:35 +04:30
timestamp.rb
Timestamp columns of HABTM join table should record timestamps
2010-07-21 14:45:36 +02:00
transactions.rb
Merge remote branch 'rails/master'
2010-06-20 23:13:19 +02:00
validations.rb
Merge remote branch 'rails/master'
2010-06-20 23:13:19 +02:00
version.rb
Prep for RC
2010-07-26 12:53:25 -05:00