.. |
associations
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-05-19 19:36:48 +05:30 |
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
|
Make connection pool fair with respect to waiting threads.
|
2012-05-20 21:48:04 -05:00 |
fixtures
|
|
|
locale
|
|
|
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
|
Relation#from to accept other Relation objects
|
2012-05-17 02:36:13 +03:00 |
scoping
|
extract deprecated code
|
2012-04-25 15:45:06 +01:00 |
serializers
|
|
|
validations
|
fix tests for SQLite3Adapter
|
2012-04-27 13:31:37 +07:00 |
aggregations.rb
|
Refactor aggregation writer method
|
2012-05-21 18:34:58 -03:00 |
associations.rb
|
Update AR has_one association example
|
2012-05-16 09:00:26 +04:00 |
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
|
CollectionProxy < Relation
|
2012-05-11 20:11:04 +01:00 |
base.rb
|
more edits [ci skip]
|
2012-05-01 19:18:47 +05:30 |
callbacks.rb
|
|
|
connection_handling.rb
|
|
|
core.rb
|
Fix typo.
|
2012-05-18 12:24:19 +02:00 |
counter_cache.rb
|
remove deprecate #update_all usage
|
2012-04-26 13:29:48 +01:00 |
dynamic_matchers.rb
|
extract deprecated dynamic methods
|
2012-05-04 14:31:19 +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
|
|
|
fixtures.rb
|
Fix an error in example in methods of instanciated fixtures.
|
2012-05-15 09:40:03 +02: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
|
Increase AR#cache_key precision to nanoseconds
|
2012-05-19 08:20:08 +08:00 |
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
|
better wording
|
2012-05-11 16:27:21 +02:00 |
null_relation.rb
|
Override AR::Relation methods in NullRelation.
|
2012-04-11 15:24:23 +02:00 |
observer.rb
|
|
|
persistence.rb
|
Don't destroy readonly models
|
2012-05-17 17:52:17 +02: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
|
add explanation of raising errors when a limit scope is supplied in Relation#delete_all
|
2012-05-18 15:06:47 -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
|
Call methods on the correct instance in AR::Schema.define
|
2012-05-16 15:19:59 -07:00 |
schema_dumper.rb
|
Corrected grammatical errors in schema_dumper and scoping/default
|
2012-04-10 22:05:43 -07:00 |
schema_migration.rb
|
|
|
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
|
Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error).
|
2012-05-16 00:28:03 -03:00 |
store.rb
|
Copy edit [ci skip]
|
2012-05-13 19:04:33 -03:00 |
test_case.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
timestamp.rb
|
|
|
transactions.rb
|
Merge pull request #5535 from markmcspadden/issue_5527_rollbacks
|
2012-05-16 16:06:49 -07:00 |
translation.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|