.. |
associations
|
Avoid unnecessary allocations/calls
|
2014-11-02 21:40:47 -03:00 |
attribute_methods
|
let's warn with heredocs
|
2014-10-28 16:35:24 -07:00 |
attribute_set
|
some object allocation reduction for new AR objects
|
2014-09-27 11:00:58 +04:00 |
coders
|
|
|
connection_adapters
|
Remove unneeded autoload
|
2014-11-03 16:38:50 -02:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
|
|
migration
|
|
|
railties
|
Add comment to point out String#[] is intentional
|
2014-11-02 23:58:30 +00:00 |
relation
|
Handle RangeError from casting in find_by and find_by! on Relation
|
2014-11-02 13:54:16 -07:00 |
scoping
|
Merge pull request #17374 from maurogeorge/scope-exception
|
2014-10-27 09:49:50 +01:00 |
serializers
|
|
|
tasks
|
Don't attempt to load the schema file in tests if none exists
|
2014-10-31 16:56:18 -06:00 |
type
|
Use the correct values for int max and min
|
2014-10-31 13:25:16 -06:00 |
validations
|
Add a note on custom validation contexts.
|
2014-08-05 13:13:40 -07:00 |
aggregations.rb
|
|
|
association_relation.rb
|
|
|
associations.rb
|
Raise an error for has_one associations which try to go :through a polymorphic association [#17263]
|
2014-10-15 20:25:09 +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
|
|
|
attribute_decorators.rb
|
|
|
attribute_methods.rb
|
edit pass over all warnings
|
2014-10-28 17:47:32 -07:00 |
attribute_set.rb
|
|
|
attributes.rb
|
Don't modify the columns hash to set defaults from the attributes API
|
2014-10-31 16:06:14 -06:00 |
autosave_association.rb
|
Autosave callbacks shouldn't be after_save
|
2014-10-13 17:50:32 +03:00 |
base.rb
|
|
|
callbacks.rb
|
Prefix internal method with _
|
2014-10-25 17:12:19 -07:00 |
connection_handling.rb
|
If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"].
|
2014-10-21 11:09:34 -07:00 |
core.rb
|
Treat strings greater than int max value as out of range
|
2014-10-31 12:15:36 -06:00 |
counter_cache.rb
|
No need to call to_sym here
|
2014-09-20 18:05:01 +09: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
|
Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-error
|
2014-10-20 08:49:27 +02:00 |
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Avoid unnecessary allocations/calls
|
2014-11-02 21:40:47 -03:00 |
gem_version.rb
|
Prepare for 4.2.0.beta4 release
|
2014-10-30 14:12:24 -07:00 |
inheritance.rb
|
edit pass over all warnings
|
2014-10-28 17:47:32 -07:00 |
integration.rb
|
|
|
log_subscriber.rb
|
|
|
migration.rb
|
Don't attempt to load the schema file in tests if none exists
|
2014-10-31 16:56:18 -06:00 |
model_schema.rb
|
Don't modify the columns hash to set defaults from the attributes API
|
2014-10-31 16:06:14 -06:00 |
nested_attributes.rb
|
|
|
no_touching.rb
|
|
|
null_relation.rb
|
|
|
persistence.rb
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07:00 |
query_cache.rb
|
|
|
querying.rb
|
measure record instantiation time in AS::Notifications
|
2014-10-13 14:24:16 -07:00 |
railtie.rb
|
|
|
readonly_attributes.rb
|
|
|
reflection.rb
|
let's warn with heredocs
|
2014-10-28 16:35:24 -07:00 |
relation.rb
|
Use a bound parameter for the "id = " portion of update statements
|
2014-11-01 17:29:14 -06:00 |
result.rb
|
add length to ActiveRecord::Result
|
2014-10-13 12:01:41 -07:00 |
runtime_registry.rb
|
|
|
sanitization.rb
|
Revert deprecation of sanitize_sql_hash_for_assignment
|
2014-11-02 13:52:34 -07:00 |
schema.rb
|
|
|
schema_dumper.rb
|
add bigserial pk support
|
2014-10-29 18:12:22 -07:00 |
schema_migration.rb
|
|
|
scoping.rb
|
|
|
serialization.rb
|
|
|
statement_cache.rb
|
|
|
store.rb
|
|
|
timestamp.rb
|
Implement _was and changes for in-place mutations of AR attributes
|
2014-08-16 23:08:41 -07:00 |
transactions.rb
|
Prefix internal method with _
|
2014-10-25 17:12:19 -07:00 |
translation.rb
|
|
|
type.rb
|
Treat strings greater than int max value as out of range
|
2014-10-31 12:15:36 -06:00 |
validations.rb
|
Moved #create! method from Validations to Persistence module
|
2014-08-05 18:36:29 +03:00 |
version.rb
|
|
|