monterail / guidelines

[DEPRECATED] We are Ruby on Rails experts from Poland. Think hussars. Solid & winged. These are our guidelines.
71 stars 17 forks source link

Add null: false for indexed columns #116

Closed sheerun closed 11 years ago

teamon commented 11 years ago

Then you need to require :dependent => :destroy which is not always the wanted behaviour.

sheerun commented 11 years ago

But can indexed columns have null values?

jandudulski commented 11 years ago

Index != unique. So I don't get why you want null: false rule?

sheerun commented 11 years ago

OK, :back: