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
2010-04-04 17:34:23 +01:00
..
associations Sanitize association conditions using the correct class 2010-04-03 09:22:00 -07:00
attribute_methods Fix dom_id for ActiveRecord [#4296 state:resolved] 2010-03-30 01:32:26 +02:00
connection_adapters Fix mapping of bigint/smallint/uuid columns in postgresql adapter. 2010-03-31 19:22:44 -03: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 Read postgresql encoding using string key instead of symbol [#4304 state:resolved] 2010-04-01 08:36:57 -07:00
relation Raise a StatementInvalid error when trying to build a condition with hash keys that do not correspond to columns. 2010-04-03 09:22:00 -07:00
serializers
validations use the database to lower case strings rather than ruby. [#4293 state:resolved] 2010-03-28 22:16:34 -07:00
aggregations.rb fisting uninitialized ivar warnings. [#4198 state:resolved] 2010-03-16 15:11:00 -07: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 Bring back +extra_conditions+. This effectively reverts 386b7bfd9d 2010-04-03 09:54:15 -07:00
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 Update various documentation examples to use new routing DSL 2010-04-04 17:34:13 +01: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
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 Improve scope docs 2010-04-03 01:49:01 +01: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 Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -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 Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app. 2010-03-27 14:39:43 +01:00
serialization.rb
session_store.rb
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 Prep for beta2, depend on latest Bundler 2010-04-01 13:36:45 -07:00