[FIXED] Looking up schema version fails on Rails 2.1.
[redhillonrails.git] / CHANGELOG
blob6e060374ce5867c58a739b4b41507f9ceba7b833
1 [REVISION 20070904]
3 [FIXED] Test failing in MySQL due to the stupidity of MySQL.
5 [REVISION 20070529]
7 [CHANGED] Updated to latest Rails configuration and scripts.
9 [REVISION 20070315]
11 [CHANGED] Ensure stylesheets and javascripts are only included once.
13 [NEW] Cascading Stylesheets tests.
15 [NEW] Cascading Javascripts tests.
17 [REVISION 20070220]
19 [NEW] Test cases in preparation for supporting has_many :through associations.
21 [REVISION 20070123]
23 [CHANGED] Update to Rails 1.2.1.
25 [REVISION 20061011]
27 [CHANGED] Updated scripts to edge rails.
29 [CHANGED] RAILS_DB_ADAPTER changed to RAILS_CONNECTION_ADAPTER in keeping with the plural version in the rails code.
31 [REVISION 20061009]
33 [CHANGED] Model classes extend abstract base class.
35 [REVISION 20060924]
37 [NEW] Test validates_uniqueness_of doesn't causes new records to fail when nullable column is null and there exists another record where the value of the column is also null. NULL values should always be considered unique.
39 [NEW] Test validates_presence_of for numeric columns.
41 [REVISION 20060915]
43 [NEW] Test schema_validations generates validates_uniqueness_of with scope for multi-column unique indexes.
45 [NEW] Test foreign_key_associations generates has_many with order clause when a position column is present.
47 [NEW] Test Order.has_many :order_lines.
49 [REVISION 20060912]
51 [NEW] Test validates_presence_of for associations.
53 [REVISION 20060907]
55 [NEW] Orders have an (optional) invoice.
57 [REVISION 20060906]
59 [NEW] Simple test cases for countries and states.
61 [NEW] Test case for creating foreign key specifying both :on_update and :on_delete.
63 [CHANGED] Order's customer_id changed to ordered_by_id to facilitate testing.
65 [CHANGED] Removed all explicit associations.
67 [REVISION 20060905]
69 [CHANGED] Phone/fax limits for larger numbers.
71 [FIXED] Incorrect unique index on order lines.
73 [FIXED] Various key violations.
75 [NEW] You can now specify the adpater--mysql; postgresql; etc.--via the environment variable RAILS_DB_ADAPTER in much the same way as you can specify which database to connect with using RAILS_ENV. (The default is postgresql.) This means no more manual changes to database.yml.
77 [REVISION 20060904]
79 [NEW] Added migration scripts and models for: countries; states; cities; customers; and orders.
81 [NEW] Added migration scripts and models for: products; and order lines.
83 [NEW] Fixtures for: countries; states; cities; customers; products; orders; and order lines.
85 [CHANGED] State code => abbreviation.
87 [NEW] Fixture values for created_at/update_at.
89 [REVISION 20060902]
91 [NEW] Added system settings table migration script.
93 [CHANGED] Ignore db/schema.rb