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
Vijay Dev f938019da2 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activesupport/lib/active_support/core_ext/hash/slice.rb
	guides/source/active_support_core_extensions.md
2012-10-21 18:49:19 +05:30
..
associations Eager autoload Preloader classes 2012-10-10 15:47:05 -07:00
attribute_methods Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
coders fix AR::Coders::YAMLColumn nodoc [ci skip] 2012-09-21 22:48:33 -05:00
connection_adapters The default value of a text/blob in mysql strict mode should be nil 2012-10-19 15:08:58 +01:00
fixture_set Move/rename files to follow naming conventions 2012-10-07 20:43:18 +02:00
locale Changed scope for "taken" error message translation to decrease precedence 2012-10-19 17:36:34 -07:00
locking Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
migration Create default join table name using a Symbol 2012-07-19 09:05:58 -03:00
railties Don't use test environment by default when running rake db:structure:load; #7951 2012-10-18 11:03:14 +02:00
relation use columns hash to look up the column for the count field 2012-10-17 15:51:17 -07:00
scoping update AR::Scoping documentation [ci skip] 2012-09-21 23:25:52 -05:00
serializers
tasks Correct default charset/collation for mysql dbs 2012-09-21 12:03:16 -07:00
validations Fix bug with presence validation of associations. 2012-10-16 19:04:40 -07:00
aggregations.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03:00
associations.rb Add CollectionAssociation#destroy to ActiveRecord::Association::ClassMethods code docs 2012-10-05 16:14:34 +08:00
attribute_assignment.rb Typecast to string and array are not supported in multiparameter 2012-10-18 00:31:05 -03:00
attribute_methods.rb update AR::AttributeMethods documentation [ci skip] 2012-10-21 00:59:59 -05:00
autosave_association.rb Merge pull request #5248 from jcoleman/should-unset-association-when-an-existing-record-is-destroyed 2012-09-21 02:40:26 -07:00
base.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
callbacks.rb copy edits [ci skip] 2012-10-21 18:23:50 +05:30
connection_handling.rb Make connection pool retrieval faster 2012-08-31 15:56:27 +01:00
core.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
counter_cache.rb Refactor 2012-10-03 00:48:57 -03:00
dynamic_matchers.rb Renaming active_record_deprecated_finders to activerecord-deprecated_finders 2012-08-17 10:21:52 +01:00
errors.rb Support for specifying transaction isolation level 2012-09-21 16:32:27 +01:00
explain.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
explain_subscriber.rb Don't explain except normal CRUD sql. 2012-09-17 00:22:34 +09:00
fixtures.rb Remove the leading :: constant qualifier in the ActiveRecord::Fixtures deprecation message 2012-10-10 15:34:41 -07:00
inheritance.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
integration.rb
log_subscriber.rb Optimize log subscribers to check if the log level is sufficient before performing an operations. 2012-09-30 09:47:24 -07:00
migration.rb Fix missing typewriter tag 2012-10-08 16:50:56 +08:00
model.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
model_schema.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
nested_attributes.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
null_relation.rb improve NullRelation docs [ci skip] 2012-07-21 21:45:32 +05:30
observer.rb Revert "Use flat_map { } instead of map {}.flatten" 2012-10-05 12:07:16 -03:00
persistence.rb copy edits [ci skip] 2012-10-11 01:01:54 +05:30
query_cache.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
querying.rb Add Relation#find_or_create_by and friends 2012-10-19 13:18:47 +01:00
railtie.rb Should use app.paths instead of specific path. 2012-10-08 20:53:25 +09:00
readonly_attributes.rb Use instance_accessor: false instead of instance_writer. 2012-08-21 23:40:28 +09:00
reflection.rb Remove mass_assignment_options from ActiveRecord 2012-09-16 23:59:05 -05:00
relation.rb nodoc the first_or_create methods and document alternatives 2012-10-19 15:56:18 +01:00
result.rb Freeze columns only once per Result 2012-09-20 12:59:33 -03:00
sanitization.rb remove unused expand_range_bind_variables method 2012-10-08 20:50:25 +02:00
schema.rb Dump schema using new style hash 2012-09-08 11:09:49 +04:00
schema_dumper.rb Moves column dump specific code to a module included in AbstractAdapter 2012-09-14 08:43:47 -04:00
schema_migration.rb Remove mass assignment security from ActiveRecord 2012-09-16 23:58:19 -05:00
scoping.rb load active_support/concern in active_support/rails 2012-08-02 21:59:23 +02:00
serialization.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
store.rb refactor store_accessor 2012-09-13 10:12:11 -04:00
test_case.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
timestamp.rb Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." 2012-10-20 11:35:16 -07:00
transactions.rb Fix out-of-date URL. 2012-09-19 20:02:34 -04:00
translation.rb
validations.rb Fix syntax error with no US-ASCII char 2012-09-28 15:26:33 -03:00
version.rb