.. |
acts
|
Formatting and grammatical fixes for the acts_as_* documentation [seanhussey, kampers] Closes #9107
|
2007-08-28 23:17:49 +00:00 |
associations
|
Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899
|
2007-08-28 23:18:57 +00:00 |
connection_adapters
|
Fix spacing
|
2007-08-21 22:11:14 +00:00 |
locking
|
Optimistic locking: revert the lock version when an update fails. Closes #7840. Also return the number of affected rows instead of true.
|
2007-05-25 21:31:44 +00:00 |
vendor
|
|
|
wrappers
|
|
|
aggregations.rb
|
Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899
|
2007-08-28 23:18:57 +00:00 |
associations.rb
|
Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899
|
2007-08-28 23:18:57 +00:00 |
attribute_methods.rb
|
Change the implementation of ActiveRecord's attribute reader and writer methods:
|
2007-08-14 08:53:02 +00:00 |
base.rb
|
Fixed that eager loading queries and with_scope should respect the :group option [DHH]
|
2007-08-21 21:58:38 +00:00 |
calculations.rb
|
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
|
2007-07-17 20:16:35 +00:00 |
callbacks.rb
|
Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899
|
2007-08-28 23:18:57 +00:00 |
deprecated_associations.rb
|
Remove deprecated find_first and find_all.
|
2007-06-11 07:45:56 +00:00 |
fixtures.rb
|
Fixtures: correctly delete and insert fixtures in a single transaction. Closes #8553.
|
2007-06-05 04:37:05 +00:00 |
migration.rb
|
Migrations: report the number of rows affected when calling insert, update, delete, etc.
|
2007-06-05 08:21:55 +00:00 |
observer.rb
|
Allow sweepers to be created solely for expiring after controller actions, not model changes [DHH] Added assigns method to ActionController::Caching::Sweeper to easily access instance variables on the controller [DHH]
|
2007-06-26 20:45:41 +00:00 |
query_cache.rb
|
dont call #collect on a string when returning query cache results. Closes #9099 [norbert]
|
2007-07-25 13:05:58 +00:00 |
reflection.rb
|
Change belongs_to so that the foreign_key assumption is taken from the association name, not the class name. Closes #8992 [hasmanyjosh]
|
2007-07-16 20:21:36 +00:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath]
|
2007-05-11 21:26:53 +00:00 |
timestamp.rb
|
Revert [4706] which added incorrect docs. References #5684.
|
2007-05-19 22:15:28 +00:00 |
transactions.rb
|
Change the implementation of ActiveRecord's attribute reader and writer methods:
|
2007-08-14 08:53:02 +00:00 |
validations.rb
|
Pass the right binding when string is passed to :if with validations. [caspercg] Closes #9300
|
2007-08-28 23:17:17 +00:00 |
version.rb
|
|
|
wrappings.rb
|
|
|
xml_serialization.rb
|
Fix documentation error in xml serialization. [matt] Closes #9001
|
2007-08-28 23:18:14 +00:00 |