discourse/spec/fixtures
Sam 6a3c8fe69c FEATURE: protect against accidental column or table drops
Often we need to amend our schema, it is tempting to use
drop_table, rename_column and drop_column to amned schema
trouble though is that existing code that is running in production
can depend on the existance of previous schema leading to application
breaking until new code base is deployed.

The commit enforces new rules to ensure we can never drop tables or
columns in migrations and instead use Migration::ColumnDropper and
Migration::TableDropper to defer drop the db objects
2018-03-21 15:43:32 +11:00
..
csv add test case for csv BOM handling 2018-01-09 15:49:41 +05:30
emails FEATURE: automatically elides gmail quotes 2018-02-26 23:54:02 +01:00
feed FEATURE: Replace SimpleRSS with Ruby RSS module (#5311) 2017-12-06 10:45:09 +11:00
images FEATURE: new 'max_image_megapixels' site setting 2017-01-11 23:37:12 +01:00
json FEATURE: add category suppress from latest 2018-02-22 09:56:35 +11:00
md FEATURE: update CommonMark to version 0.28 2018-03-08 12:19:53 +11:00
migrate FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
multisite Introduce multisite tests for better coverage. 2017-08-08 12:58:22 +09:00
plugins FEATURE: Allow plugins to register a new locale 2018-01-25 14:57:41 +01:00
scss Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline. 2014-05-14 10:18:12 -04:00
site_settings FIX: fails loud if default setting is not set 2017-08-15 12:07:25 +02:00
theme_settings FEATURE: Theme settings (2) (#5611) 2018-03-04 19:04:23 -05:00
woff2 FEATURE: support uploads for themes 2017-05-10 15:47:11 -04:00