.. |
associations
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
attribute_methods
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
coders
|
Do not serialize nil in serialized attribute.
|
2012-01-31 22:07:09 +03:00 |
connection_adapters
|
errors should probably be logged as errors
|
2012-03-15 12:12:42 -07:00 |
fixtures
|
No need to require psych since require yaml does that.
|
2012-01-04 14:29:13 -03:00 |
locale
|
Fix typo
|
2012-02-01 17:14:00 -02:00 |
locking
|
Removed flag attributes.
|
2012-03-06 23:54:38 +01:00 |
migration
|
Add create_join_table migration helper to create HABTM join tables
|
2012-01-27 15:34:53 -02:00 |
railties
|
Fix GH #5435. db:structure:dump should be reenable.
|
2012-03-17 13:57:10 +09:00 |
relation
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
scoping
|
app code in general wants Time.current, not Time.now
|
2011-12-28 23:47:10 +01:00 |
serializers
|
no need to check for this constant
|
2012-02-07 21:20:35 +01:00 |
validations
|
Correct grammar in documentation
|
2012-03-07 16:36:03 +01:00 |
aggregations.rb
|
Fixed typo in composed_of example with Money#<=>, was comparing amount itself instead of other_money.amount
|
2012-02-24 13:55:24 -06:00 |
associations.rb
|
added clarification stating the counter_cache attribute needs to be created on the associate class via a migration
|
2012-03-11 06:30:06 +03:00 |
attribute_assignment.rb
|
Split out most of the AR::Base code into separate modules 🍰
|
2011-12-15 20:45:37 +00:00 |
attribute_methods.rb
|
Merge pull request #5294 from robinroestenburg/master
|
2012-03-12 12:02:52 -07: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
|
Add documentation for find_or_create_by_{attribute}! method.
|
2012-03-12 15:02:18 +00:00 |
callbacks.rb
|
Remove Array.wrap calls in ActiveRecord
|
2012-01-06 01:04:33 -03:00 |
connection_handling.rb
|
removes verify_active_connections!
|
2012-02-24 09:11:59 -08:00 |
core.rb
|
ActiveRecord::Core#initialize: improve performance
|
2012-03-15 10:24:13 +02:00 |
counter_cache.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
dynamic_finder_match.rb
|
Add dynamic find_or_create_by_{attribute}! method.
|
2012-03-12 14:16:19 +00:00 |
dynamic_matchers.rb
|
Refactor and cleanup in some ActiveRecord modules
|
2012-03-03 04:09:50 -03:00 |
dynamic_scope_match.rb
|
Refactor and cleanup in some ActiveRecord modules
|
2012-03-03 04:09:50 -03:00 |
errors.rb
|
|
|
explain.rb
|
disable automatic explain if there is no logger [closes #4671]
|
2012-01-26 02:50:46 -08:00 |
explain_subscriber.rb
|
let automatic EXPLAIN ignore CACHE notifications
|
2012-02-03 16:10:39 -08:00 |
fixtures.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03: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
|
Split out most of the AR::Base code into separate modules 🍰
|
2011-12-15 20:45:37 +00:00 |
log_subscriber.rb
|
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
|
2011-12-04 11:52:12 -08:00 |
migration.rb
|
moving verbosity tests to the migrator test, removing ddl changes
|
2012-01-16 11:28:00 -08:00 |
model.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
model_schema.rb
|
Don't reset inheritance_column when setting explicitly.
|
2012-03-08 00:00:58 +09:00 |
nested_attributes.rb
|
Modified comments explaining what the update_only option does.
|
2012-02-28 14:28:44 -06:00 |
null_relation.rb
|
Added none query method to return zero records.
|
2012-01-31 19:50:09 +01:00 |
observer.rb
|
|
|
persistence.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
query_cache.rb
|
use Rack::BodyProxy in activerecord middlewares
|
2012-01-16 14:36:41 +03:00 |
querying.rb
|
column types are passed from the result set to the instantiated AR object
|
2012-02-07 13:51:52 -08:00 |
railtie.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
readonly_attributes.rb
|
Support configuration on ActiveRecord::Model.
|
2011-12-28 18:27:41 +00:00 |
reflection.rb
|
Refactor and cleanup in some ActiveRecord modules
|
2012-03-03 04:09:50 -03:00 |
relation.rb
|
Correct description of ['migrated_at > ?', 1.week.ago] from "more than a week ago" to "more recently than a week ago."
|
2012-03-20 16:13:19 +11:00 |
result.rb
|
moving column types to an ivar on the result
|
2012-02-07 13:51:53 -08:00 |
sanitization.rb
|
Refactor and cleanup in some ActiveRecord modules
|
2012-03-03 04:09:50 -03:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Made schema dumper recognize partial indices' where statements
|
2012-02-09 03:28:11 -02:00 |
schema_migration.rb
|
allow mass-assign version attribute in AR::SchemaMigration
|
2012-02-06 09:33:02 +03:00 |
scoping.rb
|
Move DefaultScope and NamedScope under Scoping
|
2011-12-15 20:45:42 +00:00 |
serialization.rb
|
Remove Array.wrap calls in ActiveRecord
|
2012-01-06 01:04:33 -03:00 |
session_store.rb
|
test a subclass so that the removed method does not imact other tests
|
2012-01-05 17:05:43 -08: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
|
Support configuration on ActiveRecord::Model.
|
2011-12-28 18:27:41 +00:00 |
transactions.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
translation.rb
|
Split out most of the AR::Base code into separate modules 🍰
|
2011-12-15 20:45:37 +00:00 |
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
|
rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+
|
2011-12-20 09:30:37 -06:00 |