1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2004-12-10 16:46:41 +00:00
..
associations Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
connection_adapters Options for the new validation methods are now given as a hash 2004-12-10 16:46:41 +00:00
mixins scope_condition defaults to 1 on list mixin 2004-12-08 17:25:06 +00:00
support Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
vendor Initial 2004-11-24 01:04:44 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Initial 2004-11-24 01:04:44 +00:00
associations.rb Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
base.rb Added Base.validate_uniqueness thatv alidates whether the value of the specified attributes are unique across the system. Useful for making sure that only one user can be named "davidhh". 2004-12-10 16:02:11 +00:00
callbacks.rb A fix that actually works... 2004-12-08 17:44:31 +00:00
deprecated_associations.rb Initial 2004-11-24 01:04:44 +00:00
fixtures.rb Tidied up Fixtures for better readability and some error checking [bitsweat] 2004-12-09 15:52:54 +00:00
observer.rb Initial 2004-11-24 01:04:44 +00:00
reflection.rb Initial 2004-11-24 01:04:44 +00:00
transactions.rb Initial 2004-11-24 01:04:44 +00:00
validations.rb Options for the new validation methods are now given as a hash 2004-12-10 16:46:41 +00:00
wrappings.rb Initial 2004-11-24 01:04:44 +00:00