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
Sean Griffin 111990513b Push limit to type objects
Columns and injected types no longer have any conditionals based on the
format of SQL type strings! Hooray!
2014-05-22 14:02:56 -07:00
..
associations Merge pull request #14855 from laurocaetano/fix_polymorphic_with_string_key 2014-05-21 08:51:32 +02:00
attribute_methods Merge pull request #14613 from Sirupsen/fix-serialize-update-column 2014-05-21 12:38:11 -03:00
coders
connection_adapters Push limit to type objects 2014-05-22 14:02:56 -07:00
fixture_set
locale
locking
migration
railties Return a non zero code when db has never been setup on status 2014-05-07 18:33:18 -03:00
relation Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master 2014-05-14 20:29:30 -03:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serializers
tasks use YAML.load_file in database tasks example 2014-04-15 13:22:32 +01:00
validations
aggregations.rb Use destructured arguments when looping through pairs 2014-05-17 14:50:24 -06:00
association_relation.rb The Association Relation should use empty? and size from Relation. 2014-04-14 22:00:21 -03:00
associations.rb docs, fix typo in docs added by ed56e596a0. [ci skip] 2014-05-10 23:43:54 +02:00
attribute_assignment.rb Remove :timestamp column type 2014-05-19 11:32:13 -07:00
attribute_methods.rb [ci skip]add updated information, ref[#522c0fd] 2014-05-14 23:26:42 +05:30
autosave_association.rb Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"" 2014-05-20 20:42:46 -03:00
base.rb ActiveRecord::Base.no_touching no longer triggers callbacks or start empty transactions. 2014-04-23 13:07:14 -05:00
callbacks.rb
connection_handling.rb Don't deprecate after all 2014-04-09 00:58:44 +09:30
core.rb Keep track of dirty attrs after after rollback. 2014-05-07 17:39:24 -03:00
counter_cache.rb Updates reset_counters to allow counter name in params 2014-05-16 22:27:44 -04:00
dynamic_matchers.rb
enum.rb Documentation, add examples of using an Enum scope 2014-05-09 21:46:22 +01:00
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb No need to call send 2014-04-10 15:43:51 -03:00
gem_version.rb
inheritance.rb
integration.rb
log_subscriber.rb Invert the if/else clause 2014-05-04 18:21:36 -03:00
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 Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
nested_attributes.rb Inline typecasting helpers from Column to the appropriate types 2014-05-20 14:07:58 -07:00
no_touching.rb
null_relation.rb Fixed a problem where sum, size, average, minimum and maximum used 2014-05-15 00:49:29 +05:30
persistence.rb docs, instantiate expects String keys. [Rafal Piekarski & Yves Senn] 2014-05-20 10:37:17 +02:00
query_cache.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb deprecate, join, preload, eager load of instance dependent associations. 2014-05-10 13:51:31 +02:00
relation.rb Fix Relation#delete_all inconsistency 2014-05-16 00:39:02 -03:00
result.rb
runtime_registry.rb
sanitization.rb Merge branch 'master' into adequaterecord 2014-04-20 12:38:33 -07:00
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 use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store.rb Fix inheritance of stored_attributes (fixes #14672) 2014-05-14 22:32:13 +09:30
timestamp.rb
transactions.rb fix typo [ci skip] 2014-05-17 08:57:16 +00:00
translation.rb
validations.rb
version.rb