1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
pleax 4db10bce7b AR::Base#clone fixed to set dirty bits for cloned object
[#2919 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-05-16 17:45:12 -07:00
..
associations Prevent calling regexp on symbol in Ruby 1.9 in association_proxy 2010-05-05 18:54:07 +01:00
attribute_methods Make sure timestamp is properly referenced 2010-05-11 20:06:26 +02:00
connection_adapters Don't carry default value when changing column for a binary type on MySQL [#3234 state:resolved] 2010-05-16 10:45:26 +02:00
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
locking Use arel instead of sql strings 2010-05-11 15:32:41 +01:00
railties Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
relation To allow proper fisting of stack trace 2010-05-14 10:36:59 -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 Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options." 2010-05-15 21:55:16 +02:00
aggregations.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
association_preload.rb Dont try to load the record from the db if preloading didn't find anything 2010-03-31 12:56:09 +01:00
associations.rb Fix for get_ids when including a belongs_to association on a has_many association [#2896 state:resolved] 2010-05-15 16:53:59 +01:00
attribute_methods.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
autosave_association.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
base.rb AR::Base#clone fixed to set dirty bits for cloned object 2010-05-16 17:45:12 -07:00
callbacks.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
counter_cache.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
dynamic_finder_match.rb cleaning up many more warnings in activerecord [#4180 state:resolved] 2010-03-15 08:57:41 -07:00
dynamic_scope_match.rb
errors.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
fixtures.rb prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test case [#2992 state:resolved] 2010-05-16 20:14:36 +02:00
migration.rb making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resolved] 2010-04-29 13:41:35 +02:00
named_scope.rb STI should not ignore type condition while applying scopes from parent class scopes 2010-05-15 09:48:49 +02:00
nested_attributes.rb Use primary key in conditions, not 'id' [#4395 state:resolved] 2010-05-04 22:45:08 +01:00
observer.rb improve how ActiveRecord::Observer defines callbacks on observed models 2010-04-16 13:12:53 -07:00
persistence.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
query_cache.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
railtie.rb Reorganized initializers a bit to enable better hooks for common cases without the need for Railtie. Specifically, the following hooks were added: 2010-05-15 06:09:07 -07:00
reflection.rb Bring back +extra_conditions+. This effectively reverts 386b7bfd9d 2010-04-03 09:54:15 -07:00
relation.rb Make Relation#inspect less noisy 2010-04-02 18:57:46 +01:00
schema.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
schema_dumper.rb Make sure schema dumper doesnt throw up when there are no index lengths 2010-05-09 12:43:06 +01:00
serialization.rb Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
session_store.rb Fix reset_session with ActiveRecord store [#2200 state:resolved] 2009-05-17 14:42:36 -05:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
timestamp.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
transactions.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
validations.rb Remove undocumented save_without_validation! 2010-05-11 15:39:29 +01:00
version.rb Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. 2010-04-10 12:17:34 +02:00