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
Yves Senn 0329d59a65 Merge pull request #15500 from prathamesh-sonpatki/change-wording-of-explanation-about-precision-and-scale-of-decimal-numbers
Change wording of explanation about precision & scale of decimal numbers [ci skip]
2014-06-04 13:32:27 +02:00
..
associations Merge pull request #15482 from laurocaetano/fix-regression-for-eager-load 2014-06-04 07:55:59 -03:00
attribute_methods Return a null column when no column exists for an attribute 2014-06-03 09:33:46 -06:00
coders
connection_adapters Change wording of explanation about precision & scale of decimal numbers [ci skip] 2014-06-04 15:37:25 +05:30
fixture_set
locale
locking Rename attribute related instance variables to better express intent 2014-05-30 09:05:18 -07:00
migration
railties rake railties:install:migrations respects the order of railties 2014-05-27 16:12:36 +02:00
relation reuse available belongs_to? method 2014-06-03 21:56:09 -04:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serializers
tasks
type Merge pull request #15486 from sgrif/sg-binary-quoting 2014-06-04 02:54:40 +09:30
validations Remove most code related to serialized properties 2014-06-01 11:33:58 -06:00
aggregations.rb
association_relation.rb
associations.rb Refactoring .reflections public method. 2014-05-26 17:05:21 -04:00
attribute_assignment.rb Merge branch 'master' of github.com:rails/docrails 2014-06-01 11:46:37 +00:00
attribute_methods.rb Return a null column when no column exists for an attribute 2014-06-03 09:33:46 -06:00
autosave_association.rb Fix redefine a has_and_belongs_to_many inside inherited class 2014-05-27 00:23:33 -04:00
base.rb Add a public API to allow users to specify column types 2014-05-26 15:26:38 -07:00
callbacks.rb
connection_handling.rb
core.rb Merge pull request #15172 from notEthan/active_record_pretty_print 2014-06-03 19:02:28 -03:00
counter_cache.rb Refactoring .reflections public method. 2014-05-26 17:05:21 -04:00
dynamic_matchers.rb
enum.rb
errors.rb Formatting of content from b1db615 [ci skip] 2014-05-28 10:43:05 -07:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb fix polymorphic? method and reuse it 2014-06-02 23:01:59 -04:00
gem_version.rb
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name_prefix 2014-05-19 13:32:15 -03:00
model_schema.rb Keep column defaults in type cast form 2014-06-03 10:27:38 -06:00
nested_attributes.rb Move types to the top level ActiveRecord namespace 2014-05-27 19:44:29 -07:00
no_touching.rb
null_relation.rb
persistence.rb New records should remain new after yaml serialization 2014-06-01 17:52:46 -06:00
properties.rb Keep column defaults in type cast form 2014-06-03 10:27:38 -06:00
query_cache.rb
querying.rb Result sets never override a model's column type 2014-05-29 07:13:53 -07:00
railtie.rb
readonly_attributes.rb
reflection.rb fix polymorphic? method and reuse it 2014-06-02 23:01:59 -04:00
relation.rb
result.rb Rename attribute related instance variables to better express intent 2014-05-30 09:05:18 -07:00
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serialization.rb
statement_cache.rb
store.rb
timestamp.rb
transactions.rb Rename attribute related instance variables to better express intent 2014-05-30 09:05:18 -07:00
translation.rb
type.rb Refactor serialized types to be partially defined as custom properties 2014-05-29 12:12:44 -07:00
validations.rb
version.rb