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
Philippe Creux 99b82fdf03 Add support for Postgresql JSONB
[Philippe Creux, Chris Teague]
2014-07-24 10:39:39 -07:00
..
associations Remove unused 1:1 association :remote option 2014-07-16 15:46:08 -05:00
attribute_methods Merge pull request #16180 from rafaelfranca/rm-dirty 2014-07-15 18:45:15 -03:00
attribute_set Attribute should know about its name 2014-06-26 07:18:21 -06:00
coders Merge pull request #16162 from chancancode/fix_json_coder 2014-07-15 08:43:54 -07:00
connection_adapters Add support for Postgresql JSONB 2014-07-24 10:39:39 -07:00
fixture_set Introduce a context for rendering fixtures ERB. 2013-12-03 02:52:26 -05:00
locale
locking Stop using instance exec for type decorators 2014-06-27 11:33:32 -06:00
migration create_join_table uses same logic as HABTM reflections 2014-07-18 19:46:53 +03:00
railties Use AR::SchemaMigration.table_exists? call instead of longish AR::Base...etc,etc 2014-06-27 20:24:38 +03:00
relation Move #encode_with to Relation 2014-07-15 18:01:16 -05:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serializers Remove serialized? from the type interface 2014-06-13 17:04:04 -06:00
tasks fix, mysql db:purge respects Rails.env. 2014-07-24 16:42:34 +02:00
type Prefer if/else for this case 2014-07-17 17:47:03 -03:00
validations Remove the text? predicate from the type objects 2014-07-06 16:04:14 -06:00
aggregations.rb Merge pull request #15542 from Gaurav2728/gaurav-remove_shutdown_link 2014-06-06 19:50:54 -05:00
association_relation.rb The Association Relation should use empty? and size from Relation. 2014-04-14 22:00:21 -03:00
associations.rb Touch option description grammatical error fixed [ci skip] 2014-07-21 20:55:53 +05:30
attribute.rb Move writing unknown column exception to null attribute 2014-06-26 09:43:35 -06:00
attribute_assignment.rb Silence warning in test 2014-06-24 07:11:54 -06:00
attribute_decorators.rb Stop using instance exec for type decorators 2014-06-27 11:33:32 -06:00
attribute_methods.rb Merge pull request #16138 from sgrif/sg-attribute-set-key 2014-07-16 08:48:16 +02:00
attribute_set.rb AttributeSet#include? -> AttributeSet#key? 2014-07-11 07:50:16 -06:00
attributes.rb Simplify creation of default attributes on AR instance 2014-06-29 15:09:11 -06:00
autosave_association.rb Don't save through records twice 2014-06-17 10:27:02 -06:00
base.rb Move STI docs off of the main Base document, leaving a note 2014-06-30 09:29:32 -06:00
callbacks.rb [Active Record] Renamed private methods create_record and update_record 2014-02-20 10:34:52 +05:30
connection_handling.rb Don't deprecate after all 2014-04-09 00:58:44 +09:30
core.rb Merge pull request #15718 from chancancode/regression_from_15694 2014-07-16 11:32:42 -07:00
counter_cache.rb Add :all argument to count in reset_counters 2014-07-02 20:21:36 -05:00
dynamic_matchers.rb Fixed a bug in AR::Base#respond_to? 2014-01-29 10:53:48 -08:00
enum.rb nodoc enum hooks [ci skip] 2014-07-16 14:44:41 -03:00
errors.rb s/variable supplied/value supplied [ci skip] 2014-06-13 13:00:13 -07:00
explain.rb Fixed typo in comment 2014-07-19 00:20:41 -07:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Move uuid_v5 and uuid_v3 to Digest::UUID 2014-07-15 19:51:33 -03:00
gem_version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
inheritance.rb Merge pull request #15762 from arthurnn/better_error_on_bad_alias_method 2014-07-18 23:42:31 +09:30
integration.rb Fix to_param when attribute has multibyte character 2013-12-19 05:29:16 +09:00
log_subscriber.rb Invert the if/else clause 2014-05-04 18:21:36 -03:00
migration.rb do not hold on to a stale connection object. fixes #15998 2014-07-01 17:59:43 -07:00
model_schema.rb create_join_table uses same logic as HABTM reflections 2014-07-18 19:46:53 +03:00
nested_attributes.rb Rename type_cast to type_cast_from_database 2014-06-09 13:39:51 -06:00
no_touching.rb add #no_touching on ActiveRecord models 2013-11-13 08:42:38 +01:00
null_relation.rb Fixed a problem where sum, size, average, minimum and maximum used 2014-05-15 00:49:29 +05:30
persistence.rb After find-via-reload, the record is not new 2014-07-05 00:21:24 +09:30
query_cache.rb Avoid retrieving connection in ActiveRecord::QueryCache multiple times. 2014-07-07 11:10:32 +08:00
querying.rb Remove old deprecation warning 2014-06-22 08:58:38 -06:00
railtie.rb Clarify 'database does not exist' message and implementation. 2014-04-01 16:49:52 -05:00
readonly_attributes.rb
reflection.rb create_join_table uses same logic as HABTM reflections 2014-07-18 19:46:53 +03:00
relation.rb Move #encode_with to Relation 2014-07-15 18:01:16 -05:00
result.rb Encapsulate knowledge of type objects on ActiveRecord::Result 2014-06-22 09:00:15 -06:00
runtime_registry.rb Stop using method missing for singleton delegation. 2013-11-06 16:32:47 -08:00
sanitization.rb [ci skip] Use an for SQL 2014-06-14 17:18:48 +05:30
schema.rb
schema_dumper.rb Dump PostgreSQL primary key with custom function as a default. 2014-07-11 01:11:00 +04:00
schema_migration.rb Extract AR::SchemaMigration.normalized_versions method 2014-06-27 20:16:21 +03:00
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 add missing :nodoc: to store.rb. [ci skip] 2014-06-24 13:58:07 +02:00
timestamp.rb Refactor determination of max updated timestamp 2014-06-09 08:31:14 -06:00
transactions.rb Merge pull request #15564 from sgrif/sg-remove-dead-code 2014-06-07 14:33:59 -03:00
translation.rb
type.rb Detect in-place changes on mutable AR attributes 2014-06-13 14:07:41 -06:00
validations.rb Add AR::Base#validate! method 2014-06-23 16:11:06 +03:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00