app/controllers/directory_lookup_controller.rb | 644 | 0 | 0 | | | 458 Bytes | 7f930717032a1994aac5b40a90c3da053fb6bac9c5e3f386ad63d8193164e977 |
app/controllers/phone_numbers_controller.rb | 644 | 0 | 0 | | | 364 Bytes | 7c11cc0f0eef2f5f97883537f0c714cdee69d52ee3c2882701db17eba5518a9e |
app/controllers/vcards_controller.rb | 644 | 0 | 0 | | | 496 Bytes | f2ea3b4b76b4935f4ecc6fa3c28fd123b22e0236c87012bc2c5dba0f56a7bc3a |
app/helpers/has_vcards_helper.rb | 644 | 0 | 0 | | | 463 Bytes | 86306f56246e9fad83e6c8ac65db109b800b484cf3ece7c0494d1cc6303120c7 |
app/input/zip_locality_input.rb | 644 | 0 | 0 | | | 354 Bytes | dbdbc2f5d669bc2a5432c703f0fc0cfd7fc6c0eaeaf61b43596ff0469d6da9a8 |
app/models/address.rb | 644 | 0 | 0 | | | 1005 Bytes | 375f4a7c01bc177c5308a3e9f2863cd45e674325bcbb3e6642364e399f6e62b3 |
app/models/phone_number.rb | 644 | 0 | 0 | | | 830 Bytes | df56d650204d8391d52f43e69d4c5459cba203d040cab66b40b69305c207972b |
app/models/vcard.rb | 644 | 0 | 0 | | | 3.95 KB | 988b4b2c1f2a264e4f082aae1c60f59f6aff191c699e7a82464abad8728e61a2 |
app/models/vcard/directory_address.rb | 644 | 0 | 0 | | | 468 Bytes | 141504aba864a591a0a75fffd39bf5414e80babb062b7648a3b93807ed6cb0ab |
app/models/vcard/directory_lookup.rb | 644 | 0 | 0 | | | 3.41 KB | 664a306f1f0e5e8ecaab0f0b5a2de0581b8c841c767bb76b681134538964af4b |
app/views/phone_numbers/_form.html.haml | 644 | 0 | 0 | | | 310 Bytes | 574899b76330b763fb1a93eb0a1485578141f56e446184916f1610e79448e1b1 |
app/views/phone_numbers/_list.html.haml | 644 | 0 | 0 | | | 206 Bytes | a128c134104f505f4917f56dbad55efe867283a15fd8f595096f39597d77798e |
app/views/phone_numbers/_nested_form.html.haml | 644 | 0 | 0 | | | 228 Bytes | e3c549cdf6d33c1f6227c39577c5ec206132f1a7ad28465ee3adfc288a6f7188 |
app/views/phone_numbers/_phone_number.html.haml | 644 | 0 | 0 | | | 275 Bytes | f760300dd6f552db933c09f0e1cf19e81bf1666ea5cffc0f93bbfafc08a8dbf8 |
app/views/vcards/_address.html.haml | 644 | 0 | 0 | | | 278 Bytes | 35a5fbd4539427db4fbc586e0ecbb06bfa7123ded057e8cf4af3d47409684603 |
app/views/vcards/_directory_lookup.html.haml | 644 | 0 | 0 | | | 910 Bytes | daef0d0997de12f05e8673fd1698b17a84e21bd7692ae8ca6ac4e551d38b89af |
app/views/vcards/_directory_matches.html.haml | 644 | 0 | 0 | | | 209 Bytes | f992be36c59195b852fa6191e2fcf41663c006dcf3aa5c85749aeb615a15b3c4 |
app/views/vcards/_form.html.haml | 644 | 0 | 0 | | | 401 Bytes | cc6e96a7426f7c731428e8ad185cbe55fec345c8376f5f9cbd5c57f3b7094e8c |
app/views/vcards/_show.html.haml | 644 | 0 | 0 | | | 396 Bytes | 24e368f97308c2660eb2d1aee5fd3d1a59cf80a99c46ddee5b984a865cbd3765 |
app/views/vcards/directory_lookup.js.erb | 644 | 0 | 0 | | | 158 Bytes | b8d3109a019e350061303053bab07a0292c95923c93f10359281ab24a9041213 |
config/application.rb | 644 | 0 | 0 | | | 599 Bytes | b9c4758b098c1f68b1dbc6c6fe9d63e71b685d6a0e34a50679172d47ae35bcb5 |
config/boot.rb | 644 | 0 | 0 | | | 191 Bytes | 3883fbb390bbb607ad4c864f83ccc87f95259f7bc3e0905f6e8c296df1ae5ae5 |
config/locales/de.yml | 644 | 0 | 0 | | | 2.08 KB | 8e7011119d8584c1b1627e3f7fb02433f14acf6d29d0e7785023473fdf6fc6c4 |
config/locales/en.yml | 644 | 0 | 0 | | | 1.68 KB | b90dc90a31064ee9e459dff61b7db67f06da7d5ad6eb8532a1658b2fc101aac9 |
config/routes.rb | 644 | 0 | 0 | | | 346 Bytes | 086c174a8d3724fe2af9995a1a48b0dc6142b1aa29bd1db774378218189c5949 |
db/migrate/000_create_vcard_tables.rb | 644 | 0 | 0 | | | 1.88 KB | d363a2871ecd68748994f98a698d72dfc81acf09a302f3233c7a844d0cc4211b |
db/migrate/20120119091225_add_index_to_vcards.rb | 644 | 0 | 0 | | | 103 Bytes | 8095550ebee1b9da54bf6863bac712aa9e364c75e2482d3d4e2e718cf60d7de0 |
db/migrate/20120813065226_add_time_stamps_to_has_vcards_tables.rb | 644 | 0 | 0 | | | 670 Bytes | a72b7b27dad89d4ccf678aee6c70a10c4f72ee72081ba6fc0eea60d50581b57f |
lib/has_vcards.rb | 644 | 0 | 0 | | | 878 Bytes | c6326b4e7c750b51b8c7aca8e57815ce26705dee9f77a212ce1f32caf9682390 |
lib/has_vcards/railtie.rb | 644 | 0 | 0 | | | 379 Bytes | b85cd098abd6bc75f94b41ddce8236b21c8d17121b15562efa78b241b4da8fec |
lib/has_vcards/version.rb | 644 | 0 | 0 | | | 42 Bytes | d38c7b19f67016d0599b2987b81d126ad616865d3009c71446108d71c43b3085 |
MIT-LICENSE | 644 | 0 | 0 | | | 1.04 KB | 17ec910e8a744f2e73d467ac23b817cff201dcada03b3709f9970733a0b98dab |
README.markdown | 644 | 0 | 0 | | | 329 Bytes | 261857a25185dc2668fdd8724ea47bcfb49837196822b1dbca89d461d7d66601 |