app/assets/stylesheets/bookyt_projects.sass | 644 | 0 | 0 | | | 39 Bytes | d2b377b15c2720851744d19bb070d7dd583e8c2ba2ae137f220e3a5e7565ecc5 |
app/controllers/activities_controller.rb | 644 | 0 | 0 | | | 644 Bytes | 79fd37b2db7500ffed73c6e057d5efe1c99024e39a2bfe8eec7d690d1d676aed |
app/controllers/project_states_controller.rb | 644 | 0 | 0 | | | 59 Bytes | 9f9ff5e00e87ef2f916d47e6f68cde69ed4762d7b5f9b8b2dfcb09bafafd8788 |
app/controllers/projects_controller.rb | 644 | 0 | 0 | | | 54 Bytes | 0c3ba07a00ed6a903d746a65797180f0fce5a4dfaa977da0562fdb393f9828a0 |
app/controllers/timesheets_controller.rb | 644 | 0 | 0 | | | 310 Bytes | 48e14bb9bff0ec23359d007efa79f88e213ad9fddf7984670b3017f9c2cab171 |
app/models/activity.rb | 644 | 0 | 0 | | | 1.17 KB | f4c3d626ba0555db7b5e4f99cc0b394424d05c74637bb44fbad18a2efffb7175 |
app/models/bookyt_projects/person.rb | 644 | 0 | 0 | | | 162 Bytes | 7df8b984782c44e7eaaf68d093f13d0c98411bdba6bfdb0ee459da624f035b72 |
app/models/project.rb | 644 | 0 | 0 | | | 165 Bytes | 3b2249788f52e3e260b5097802c1940009ac6ea61c6b2fb857ed896c64076fec |
app/models/project_state.rb | 644 | 0 | 0 | | | 75 Bytes | 2ff921c9de537dc4a104eb9a3f502b052b1414e21ecab65fff42dc6c2bc3522e |
app/models/work_day.rb | 644 | 0 | 0 | | | 426 Bytes | 484591e71e3c2364e6d0b4893b09e71c60b4e4f7a6fab351695f66812da067bb |
app/views/activities/_activity.html.haml | 644 | 0 | 0 | | | 289 Bytes | a0a64fe33e84e84eb3b86ba43184d7a426e0db774ba3b501dcf611400c56d480 |
app/views/activities/_form.html.haml | 644 | 0 | 0 | | | 426 Bytes | 2edb8a467922af38394a8b1d273b9fd6443585c6e4609c9f1322af0f1bc10705 |
app/views/activities/_list.html.haml | 644 | 0 | 0 | | | 161 Bytes | 2eefaf516519a870746fef8d10e27192736b0f91c99c85cc5f171b876def3f41 |
app/views/project_states/_form.html.haml | 644 | 0 | 0 | | | 122 Bytes | cdc2c6246001e34fc1658e6c200974de6d8f2285a8ceca61d03a9eb2afe9b0e0 |
app/views/projects/_form.html.haml | 644 | 0 | 0 | | | 395 Bytes | da4e30c325687674ea5f3c485a43a91dd8c4c9e80113293975d2f7fcda94be23 |
app/views/projects/_list.html.haml | 644 | 0 | 0 | | | 728 Bytes | 5a5a69e351b204d53c21f46e18f4af9c9ff9b8c7f92d1bbf04b73e92ca87a739 |
app/views/projects/_show.html.haml | 644 | 0 | 0 | | | 195 Bytes | bf0d959eb8cb03ae151c982d6b72de4fa034e1f9fe1f4eaf9a08aefe0c14a8a7 |
app/views/timesheets/index.html.haml | 644 | 0 | 0 | | | 514 Bytes | 9d31cb3ffc67e5d9354d683cd2d9daef5a66983ff3c633f9b505d9dcba9f19a4 |
config/application.rb | 644 | 0 | 0 | | | 604 Bytes | f5f7a15b6d5c62e4717eccf9b296521846ad6c3ccf34fd6cefeadebcd64cc52b |
config/boot.rb | 644 | 0 | 0 | | | 191 Bytes | 3883fbb390bbb607ad4c864f83ccc87f95259f7bc3e0905f6e8c296df1ae5ae5 |
config/locales/de.yml | 644 | 0 | 0 | | | 1.07 KB | 48e6a7dccebed97f0f938f61925504214eedf75320ae60d05307643d3f1e9e04 |
config/routes.rb | 644 | 0 | 0 | | | 205 Bytes | 2cb9fa47acc4ba08a5d905dddf834a223443641b0f78744b992e738b3f559f74 |
db/migrate/20110909075128_create_project_states.rb | 644 | 0 | 0 | | | 164 Bytes | 2106aeabce413bc59862dbcadd4cd1ccafc1eb8e55221886410ccd01db0cbd13 |
db/migrate/20110909075220_create_projects.rb | 644 | 0 | 0 | | | 272 Bytes | cc763497247ccfb920865de0410ba0b74c357d33326e796f0c58432f626f6162 |
db/migrate/20110912071440_create_tasks.rb | 644 | 0 | 0 | | | 268 Bytes | fe32747439a8f1f5c2f25aab4cb6b02f73e795b077b4376c25860c8b40850682 |
db/migrate/20111010114218_rename_task_to_activity.rb | 644 | 0 | 0 | | | 113 Bytes | 55e1eeca40fec3bdd8e69b3acac02ae3fb9265c09f44b2c8a2216fd189e70b52 |
db/migrate/20111025090501_rename_duration_columns_in_projects_and_activities.rb | 644 | 0 | 0 | | | 345 Bytes | a984bfca0a3574c0d7e24339a0197c5cb7ce7d5ee17bf4a3425de4a0fb80adc8 |
lib/bookyt_projects.rb | 644 | 0 | 0 | | | 102 Bytes | b2ab81dd7d0ee22d6913edc8497d1189e7285326f24ef1f000ca0ef57c13d208 |
lib/bookyt_projects/navigation.rb | 644 | 0 | 0 | | | 712 Bytes | 83c389829f7a1ac2aa50ced49d55269da980d768e656cfc8e8f4de6172180842 |
lib/bookyt_projects/railtie.rb | 644 | 0 | 0 | | | 228 Bytes | 23db119f9434f87a119c165458bfaefa353066a1bb1729735f3a588d3d4b0c11 |
lib/bookyt_projects/version.rb | 644 | 0 | 0 | | | 42 Bytes | 863678252ad7795bb0ebd9f42d118fd271ba475ed4be6b16fea039b208545d2e |
LICENSE.txt | 644 | 0 | 0 | | | 1.03 KB | 26876aac253f825458fdebc8266a95d39593df83879d1925f9608f099c5455b8 |
README.rdoc | 644 | 0 | 0 | | | 813 Bytes | 8a528fc07550f5af1873567fd5b34cd9dad889e8ac9eaab215d437242d760d8a |