* Add temporary Rake task for creating profile fields * Fix problems after splitting branch * Add profile migration Rake task * Add unique index to profiles * Add migration code to users * Be smarter about updating profiles * Update spec * Update Bullet config * Fix typo * Change temporary rake task to data update script * Re-add profile factory and update spec * Change private declaration to make CodeClimate happy * Update comment * Drop validation in favor of DB default * Update spec
* Rename method * Add ProfileFields::Add service * Add ProfileFields::Remove service * Use remove_method instead of undef_method * All hail undef_method
* Create profiles table * Add store_attribute gem * Add profile model * Add default value to data column * Add and update factories * Add cascading delete * Make field non-nullable * Add specs * Fix cascading delete for profiles