.. |
associations
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
attribute_methods
|
Revert "to_key on a destroyed model should return nil". Closes #2440
|
2011-08-05 19:39:19 -03:00 |
coders
|
|
|
connection_adapters
|
add the gem requirement for sqlite3
|
2011-08-10 11:39:48 -07:00 |
fixtures
|
fixing 1.8 support for new fixture tests
|
2011-05-23 15:06:13 -07:00 |
locale
|
|
|
locking
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
migration
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-07-05 01:42:13 +02:00 |
railties
|
default writing the schema file as utf-8
|
2011-07-29 12:28:12 -07:00 |
relation
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
serializers
|
ActiveModel support for the :include serialization option
|
2011-07-17 11:34:07 -07:00 |
validations
|
make the warning clear about the effect of using validates_associated on both sides on an association.
|
2011-08-04 16:41:27 -07:00 |
aggregations.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
associations.rb
|
Add a proxy_association method to association proxies, which can be called by association extensions to access information about the association. This replaces proxy_owner etc with proxy_association.owner.
|
2011-07-27 12:36:00 +01:00 |
attribute_methods.rb
|
match method signature of the superclass
|
2011-06-30 15:31:23 -07:00 |
autosave_association.rb
|
Don't construct association scope in initializer. This yields a big performance gain for cases where the association is never used to load the target, for example with preloading. Related: #1873.
|
2011-07-07 01:07:31 +01:00 |
base.rb
|
Fully marshal AR::Base objects. Fixes #2431.
|
2011-08-08 23:28:49 +01:00 |
callbacks.rb
|
Added back the Callback debugging section by interrogating the _*_callbacks method
|
2011-03-29 11:22:16 +08:00 |
counter_cache.rb
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
dynamic_finder_match.rb
|
|
|
dynamic_scope_match.rb
|
|
|
errors.rb
|
:conditions => where
|
2011-07-08 06:13:21 +09:00 |
fixtures.rb
|
find(:all) => all
|
2011-07-08 06:13:21 +09:00 |
identity_map.rb
|
Fix typos in IM documentation
|
2011-05-10 03:44:57 -07:00 |
log_subscriber.rb
|
Make the identity map use the instrumentation infrastructure so we can style the messages nicely with colors (FIXME: Can someone look into why the test is not working?)
|
2011-05-01 19:10:21 -06:00 |
migration.rb
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
named_scope.rb
|
reduce object allocation during AR instantiation
|
2011-06-28 10:22:39 -07:00 |
nested_attributes.rb
|
no need to sort the values
|
2011-07-20 15:52:53 -07:00 |
observer.rb
|
ActionMailer deliver method Documentation corrected Ticket #761
|
2011-05-21 13:55:52 +05:30 |
persistence.rb
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
query_cache.rb
|
Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sendfile to function properly. See issue #1761.
|
2011-06-18 22:30:01 +01:00 |
railtie.rb
|
Everyone receives app as argument for consistency.
|
2011-05-25 01:37:55 +02:00 |
reflection.rb
|
calling super is super. if the other object is exactly equal, we can return early
|
2011-07-01 14:38:22 -07:00 |
relation.rb
|
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
|
2011-08-08 23:28:23 +01:00 |
result.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
schema.rb
|
|
|
schema_dumper.rb
|
dump IO encoding value along with schema.rb so the file can be reloaded. fixes #1592
|
2011-07-29 12:23:37 -07:00 |
serialization.rb
|
ActiveModel support for the :include serialization option
|
2011-07-17 11:34:07 -07:00 |
session_store.rb
|
Merge pull request #2042 from SAP-Oxygen/master-sqlbypass-patch
|
2011-07-12 15:06:00 -07:00 |
test_case.rb
|
Make assert_no_queries literally enforce that there are no queries. As in, not a single line of SQL should be sent to the database, not even stuff that is ignored by assert_queries. The argument being that if you write assert_no_queries, you really do not want there to be any queries.
|
2011-06-12 18:50:24 +01:00 |
timestamp.rb
|
Updates to ActiveRecord::Timestamp documentation.
|
2011-02-05 09:07:00 -08:00 |
transactions.rb
|
Edited activerecord/lib/active_record/transactions.rb via GitHub
|
2011-06-01 12:36:16 -07:00 |
validations.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
version.rb
|
Master version is 3.2.0.beta
|
2011-06-30 10:18:36 -03:00 |