Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/branches/2-1-caching/activerecord/test

Name Size Rev Age Last Change
../
associations 8376 10 months rick: Ensure that the :uniq option for has_many :through associations retains …
connections 7941 1 year bitsweat: remove empty dirs missed by git-svn
fixtures 8376 10 months rick: Ensure that the :uniq option for has_many :through associations retains …
aaa_create_tables_test.rb 2.4 kB 8365 10 months bitsweat: Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
abstract_unit.rb 2.6 kB 8060 1 year nzkoz: Make fixtures work with the new test subclasses. [tarmo, Koz]
active_schema_test_mysql.rb 1.5 kB 7980 1 year rick: Ensure that mysql quotes table names with database names correctly. …
adapter_test.rb 3.3 kB 7071 1 year bitsweat: MySQL: fix show_variable. Closes #8448.
adapter_test_sqlserver.rb 2.9 kB 6297 2 years bitsweat: SQLServer: recognize real column type as Ruby float, correctly schema-dump …
aggregations_test.rb 4.2 kB 8218 11 months bitsweat: Foxy fixtures: allow mixed usage to make migration easier and more …
all.sh 162 bytes 7896 1 year bitsweat: Update test/all.sh
ar_schema_test.rb 1.0 kB 2817 3 years david: Added migration support for Oracle (closes #2647) [Michael Schoen]
association_inheritance_reload.rb 0.6 kB 511 4 years david: Fixed dependency reloading by switching to a remove_const approach where …
associations_test.rb 74.3 kB 8365 10 months bitsweat: Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
attribute_methods_test.rb 5.2 kB 7752 1 year nzkoz: Only cache attributes which need it for performance reasons. Closes #9767
base_test.rb 58.6 kB 8319 10 months david: Fixed that the truncation of strings longer than 50 chars should use …
binary_test.rb 1.0 kB 8185 11 months bitsweat: PostgreSQL: correct binary escaping. References #8049, closes #10176
calculations_test.rb 8.2 kB 7192 1 year rick: Fix and properly document/test count(column_name) usage. Closes #8999
callbacks_test.rb 13.1 kB 6026 2 years rick: Add missing tests ensuring callbacks work with class inheritance. Closes …
class_inheritable_attributes_test.rb 0.7 kB 3493 3 years david: Added reusable reloading support through the inclusion of the Relodable …
column_alias_test.rb 439 bytes 3718 3 years david: Renamed the "oci" adapter to "oracle", but kept the old name as an alias …
connection_test_firebird.rb 281 bytes 6838 1 year bitsweat: Test reconnection after MySQL client timeout. References #428.
connection_test_mysql.rb 0.8 kB 7667 1 year bitsweat: Fixtures test fixes and general cleanup. Closes #9682 [norbert]
copy_table_test_sqlite.rb 2.1 kB 7484 1 year david: Fixed that altering join tables in migrations would fail w/ sqlite3 #7453
datatype_test_postgresql.rb 6.8 kB 7329 1 year nzkoz: Improve performance and functionality of the postgresql adapter. Closes …
date_time_test.rb 0.9 kB 8326 10 months gbuesing: Anchor DateTimeTest to fixed DateTime instead of a variable value based on …
default_test_firebird.rb 0.5 kB 3052 3 years bitsweat: r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 Introducing the Firebird …
defaults_test.rb 2.4 kB 8272 10 months bitsweat: MySQL: we can't distinguish a fake 0 default in 4.x
deprecated_finder_test.rb 1.0 kB 6998 1 year bitsweat: Remove deprecated find_first and find_all.
finder_test.rb 25.8 kB 8375 10 months bitsweat: Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes …
fixtures_test.rb 17.7 kB 8219 11 months bitsweat: Foxy fixtures: support single-table inheritance. Closes #10234.
inheritance_test.rb 7.3 kB 7059 1 year rick: remove extra debug line. Closes #8681 [Giles Bowkett]
json_serialization_test.rb 5.7 kB 7751 1 year bitsweat: Test for each JSON fragment to workaround assumed hash ordering.
lifecycle_test.rb 3.2 kB 7872 1 year rick: Observers can observe model names as symbols properly now. Closes #9869
locking_test.rb 7.6 kB 8230 11 months bitsweat: attr_readonly uses a set of strings instead of an array of symbols …
method_scoping_test.rb 14.4 kB 5192 2 years bitsweat: Deprecation: count class method should be called with an options hash …
migration_test.rb 37.2 kB 8199 11 months gbuesing: Honor Ruby's default calendar reform setting when creating DateTime …
migration_test_firebird.rb 4.2 kB 5459 2 years bitsweat: Firebird: decimal/numeric support. Closes #6408.
mixin_test.rb 2.0 kB 8218 11 months bitsweat: Foxy fixtures: allow mixed usage to make migration easier and more …
modules_test.rb 1.5 kB 5116 2 years bitsweat: Deprecation tests. Remove warnings for dynamic finders and for the …
multiple_db_test.rb 1.6 kB 5116 2 years bitsweat: Deprecation tests. Remove warnings for dynamic finders and for the …
pk_test.rb 3.3 kB 7666 1 year david: Fixed spelling errors (closes #9706) [tarmo/rmm5t]
query_cache_test.rb 2.1 kB 7498 1 year bitsweat: Speed up and simplify query caching.
readonly_test.rb 3.4 kB 4107 3 years marcel: Do not implicitly mark recordss of has_many :through as readonly but do …
reflection_test.rb 6.7 kB 8030 1 year marcel: Allow find on a has_many association defined with :finder_sql to accept id …
reserved_word_test_mysql.rb 5.7 kB 8126 1 year nzkoz: Ensure that column names are quoted. Closes #10134 [wesley.moxam]
schema_authorization_test_postgresql.rb 1.9 kB 4737 2 years bitsweat: PostgreSQL: autodetected sequences work correctly with multiple schemas. …
schema_dumper_test.rb 4.4 kB 8012 1 year nzkoz: Make sure that the Schema Dumper supports non-standard primary keys with …
schema_test_postgresql.rb 1.6 kB 2414 3 years bitsweat: Disable transactional fixtures for ar_schema_test and …
serialization_test.rb 1.6 kB 8050 1 year rick: Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance …
synonym_test_oracle.rb 424 bytes 3718 3 years david: Renamed the "oci" adapter to "oracle", but kept the old name as an alias …
table_name_test_sqlserver.rb 0.8 kB 5891 2 years bitsweat: SQLServer: handle [quoted] table names. Closes #6635.
threaded_connections_test.rb 1.3 kB 4460 2 years bitsweat: r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 locking r4645@asus: …
transactions_test.rb 7.8 kB 7089 1 year bitsweat: Mock the beginning of the transaction also. References #8642.
unconnected_test.rb 0.7 kB 7666 1 year david: Fixed spelling errors (closes #9706) [tarmo/rmm5t]
validations_test.rb 46.0 kB 8377 10 months rick: Fix that validates_acceptance_of still works for non-existent tables …
xml_serialization_test.rb 6.6 kB 8258 11 months david: Fixed that to_xml should not automatically pass :procs to associations …
Note: See TracBrowser for help on using the browser.