.. |
associations
|
Don't expose these new APIs yet (added in 877ea78 / #16189)
|
2014-08-16 23:09:10 -07:00 |
attribute_methods
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07: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
|
Merge pull request #16481 from sgrif/sg-change-default-timestamps
|
2014-08-17 18:12:52 -07:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
Stop using instance exec for type decorators
|
2014-06-27 11:33:32 -06:00 |
migration
|
Merge pull request #16305 from tomkadwill/documented_change_table
|
2014-07-28 15:07:30 -03:00 |
railties
|
schema rake tasks are specific about the configuration to act on.
|
2014-08-06 08:25:18 +02:00 |
relation
|
Fixed AR::Relation#where edge case with Hash and other Relation
|
2014-08-14 13:44:29 +03: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
|
Using delegated connection method
|
2014-08-08 22:16:28 -07:00 |
type
|
Implement == on Type::Value and Attribute
|
2014-08-15 13:37:53 -06:00 |
validations
|
[ci skip] fix doc typo for validates_uniqueness_of
|
2014-07-29 20:07:17 +09: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
|
Use string for order argument, fixed from #16501 [ci skip]
|
2014-08-14 08:57:19 -07:00 |
attribute.rb
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07: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 #16458 from chancancode/ar_fix_reserved_inheritance
|
2014-08-17 11:59:46 -07: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
|
Fix typo and remove code block since present is not a method.
|
2014-07-28 13:44:37 -03:00 |
callbacks.rb
|
|
|
connection_handling.rb
|
|
|
core.rb
|
Merge pull request #15718 from chancancode/regression_from_15694
|
2014-07-16 11:32:42 -07:00 |
counter_cache.rb
|
Redefine macro checks for reflections
|
2014-07-30 20:16:27 -04:00 |
dynamic_matchers.rb
|
|
|
enum.rb
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07: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
|
|
|
inheritance.rb
|
Merge pull request #15762 from arthurnn/better_error_on_bad_alias_method
|
2014-07-18 23:42:31 +09:30 |
integration.rb
|
Use #model_name on instances instead of classes
|
2014-06-24 17:20:24 -07:00 |
log_subscriber.rb
|
Invert the if/else clause
|
2014-05-04 18:21:36 -03:00 |
migration.rb
|
schema rake tasks are specific about the configuration to act on.
|
2014-08-06 08:25:18 +02: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
|
|
|
null_relation.rb
|
Fixed a problem where sum , size , average , minimum and maximum used
|
2014-05-15 00:49:29 +05:30 |
persistence.rb
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07:00 |
query_cache.rb
|
remove blank lines in the start of the ActiveRecord files
|
2014-07-29 02:51:08 +04:00 |
querying.rb
|
Remove old deprecation warning
|
2014-06-22 08:58:38 -06:00 |
railtie.rb
|
|
|
readonly_attributes.rb
|
remove blank lines in the start of the ActiveRecord files
|
2014-07-29 02:51:08 +04:00 |
reflection.rb
|
Merge pull request #16377 from JackDanger/doc-fix-in-association-reflection
|
2014-08-02 19:30:44 -04: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
|
|
|
sanitization.rb
|
[ci skip] Use an for SQL
|
2014-06-14 17:18:48 +05:30 |
schema.rb
|
remove blank lines in the start of the ActiveRecord files
|
2014-07-29 02:51:08 +04:00 |
schema_dumper.rb
|
Extract iterator method in AR::SchemaDumper
|
2014-07-25 15:11:45 -05: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
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07: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
|
Moved #create! method from Validations to Persistence module
|
2014-08-05 18:36:29 +03:00 |
version.rb
|
|
|