.. |
associations
|
Merge pull request #14834 from al2o3cr/issue14155
|
2014-05-27 10:29:59 -07:00 |
attribute_methods
|
Don't reference comments that do not exist
|
2014-05-29 13:46:39 -07:00 |
coders
|
|
|
connection_adapters
|
pg, reset_pk_sequence! respects schemas. Closes #14719.
|
2014-05-30 11:09:36 +02:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
[Active Record] Renamed private methods create_record and update_record
|
2014-02-20 10:34:52 +05:30 |
migration
|
Drop the correct index after reverting a migration
|
2014-02-13 17:18:16 +01:00 |
railties
|
rake railties:install:migrations respects the order of railties
|
2014-05-27 16:12:36 +02:00 |
relation
|
Merge pull request #14834 from al2o3cr/issue14155
|
2014-05-27 10:29:59 -07: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 |
type
|
Move type_cast_for_write behavior over to the serialized type object
|
2014-05-29 13:34:47 -07:00 |
validations
|
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
|
2014-05-24 14:55:20 -04:00 |
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
|
Refactoring .reflections public method.
|
2014-05-26 17:05:21 -04:00 |
attribute_assignment.rb
|
Remove :timestamp column type
|
2014-05-19 11:32:13 -07:00 |
attribute_methods.rb
|
Merge pull request #15261 from hbin/missing_parameters
|
2014-05-23 15:23:12 -03: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
|
[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
|
Fixed serialization for records with an attribute named format .
|
2014-05-22 14:35:04 -07:00 |
counter_cache.rb
|
Refactoring .reflections public method.
|
2014-05-26 17:05:21 -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
|
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
|
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
|
2014-05-24 14:55:20 -04:00 |
gem_version.rb
|
Introduce Rails.gem_version
|
2014-03-05 12:37:38 -05:00 |
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
|
Refactor serialized types to be partially defined as custom properties
|
2014-05-29 12:12:44 -07: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
|
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 |
properties.rb
|
Refactor serialized types to be partially defined as custom properties
|
2014-05-29 12:12:44 -07: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
|
Clarify 'database does not exist' message and implementation.
|
2014-04-01 16:49:52 -05:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Refactoring .reflections public method.
|
2014-05-26 17:05:21 -04:00 |
relation.rb
|
Fix Relation#delete_all inconsistency
|
2014-05-16 00:39:02 -03:00 |
result.rb
|
Return sized enumerator from Batches#find_each
|
2014-02-05 16:53:02 -05:00 |
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
|
[Active Record] Renamed private methods create_record and update_record
|
2014-02-20 10:34:52 +05:30 |
transactions.rb
|
fix typo [ci skip]
|
2014-05-17 08:57:16 +00: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
|
ActiveRecord/ActiveModel '#validate' alias for 'valid?'
|
2014-03-27 17:56:14 +01:00 |
version.rb
|
Introduce Rails.gem_version
|
2014-03-05 12:37:38 -05:00 |