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
Matthew Rudy Jacobs b0967cc5cf defining a named_scope which overwrites an existing method is now allowed we just log a warning.
This was motivated by the fact that :open is defined on all classes
as such the named_scope "open" can never be used, without hacking
ActiveRecord with an "undef_method" [#4083 state:resolved]

Signed-off-by: wycats <wycats@gmail.com>
2010-03-28 13:53:20 -07:00
..
associations adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
attribute_methods adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
connection_adapters adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
locale Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
locking Dont delegate Relation#update to arel 2010-01-20 19:01:26 +05:30
railties When creating database with rake, create schemas in schema_search_path if it doesn't exist. 2010-03-28 11:01:15 +04:30
relation adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
serializers Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
validations Rename Model.active_relation to Model.unscoped 2010-01-17 03:00:56 +05:30
aggregations.rb fisting uninitialized ivar warnings. [#4198 state:resolved] 2010-03-16 15:11:00 -07:00
association_preload.rb no more warning interpreted as argument prefix on association_preload.rb 2010-02-26 14:54:10 -08:00
associations.rb Add :dependent = to has_one and has_many [#3075 state:resolved] 2010-03-28 18:47:46 +04:30
attribute_methods.rb No need to check for generated method, just redispatch 2009-11-14 01:51:52 -08:00
autosave_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
base.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
callbacks.rb Add debugging documentation for _callback_chain to ActiveRecord::Callback 2010-03-26 14:01:21 +04:30
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 Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed] 2008-12-28 20:52:46 +01:00
errors.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
fixtures.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
migration.rb expand migration paths before requiring them. [#4240 state:resolved] 2010-03-23 18:22:46 -07:00
named_scope.rb defining a named_scope which overwrites an existing method is now allowed we just log a warning. 2010-03-28 13:53:20 -07:00
nested_attributes.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
observer.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
query_cache.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
railtie.rb Move application configuration to the application configuration object, remove railtie_name and engine_name and allow to set the configuration object. 2010-03-26 18:47:55 +01:00
reflection.rb cleaning up some test warnings 2010-03-14 17:28:27 -06:00
relation.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
schema.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
schema_dumper.rb Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app. 2010-03-27 14:39:43 +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 Revert "Changed behavior of touch and added touch! Originally implemented by Obie Fernandez, updated touch! to act as a thin wrapper to touch. [#2520 state:resolved]" 2010-03-27 08:22:32 +00:00
transactions.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
validations.rb Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
version.rb Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00