.. |
associations
|
extract code from AR::Base
|
2012-05-04 12:50:07 +01:00 |
attribute_methods
|
recurse in read_attribute we get caching / don't duplicate code
|
2012-03-30 11:09:27 +01:00 |
coders
|
ActiveRecord::Coders::YAMLColumn#dump should raise an error
|
2012-03-26 21:57:39 +02:00 |
connection_adapters
|
Use arel nodes instead of raw sql
|
2012-05-02 21:25:41 -03:00 |
fixtures
|
|
|
locale
|
Fix typo
|
2012-02-01 17:14:00 -02:00 |
locking
|
clear up duplication between Persistence#destroy and Locking#destroy
|
2012-03-30 14:39:55 +01:00 |
migration
|
|
|
railties
|
Fix GH #5435. db:structure:dump should be reenable.
|
2012-03-17 13:57:10 +09:00 |
relation
|
SpawnMethods#merge returns the intersection when passed an array, and not the union. Update the documentation to reflect this.
|
2012-05-05 18:34:54 -07:00 |
scoping
|
extract deprecated code
|
2012-04-25 15:45:06 +01:00 |
serializers
|
no need to check for this constant
|
2012-02-07 21:20:35 +01:00 |
validations
|
fix tests for SQLite3Adapter
|
2012-04-27 13:31:37 +07:00 |
aggregations.rb
|
Add empty rows to improve readability. [ci skip]
|
2012-05-01 21:19:58 +02:00 |
associations.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-05-04 17:51:15 +05:30 |
attribute_assignment.rb
|
|
|
attribute_methods.rb
|
much code can be deleted thanks to @tenderlove's refactoring
|
2012-03-28 16:38:38 +01:00 |
autosave_association.rb
|
Merge pull request #3329 from armstrjare/autosave_collection_new_record_bug
|
2012-03-18 04:13:28 -07:00 |
base.rb
|
more edits [ci skip]
|
2012-05-01 19:18:47 +05:30 |
callbacks.rb
|
|
|
connection_handling.rb
|
removes verify_active_connections!
|
2012-02-24 09:11:59 -08:00 |
core.rb
|
Removes caching from ActiveRecord::Core::ClassMethods#relation
|
2012-04-03 17:00:37 +02:00 |
counter_cache.rb
|
remove deprecate #update_all usage
|
2012-04-26 13:29:48 +01:00 |
dynamic_matchers.rb
|
actually don't need to expand the aggregates at all
|
2012-05-04 12:50:07 +01:00 |
errors.rb
|
|
|
explain.rb
|
More using <tt>x</tt> instead of +x+ when the latter renders improperly.
|
2012-04-27 21:33:56 -07:00 |
explain_subscriber.rb
|
let automatic EXPLAIN ignore CACHE notifications
|
2012-02-03 16:10:39 -08:00 |
fixtures.rb
|
properly namespace the fixture exception
|
2012-03-22 16:25:48 -07:00 |
inheritance.rb
|
Adding documentation for ActiveRecord::Base.abstract_class to clarify a particular usecase for this feature (to allow you to use inheritance in ActiveRecord without using the STI table name
|
2012-03-22 10:02:08 -05:00 |
integration.rb
|
|
|
log_subscriber.rb
|
|
|
migration.rb
|
|
|
model.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
model_schema.rb
|
Fix wrong return value from reset_sequence_name method.
|
2012-04-14 00:33:25 +09:00 |
nested_attributes.rb
|
Nested attribute setters can be overridden.
|
2012-03-28 19:08:31 -04:00 |
null_relation.rb
|
Override AR::Relation methods in NullRelation.
|
2012-04-11 15:24:23 +02:00 |
observer.rb
|
|
|
persistence.rb
|
Removed extraneous .present? check for AR::Base#reload
|
2012-04-29 13:33:54 -04:00 |
query_cache.rb
|
|
|
querying.rb
|
Introducing take as a replacement to the old behavior of first
|
2012-05-02 21:25:40 -03:00 |
railtie.rb
|
Revert "Merge pull request #5995 from kennyj/fix_5847-3"
|
2012-04-27 15:00:56 +02:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
de-globalise method
|
2012-05-04 12:50:07 +01:00 |
relation.rb
|
delete_all raise an error if a limit is provided - fixes #4979
|
2012-04-30 10:49:20 -05:00 |
result.rb
|
Doc for ActiveRecord::Result empty? method
|
2012-05-07 21:43:05 +10:00 |
sanitization.rb
|
de-globalise method
|
2012-05-04 12:50:07 +01:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Corrected grammatical errors in schema_dumper and scoping/default
|
2012-04-10 22:05:43 -07:00 |
schema_migration.rb
|
allow mass-assign version attribute in AR::SchemaMigration
|
2012-02-06 09:33:02 +03:00 |
scoping.rb
|
extract #with_scope and #with_exclusive_scope to active_record_deprecated_finders
|
2012-04-25 15:45:06 +01:00 |
serialization.rb
|
|
|
session_store.rb
|
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things
|
2012-04-27 11:42:50 +01:00 |
store.rb
|
Merge pull request #4856 from ihid/store_null_bug
|
2012-02-02 12:07:28 -08:00 |
test_case.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
timestamp.rb
|
|
|
transactions.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
translation.rb
|
|
|
validations.rb
|
Allow translations of activerecord.errors.messages.record_invalid to be looked up in errors.messages.record_invalid
|
2012-03-05 00:17:47 +01:00 |
version.rb
|
|
|