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
2012-05-29 22:32:15 +09:00
..
associations Add support for CollectionAssociation#delete by Fixnum or String 2012-05-28 19:57:43 -05:00
attribute_methods recurse in read_attribute we get caching / don't duplicate code 2012-03-30 11:09:27 +01:00
coders ActiveRecord::Coders::YAMLColumn#dump should raise an error 2012-03-26 21:57:39 +02:00
connection_adapters SchemaMigration should be loaded lazily. 2012-05-29 22:32:15 +09:00
fixtures No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
locale Fix typo 2012-02-01 17:14:00 -02:00
locking Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
migration Add create_join_table migration helper to create HABTM join tables 2012-01-27 15:34:53 -02:00
railties Merge pull request #4132 from Juanmcuello/clone_structure 2012-05-25 17:03:21 -07:00
relation Yield only one argument instead of splatting. 2012-05-28 23:16:34 -03:00
scoping extract deprecated code 2012-04-25 15:45:06 +01:00
serializers changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +02:00
validations Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2012-05-23 23:26:39 +05:30
associations.rb Update AR has_one association example 2012-05-16 09:00:26 +04:00
attribute_assignment.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
attribute_methods.rb much code can be deleted thanks to @tenderlove's refactoring 2012-03-28 16:38:38 +01:00
autosave_association.rb CollectionProxy < Relation 2012-05-11 20:11:04 +01:00
base.rb more edits [ci skip] 2012-05-01 19:18:47 +05:30
callbacks.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
connection_handling.rb removes verify_active_connections! 2012-02-24 09:11:59 -08:00
core.rb remove unnecessary ruby 1.8 reference from active_record/core [ci skip] 2012-05-26 22:51:26 -05:00
counter_cache.rb remove deprecate #update_all usage 2012-04-26 13:29:48 +01:00
dynamic_matchers.rb extract deprecated dynamic methods 2012-05-04 14:31:19 +01:00
errors.rb
explain.rb More using <tt>x</tt> instead of +x+ when the latter renders improperly. 2012-04-27 21:33:56 -07:00
explain_subscriber.rb let automatic EXPLAIN ignore CACHE notifications 2012-02-03 16:10:39 -08:00
fixtures.rb Fix an error in example in methods of instanciated fixtures. 2012-05-15 09:40:03 +02:00
inheritance.rb Adding documentation for ActiveRecord::Base.abstract_class to clarify a particular usecase for this feature (to allow you to use inheritance in ActiveRecord without using the STI table name 2012-03-22 10:02:08 -05:00
integration.rb Increase AR#cache_key precision to nanoseconds 2012-05-19 08:20:08 +08:00
log_subscriber.rb implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria] 2011-12-04 11:52:12 -08:00
migration.rb SchemaMigration should be loaded lazily. 2012-05-29 22:32:15 +09:00
model.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
model_schema.rb Fix wrong return value from reset_sequence_name method. 2012-04-14 00:33:25 +09:00
nested_attributes.rb better wording 2012-05-11 16:27:21 +02:00
null_relation.rb Override AR::Relation methods in NullRelation. 2012-04-11 15:24:23 +02:00
observer.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
persistence.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
query_cache.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
querying.rb Introducing take as a replacement to the old behavior of first 2012-05-02 21:25:40 -03:00
railtie.rb Revert "Merge pull request #5995 from kennyj/fix_5847-3" 2012-04-27 15:00:56 +02:00
readonly_attributes.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
reflection.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
relation.rb add explanation of raising errors when a limit scope is supplied in Relation#delete_all 2012-05-18 15:06:47 -05:00
result.rb Doc for ActiveRecord::Result empty? method 2012-05-07 21:43:05 +10:00
sanitization.rb de-globalise method 2012-05-04 12:50:07 +01:00
schema.rb Call methods on the correct instance in AR::Schema.define 2012-05-16 15:19:59 -07:00
schema_dumper.rb Corrected grammatical errors in schema_dumper and scoping/default 2012-04-10 22:05:43 -07:00
schema_migration.rb allow mass-assign version attribute in AR::SchemaMigration 2012-02-06 09:33:02 +03:00
scoping.rb extract #with_scope and #with_exclusive_scope to active_record_deprecated_finders 2012-04-25 15:45:06 +01:00
serialization.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
session_store.rb Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error). 2012-05-16 00:28:03 -03:00
store.rb Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store. 2012-05-22 18:08:39 +04:00
test_case.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
timestamp.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
transactions.rb Restore the frozen state on rollback. Fixes #6417. 2012-05-21 14:57:04 -07:00
translation.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
validations.rb Allow translations of activerecord.errors.messages.record_invalid to be looked up in errors.messages.record_invalid 2012-03-05 00:17:47 +01:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00