-
Bump version number to try and get it to build on GitHub.
-
Updated to Rails 2.2.2.
-
Removed all dependencies.
-
(#14286) Calls to SystemSetting return nil.
-
install.rb informs user of missing dependencies.
-
Removed dependency on RedHill on Rails Core.
-
Removed dependency on defunct Schema Defining.
-
Migration script generated with a column limit for name to satisfy most databases. If you’re using a database such as PostgreSQL–that supports unbounded text fields with no performance penalties–and wish to have the previous behaviour, you can still edit the generated file and change it manually.
-
Migration script generator determines pluralisation at generation time.
-
The default generated migration script name is now create_system_settings.rb
-
Correctly handle pluralisation of the table name via Inflector.
-
Removed validates_uniqueness_of :name. Install the schema_validations plugin instead.
-
Removed validates_presence_of :value. Install the schema_validations plugin instead.
-
Initial version.