| .. |
|
20110504201530_create_contacts.rb
|
Models statt nur Migrations generiert. Damit auch die Attribute in die DB bekommen.
|
2011-05-04 22:50:36 +02:00 |
|
20110504201805_create_mails.rb
|
Models statt nur Migrations generiert. Damit auch die Attribute in die DB bekommen.
|
2011-05-04 22:50:36 +02:00 |
|
20110504202804_create_phones.rb
|
Models statt nur Migrations generiert. Damit auch die Attribute in die DB bekommen.
|
2011-05-04 22:50:36 +02:00 |
|
20110514213956_devise_create_users.rb
|
Update Devise to version 2. Comes with some error that prevents the whole up from running, though.
|
2012-04-22 23:03:20 +02:00 |
|
20110515190518_create_emails.rb
|
Rename 'mail' model to 'email' in order to prevent 'Mail is not a module' error (which only shows in production).
|
2011-05-15 21:14:33 +02:00 |
|
20110517220955_add_contact_id_to_phones.rb
|
Fogbugz #54: add contacts_id to emails and phones tables.
|
2011-05-18 00:34:00 +02:00 |
|
20110517221027_add_contact_id_to_emails.rb
|
Fogbugz #54: add contacts_id to emails and phones tables.
|
2011-05-18 00:34:00 +02:00 |
|
20110531183659_add_birthday_to_contact.rb
|
Fogbugz #61: Erfassen von einem Geburtstag je Contact.
|
2011-05-31 21:11:03 +02:00 |
|
20110601104452_redundant_birth_date_for_diff.rb
|
Fogbugz #63: Tag, Monat und Jahr für Geburtstag redundant speichern, um Geburtsliste der nächsten 7 Tage fix berechnen zu können.
|
2011-06-01 13:15:49 +02:00 |
|
20110601205228_remove_birthdate_as_date.rb
|
FogBugz #63: Geburtstage jetzt mit nur optionalem Jahr. Man kennt's ja nicht immer.
|
2011-06-02 00:07:53 +02:00 |
|
20110607192020_add_owning_user_to_contacts.rb
|
Fogbugz #41: CanCan, damit Contacts auch zu Usern gehoeren.
|
2011-06-07 21:28:02 +02:00 |
|
20110713200056_create_addresses.rb
|
FogBugz #62: move address to a separate model/table.
|
2011-07-13 23:53:07 +02:00 |
|
20120422201818_update_devise_to_version2.rb
|
Remove some active admin left overs.
|
2013-11-04 22:31:22 +01:00 |
|
20120701211804_add_avatar_to_contacts.rb
|
FogBugz #127: Use CarrierWave to upload avatar images.
|
2012-07-01 23:46:38 +02:00 |