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 89ba5bb456 Revert "Allow :precision option for time type columns"
This reverts commit 1502caefd3.

The test suite for the mysql adapter broke when this commit was used
with MySQL 5.6.

Conflicts:
	activerecord/CHANGELOG.md
2015-02-17 11:12:52 -07:00
..
associations Optimize none? and one? relation query methods to use LIMIT and COUNT. 2015-02-12 17:40:59 -02:00
attribute_methods rm Type#number? 2015-02-07 17:36:22 -07:00
attribute_set Maintain a consistent order in ActiveRecord::Base#attributes 2015-02-10 08:21:46 -07:00
coders
connection_adapters Revert "Allow :precision option for time type columns" 2015-02-17 11:12:52 -07:00
fixture_set
locale Move required error message and changelog to Active Record 2015-02-01 10:31:54 -02:00
locking Change LockingType to use DelegateClass 2015-02-09 10:28:54 -07:00
migration
railties Schema creation doesn't load the app 2015-02-11 14:20:56 -08:00
relation correct method name in deprecation message 2015-02-18 01:42:57 +09:00
scoping current_scope shouldn't pollute sibling STI classes 2015-02-11 13:46:30 -07:00
serializers Remove most type related predicates from Column 2015-01-30 11:42:54 -07:00
tasks
type Register adapter specific types with the global type registry 2015-02-15 14:23:17 -07:00
type_caster Remove most uses of Column#cast_type 2015-01-30 10:38:44 -07:00
validations rm Type#text? 2015-02-07 17:23:30 -07:00
aggregations.rb Push multi-parameter assignement into the types 2015-02-07 13:52:23 -07:00
association_relation.rb
associations.rb Merge branch 'master' of github.com:rails/docrails 2015-02-14 15:35:47 +00:00
attribute.rb Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
attribute_assignment.rb Push multi-parameter assignement into the types 2015-02-07 13:52:23 -07:00
attribute_decorators.rb Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
attribute_methods.rb Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
attribute_set.rb Significantly improve the performance of _read_attribute on JRuby 2015-02-06 12:10:47 -07:00
attributes.rb Register adapter specific types with the global type registry 2015-02-15 14:23:17 -07:00
autosave_association.rb Always perform validations on nested attribute associations 2015-01-30 07:27:20 -07:00
base.rb Add has_secure_token to Active Record 2015-01-04 11:31:37 -05:00
callbacks.rb Deprecate false as the way to halt AR callbacks 2015-01-02 15:31:56 -08:00
connection_handling.rb
core.rb Mark some methods as nodoc 2015-02-05 17:15:53 -02:00
counter_cache.rb Improve consistency of counter caches updating in memory 2015-01-26 12:37:29 -07:00
dynamic_matchers.rb Remove support to activerecord-deprecated_finders 2015-01-02 12:06:24 -03:00
enum.rb Mention where.not in the example 2015-02-14 00:04:16 -08:00
errors.rb Extracted ActiveRecord::AttributeAssignment to ActiveModel::AttributesAssignment 2015-01-23 23:43:22 +02:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Use Module#include instead of send :include, since now is a public method [ci skip] 2015-01-31 22:19:48 -05:00
gem_version.rb
inheritance.rb Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
integration.rb
log_subscriber.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
migration.rb
model_schema.rb rm Column#cast_type 2015-02-03 15:02:18 -07:00
nested_attributes.rb Always perform validations on nested attribute associations 2015-01-30 07:27:20 -07:00
no_touching.rb
null_relation.rb Optimize none? and one? relation query methods to use LIMIT and COUNT. 2015-02-12 17:40:59 -02:00
persistence.rb add destroyed records to the currend transaction 2015-02-01 14:20:36 -08:00
query_cache.rb
querying.rb Added #or to ActiveRecord::Relation 2015-01-28 13:35:55 -07:00
railtie.rb
readonly_attributes.rb
reflection.rb remove deprecated support to preload instance-dependent associaitons. 2015-01-05 11:44:14 +01:00
relation.rb Optimize none? and one? relation query methods to use LIMIT and COUNT. 2015-02-12 17:40:59 -02:00
result.rb
runtime_registry.rb
sanitization.rb Stop passing a column to quote when finding by AR models 2015-01-10 15:45:46 -07:00
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb current_scope shouldn't pollute sibling STI classes 2015-02-11 13:46:30 -07:00
secure_token.rb Do not overwrite secret token value when already present. 2015-02-12 22:05:45 +01:00
serialization.rb
statement_cache.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
store.rb
table_metadata.rb Respect custom primary keys for associations in Relation#where 2015-02-04 08:56:46 -07:00
timestamp.rb
transactions.rb add destroyed records to the currend transaction 2015-02-01 14:20:36 -08:00
translation.rb
type.rb Register adapter specific types with the global type registry 2015-02-15 14:23:17 -07:00
type_caster.rb
validations.rb
version.rb