# -*- encoding: utf-8 -*- # stub: backlog 0.7.9 ruby lib Gem::Specification.new do |s| s.name = "backlog".freeze s.version = "0.7.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Uwe Kubosch".freeze] s.date = "2007-08-26" s.description = "== Backlog Welcome to Backlog! Backlog is a tool to help you collect and organize all your tasks, wether you are a single persion or a small or large group. A timekeeping module is also included to track time spent on the different tasks. === Backlog is not meant to be * an issue tracker with customer communication. * an invoicing system. === Integration There are concrete plans to integrate Backlog to a few types of systems: * Issue tracking (Jira, RuyForge, SourceForge, Bugzilla, etc.) * Timekeeping * Invoicing If you have concrete needs, and are willing to beta test the integration, please contact us. === Installation * Install ruby * Install RubyGems * Install PostgreSQL * Install ImageMagick or GraphicsMagick * run sudo gem install backlog -y * run sudo backlog setup_unix * run sudo backlog start === Updates * run sudo gem update -y * run sudo backlog setup_unix * run sudo backlog restart === Configuration You can set configuration parameters for backlog using the /etc/backlog.conf file. The format is YAML. Currently only port number is settable. Example: port: 3000 === Charts The charts in Backlog are made using Gruff (http://nubyonrails.com/pages/gruff). Gruff uses RMagick (http://rmagick.rubyforge.org/) for image generation. RMagick uses ImageMagic (http://www.imagemagick.org/script/download.php) or GraphicsMagic (http://www.graphicsmagick.org/www/download.html). On some platforms ImageMagick and GraphicsMagick are either not available, or difficult to install. In that case, RMagick will fail to install, causing the Backlog gem to fail to install. To bypass this, you can install the Backlog gem using the --ignore-dependencies flag. Backlog will still work without RMagick, but charts will not be available. ==== Links to charts You can display the charts directly using links like the ones below. The charts are normally not protected, so you can display the in slideshows etc. without having to log in. Examples: http://backlog.kubosch.no/periods/burn_down_chart/55.png http://backlog.kubosch.no/parties/burn_down_chart/14.png ==== Chart thumbnails You can get small versions of the burn down charts by appending \"_thumbnail\" to the URL. Examples: http://backlog.kubosch.no/periods/burn_down_chart_thumbnail/55.png http://backlog.kubosch.no/parties/burn_down_chart_thumbnail/14.png ==== Large charts You can get large versions (1368x768) of the burn down charts by appending \"_large\" to the URL. Examples: http://backlog.kubosch.no/periods/burn_down_chart_large/55.png http://backlog.kubosch.no/parties/burn_down_chart_large/14.png".freeze s.email = "uwe@kubosch.no".freeze s.executables = ["backlog".freeze] s.files = ["Capfile".freeze, "History.txt".freeze, "LICENSE_LOCALIZATION".freeze, "Manifest.txt".freeze, "README.txt".freeze, "README_LOCALIZATION".freeze, "README_LOGIN_SUGAR".freeze, "README_RAILS".freeze, "Rakefile".freeze, "app".freeze, "app/controllers".freeze, "app/controllers/application.rb".freeze, "app/controllers/backlogs_controller.rb".freeze, "app/controllers/estimates_controller.rb".freeze, "app/controllers/groups_controller.rb".freeze, "app/controllers/parties_controller.rb".freeze, "app/controllers/periods_controller.rb".freeze, "app/controllers/search_controller.rb".freeze, "app/controllers/tasks_controller.rb".freeze, "app/controllers/user_controller.rb".freeze, "app/controllers/works_controller.rb".freeze, "app/helpers".freeze, "app/helpers/application_helper.rb".freeze, "app/helpers/backlogs_helper.rb".freeze, "app/helpers/estimates_helper.rb".freeze, "app/helpers/groups_helper.rb".freeze, "app/helpers/parties_helper.rb".freeze, "app/helpers/periods_helper.rb".freeze, "app/helpers/search_helper.rb".freeze, "app/helpers/tasks_helper.rb".freeze, "app/helpers/user_helper.rb".freeze, "app/helpers/works_helper.rb".freeze, "app/models".freeze, "app/models/backlog.rb".freeze, "app/models/chart.rb".freeze, "app/models/estimate.rb".freeze, "app/models/group.rb".freeze, "app/models/party.rb".freeze, "app/models/period.rb".freeze, "app/models/search_result.rb".freeze, "app/models/task.rb".freeze, "app/models/user.rb".freeze, "app/models/user_notify.rb".freeze, "app/models/work.rb".freeze, "app/views".freeze, "app/views/backlogs".freeze, "app/views/backlogs/_form.rhtml".freeze, "app/views/backlogs/_name_list.rhtml".freeze, "app/views/backlogs/_tasks.rhtml".freeze, "app/views/backlogs/edit.rhtml".freeze, "app/views/backlogs/list.rhtml".freeze, "app/views/backlogs/new.rhtml".freeze, "app/views/backlogs/show.rhtml".freeze, "app/views/estimates".freeze, "app/views/groups".freeze, "app/views/groups/_form.rhtml".freeze, "app/views/groups/edit.rhtml".freeze, "app/views/groups/list.rhtml".freeze, "app/views/groups/new.rhtml".freeze, "app/views/layouts".freeze, "app/views/layouts/_headers.rhtml".freeze, "app/views/layouts/_left_top.rhtml".freeze, "app/views/layouts/mwrt002.rhtml".freeze, "app/views/layouts/wide.rhtml".freeze, "app/views/parties".freeze, "app/views/periods".freeze, "app/views/periods/_burn_down_chart.rhtml".freeze, "app/views/periods/_form.rhtml".freeze, "app/views/periods/_link.rhtml".freeze, "app/views/periods/_show_active.rhtml".freeze, "app/views/periods/_title.rhtml".freeze, "app/views/periods/edit.rhtml".freeze, "app/views/periods/new.rhtml".freeze, "app/views/periods/show.rhtml".freeze, "app/views/search".freeze, "app/views/search/results.html.erb".freeze, "app/views/tasks".freeze, "app/views/tasks/_backlog_header.rhtml".freeze, "app/views/tasks/_completed.rhtml".freeze, "app/views/tasks/_description_list.rhtml".freeze, "app/views/tasks/_fields_header.rhtml".freeze, "app/views/tasks/_form.rhtml".freeze, "app/views/tasks/_period_header.rhtml".freeze, "app/views/tasks/_task.rhtml".freeze, "app/views/tasks/edit.rhtml".freeze, "app/views/tasks/list.rhtml".freeze, "app/views/tasks/list_started.rhtml".freeze, "app/views/tasks/new.rhtml".freeze, "app/views/user".freeze, "app/views/user/_edit.rhtml".freeze, "app/views/user/_password.rhtml".freeze, "app/views/user/change_password.rhtml".freeze, "app/views/user/edit.rhtml".freeze, "app/views/user/forgot_password.rhtml".freeze, "app/views/user/login.rhtml".freeze, "app/views/user/logout.rhtml".freeze, "app/views/user/signup.rhtml".freeze, "app/views/user/welcome.rhtml".freeze, "app/views/user_notify".freeze, "app/views/user_notify/change_password_en.rhtml".freeze, "app/views/user_notify/change_password_no.rhtml".freeze, "app/views/user_notify/forgot_password_en.rhtml".freeze, "app/views/user_notify/forgot_password_no.rhtml".freeze, "app/views/user_notify/signup_en.rhtml".freeze, "app/views/user_notify/signup_no.rhtml".freeze, "app/views/works".freeze, "app/views/works/_buttons.rhtml".freeze, "app/views/works/_form.rhtml".freeze, "app/views/works/daily_work_sheet.rhtml".freeze, "app/views/works/edit.rhtml".freeze, "app/views/works/list.rhtml".freeze, "app/views/works/new.rhtml".freeze, "app/views/works/show.rhtml".freeze, "app/views/works/timeliste.rhtml".freeze, "app/views/works/weekly_work_sheet.rhtml".freeze, "bin".freeze, "bin/backlog".freeze, "bin/copy_production2development.rb".freeze, "components".freeze, "config".freeze, "config/boot.rb".freeze, "config/database.yml".freeze, "config/deploy.rb".freeze, "config/deploy_datek.rb".freeze, "config/deploy_kubosch.rb".freeze, "config/environment.rb".freeze, "config/environments".freeze, "config/environments/datek_production.rb".freeze, "config/environments/development.rb".freeze, "config/environments/development_mysql.rb".freeze, "config/environments/kubosch_production.rb".freeze, "config/environments/kubosch_production_mysql.rb".freeze, "config/environments/localization_environment.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/environments/user_environment.rb".freeze, "config/mime_types.yaml".freeze, "config/routes.rb".freeze, "cruise_config.rb".freeze, "db".freeze, "db/migrate".freeze, "db/migrate/001_create_tasks.rb".freeze, "db/migrate/002_create_backlogs.rb".freeze, "db/migrate/003_add_estimation_points.rb".freeze, "db/migrate/004_add_period.rb".freeze, "db/migrate/005_add_field_work_started_at.rb".freeze, "db/migrate/006_works_data_fix.rb".freeze, "db/migrate/007_add_task_created_at.rb".freeze, "db/migrate/008_add_backlog_options.rb".freeze, "db/migrate/009_add_subtasks.rb".freeze, "db/migrate/010_add_work_start.rb".freeze, "db/migrate/011_login_sugar.rb".freeze, "db/migrate/012_add_resolution.rb".freeze, "db/migrate/013_create_estimates.rb".freeze, "db/migrate/014_add_customer_option.rb".freeze, "db/migrate/015_add_user_option.rb".freeze, "db/migrate/016_add_invoicable_flag.rb".freeze, "db/migrate/017_insert_datek_projects.rb".freeze, "db/migrate/018_create_groups.rb".freeze, "db/migrate/019_remove_unique_index_for_period_position.rb".freeze, "db/schema.rb".freeze, "doc".freeze, "doc/classes".freeze, "doc/classes/APP.html".freeze, "doc/classes/ActiveRecord".freeze, "doc/classes/ActiveRecord.html".freeze, "doc/classes/ActiveRecord/Base.html".freeze, "doc/classes/ActiveRecord/Base.src".freeze, "doc/classes/ActiveRecord/Base.src/M000422.html".freeze, "doc/classes/ActiveRecord/Base.src/M000423.html".freeze, "doc/classes/ActiveRecord/Base.src/M000424.html".freeze, "doc/classes/ActiveRecord/Base.src/M000425.html".freeze, "doc/classes/ActiveRecord/Base.src/M000426.html".freeze, "doc/classes/ActiveRecord/Base.src/M000427.html".freeze, "doc/classes/ActiveRecord/Base.src/M000428.html".freeze, "doc/classes/ActiveRecord/Base.src/M000429.html".freeze, "doc/classes/ApplicationController.html".freeze, "doc/classes/ApplicationController.src".freeze, "doc/classes/ApplicationController.src/M000316.html".freeze, "doc/classes/ApplicationController.src/M000317.html".freeze, "doc/classes/ApplicationController.src/M000318.html".freeze, "doc/classes/ApplicationController.src/M000319.html".freeze, "doc/classes/ApplicationHelper.html".freeze, "doc/classes/ApplicationHelper.src".freeze, "doc/classes/ApplicationHelper.src/M000430.html".freeze, "doc/classes/ApplicationHelper.src/M000431.html".freeze, "doc/classes/ApplicationHelper.src/M000432.html".freeze, "doc/classes/ApplicationHelper.src/M000433.html".freeze, "doc/classes/ApplicationHelper.src/M000434.html".freeze, "doc/classes/ApplicationHelper.src/M000435.html".freeze, "doc/classes/ApplicationHelper.src/M000436.html".freeze, "doc/classes/ApplicationHelper.src/M000437.html".freeze, "doc/classes/ApplicationHelper.src/M000438.html".freeze, "doc/classes/ApplicationHelper.src/M000439.html".freeze, "doc/classes/ApplicationHelper.src/M000440.html".freeze, "doc/classes/ApplicationHelper.src/M000441.html".freeze, "doc/classes/ApplicationHelper.src/M000442.html".freeze, "doc/classes/ApplicationHelper.src/M000443.html".freeze, "doc/classes/ApplicationHelper.src/M000444.html".freeze, "doc/classes/ApplicationHelper.src/M000445.html".freeze, "doc/classes/ApplicationHelper.src/M000446.html".freeze, "doc/classes/ApplicationHelper.src/M000447.html".freeze, "doc/classes/Array.html".freeze, "doc/classes/Array.src".freeze, "doc/classes/Array.src/M000143.html".freeze, "doc/classes/Array.src/M000144.html".freeze, "doc/classes/Backlog.html".freeze, "doc/classes/Backlog.src".freeze, "doc/classes/Backlog.src/M000005.html".freeze, "doc/classes/Backlog.src/M000006.html".freeze, "doc/classes/Backlog.src/M000007.html".freeze, "doc/classes/Backlog.src/M000008.html".freeze, "doc/classes/Backlog.src/M000009.html".freeze, "doc/classes/Backlog.src/M000010.html".freeze, "doc/classes/Backlog.src/M000011.html".freeze, "doc/classes/Backlog.src/M000012.html".freeze, "doc/classes/Backlog.src/M000013.html".freeze, "doc/classes/Backlog.src/M000014.html".freeze, "doc/classes/Backlog.src/M000015.html".freeze, "doc/classes/Backlog.src/M000016.html".freeze, "doc/classes/BacklogsController.html".freeze, "doc/classes/BacklogsController.src".freeze, "doc/classes/BacklogsController.src/M000041.html".freeze, "doc/classes/BacklogsController.src/M000042.html".freeze, "doc/classes/BacklogsController.src/M000043.html".freeze, "doc/classes/BacklogsController.src/M000044.html".freeze, "doc/classes/BacklogsController.src/M000045.html".freeze, "doc/classes/BacklogsController.src/M000046.html".freeze, "doc/classes/BacklogsController.src/M000047.html".freeze, "doc/classes/BacklogsController.src/M000048.html".freeze, "doc/classes/BacklogsController.src/M000049.html".freeze, "doc/classes/BacklogsController.src/M000050.html".freeze, "doc/classes/BacklogsController.src/M000051.html".freeze, "doc/classes/BacklogsController.src/M000052.html".freeze, "doc/classes/BacklogsController.src/M000053.html".freeze, "doc/classes/BacklogsController.src/M000054.html".freeze, "doc/classes/BacklogsController.src/M000055.html".freeze, "doc/classes/BacklogsController.src/M000056.html".freeze, "doc/classes/BacklogsController.src/M000057.html".freeze, "doc/classes/BacklogsController.src/M000058.html".freeze, "doc/classes/BacklogsController.src/M000059.html".freeze, "doc/classes/BacklogsController.src/M000060.html".freeze, "doc/classes/BacklogsController.src/M000061.html".freeze, "doc/classes/BacklogsController.src/M000062.html".freeze, "doc/classes/BacklogsHelper.html".freeze, "doc/classes/BigDecimal.html".freeze, "doc/classes/BigDecimal.src".freeze, "doc/classes/BigDecimal.src/M000360.html".freeze, "doc/classes/BigDecimal.src/M000361.html".freeze, "doc/classes/Chart.html".freeze, "doc/classes/Clock.html".freeze, "doc/classes/Clock.src".freeze, "doc/classes/Clock.src/M000390.html".freeze, "doc/classes/Clock.src/M000391.html".freeze, "doc/classes/Clock.src/M000392.html".freeze, "doc/classes/Clock.src/M000393.html".freeze, "doc/classes/Clock.src/M000394.html".freeze, "doc/classes/Clock.src/M000395.html".freeze, "doc/classes/Estimate.html".freeze, "doc/classes/Estimate.src".freeze, "doc/classes/Estimate.src/M000396.html".freeze, "doc/classes/Estimate.src/M000397.html".freeze, "doc/classes/EstimatesController.html".freeze, "doc/classes/EstimatesController.src".freeze, "doc/classes/EstimatesController.src/M000388.html".freeze, "doc/classes/EstimatesController.src/M000389.html".freeze, "doc/classes/EstimatesHelper.html".freeze, "doc/classes/Group.html".freeze, "doc/classes/Group.src".freeze, "doc/classes/Group.src/M000097.html".freeze, "doc/classes/Group.src/M000098.html".freeze, "doc/classes/GroupsController.html".freeze, "doc/classes/GroupsController.src".freeze, "doc/classes/GroupsController.src/M000320.html".freeze, "doc/classes/GroupsController.src/M000321.html".freeze, "doc/classes/GroupsController.src/M000322.html".freeze, "doc/classes/GroupsController.src/M000323.html".freeze, "doc/classes/GroupsController.src/M000324.html".freeze, "doc/classes/GroupsController.src/M000325.html".freeze, "doc/classes/GroupsController.src/M000326.html".freeze, "doc/classes/GroupsController.src/M000327.html".freeze, "doc/classes/GroupsController.src/M000328.html".freeze, "doc/classes/GroupsController.src/M000329.html".freeze, "doc/classes/GroupsController.src/M000330.html".freeze, "doc/classes/GroupsController.src/M000331.html".freeze, "doc/classes/GroupsController.src/M000332.html".freeze, "doc/classes/GroupsController.src/M000333.html".freeze, "doc/classes/GroupsController.src/M000334.html".freeze, "doc/classes/GroupsController.src/M000335.html".freeze, "doc/classes/GroupsHelper.html".freeze, "doc/classes/Localization".freeze, "doc/classes/Localization.html".freeze, "doc/classes/Localization.src".freeze, "doc/classes/Localization.src/M000410.html".freeze, "doc/classes/Localization.src/M000411.html".freeze, "doc/classes/Localization.src/M000412.html".freeze, "doc/classes/Localization.src/M000413.html".freeze, "doc/classes/Localization.src/M000414.html".freeze, "doc/classes/Localization.src/M000415.html".freeze, "doc/classes/Localization/LString.html".freeze, "doc/classes/Localization/LString.src".freeze, "doc/classes/Localization/LString.src/M000416.html".freeze, "doc/classes/Localization/LString.src/M000417.html".freeze, "doc/classes/Localization/LString.src/M000418.html".freeze, "doc/classes/Localization/LString.src/M000419.html".freeze, "doc/classes/PartiesController.html".freeze, "doc/classes/PartiesController.src".freeze, "doc/classes/PartiesController.src/M000175.html".freeze, "doc/classes/PartiesController.src/M000176.html".freeze, "doc/classes/PartiesController.src/M000177.html".freeze, "doc/classes/PartiesController.src/M000178.html".freeze, "doc/classes/PartiesController.src/M000179.html".freeze, "doc/classes/PartiesController.src/M000180.html".freeze, "doc/classes/PartiesHelper.html".freeze, "doc/classes/Party.html".freeze, "doc/classes/Party.src".freeze, "doc/classes/Party.src/M000336.html".freeze, "doc/classes/Party.src/M000337.html".freeze, "doc/classes/Party.src/M000338.html".freeze, "doc/classes/Party.src/M000339.html".freeze, "doc/classes/Party.src/M000340.html".freeze, "doc/classes/Party.src/M000341.html".freeze, "doc/classes/Period.html".freeze, "doc/classes/Period.src".freeze, "doc/classes/Period.src/M000183.html".freeze, "doc/classes/Period.src/M000184.html".freeze, "doc/classes/Period.src/M000185.html".freeze, "doc/classes/Period.src/M000186.html".freeze, "doc/classes/Period.src/M000187.html".freeze, "doc/classes/Period.src/M000188.html".freeze, "doc/classes/Period.src/M000189.html".freeze, "doc/classes/Period.src/M000190.html".freeze, "doc/classes/Period.src/M000191.html".freeze, "doc/classes/Period.src/M000192.html".freeze, "doc/classes/Period.src/M000193.html".freeze, "doc/classes/Period.src/M000194.html".freeze, "doc/classes/Period.src/M000195.html".freeze, "doc/classes/Period.src/M000196.html".freeze, "doc/classes/Period.src/M000197.html".freeze, "doc/classes/Period.src/M000198.html".freeze, "doc/classes/Period.src/M000199.html".freeze, "doc/classes/Period.src/M000200.html".freeze, "doc/classes/Period.src/M000201.html".freeze, "doc/classes/Period.src/M000202.html".freeze, "doc/classes/Period.src/M000203.html".freeze, "doc/classes/Period.src/M000204.html".freeze, "doc/classes/Period.src/M000205.html".freeze, "doc/classes/Period.src/M000206.html".freeze, "doc/classes/Period.src/M000207.html".freeze, "doc/classes/Period.src/M000208.html".freeze, "doc/classes/Period.src/M000209.html".freeze, "doc/classes/Period.src/M000210.html".freeze, "doc/classes/Period.src/M000211.html".freeze, "doc/classes/Period.src/M000212.html".freeze, "doc/classes/Period.src/M000213.html".freeze, "doc/classes/Period.src/M000214.html".freeze, "doc/classes/Period.src/M000215.html".freeze, "doc/classes/Period.src/M000216.html".freeze, "doc/classes/Period.src/M000217.html".freeze, "doc/classes/Period.src/M000218.html".freeze, "doc/classes/Period.src/M000219.html".freeze, "doc/classes/Period.src/M000220.html".freeze, "doc/classes/Period.src/M000221.html".freeze, "doc/classes/Period.src/M000222.html".freeze, "doc/classes/Period.src/M000223.html".freeze, "doc/classes/Period.src/M000224.html".freeze, "doc/classes/Period.src/M000225.html".freeze, "doc/classes/Period.src/M000226.html".freeze, "doc/classes/Period.src/M000227.html".freeze, "doc/classes/Period.src/M000228.html".freeze, "doc/classes/Period.src/M000229.html".freeze, "doc/classes/Period.src/M000230.html".freeze, "doc/classes/Period.src/M000231.html".freeze, "doc/classes/Period.src/M000232.html".freeze, "doc/classes/Period.src/M000233.html".freeze, "doc/classes/Period.src/M000234.html".freeze, "doc/classes/Period.src/M000235.html".freeze, "doc/classes/Period.src/M000236.html".freeze, "doc/classes/PeriodsController.html".freeze, "doc/classes/PeriodsController.src".freeze, "doc/classes/PeriodsController.src/M000362.html".freeze, "doc/classes/PeriodsController.src/M000363.html".freeze, "doc/classes/PeriodsController.src/M000364.html".freeze, "doc/classes/PeriodsController.src/M000365.html".freeze, "doc/classes/PeriodsController.src/M000366.html".freeze, "doc/classes/PeriodsController.src/M000367.html".freeze, "doc/classes/PeriodsController.src/M000368.html".freeze, "doc/classes/PeriodsController.src/M000369.html".freeze, "doc/classes/PeriodsController.src/M000370.html".freeze, "doc/classes/PeriodsController.src/M000371.html".freeze, "doc/classes/PeriodsController.src/M000372.html".freeze, "doc/classes/PeriodsController.src/M000373.html".freeze, "doc/classes/PeriodsController.src/M000374.html".freeze, "doc/classes/PeriodsController.src/M000375.html".freeze, "doc/classes/PeriodsController.src/M000376.html".freeze, "doc/classes/PeriodsController.src/M000377.html".freeze, "doc/classes/PeriodsController.src/M000378.html".freeze, "doc/classes/PeriodsController.src/M000379.html".freeze, "doc/classes/PeriodsController.src/M000380.html".freeze, "doc/classes/PeriodsController.src/M000381.html".freeze, "doc/classes/PeriodsController.src/M000382.html".freeze, "doc/classes/PeriodsController.src/M000383.html".freeze, "doc/classes/PeriodsController.src/M000384.html".freeze, "doc/classes/PeriodsController.src/M000385.html".freeze, "doc/classes/PeriodsController.src/M000386.html".freeze, "doc/classes/PeriodsController.src/M000387.html".freeze, "doc/classes/PeriodsHelper.html".freeze, "doc/classes/SearchController.html".freeze, "doc/classes/SearchController.src".freeze, "doc/classes/SearchController.src/M000181.html".freeze, "doc/classes/SearchController.src/M000182.html".freeze, "doc/classes/SearchHelper.html".freeze, "doc/classes/SearchResult.html".freeze, "doc/classes/SearchResult.src".freeze, "doc/classes/SearchResult.src/M000237.html".freeze, "doc/classes/SearchResult.src/M000238.html".freeze, "doc/classes/Task.html".freeze, "doc/classes/Task.src".freeze, "doc/classes/Task.src/M000239.html".freeze, "doc/classes/Task.src/M000240.html".freeze, "doc/classes/Task.src/M000241.html".freeze, "doc/classes/Task.src/M000242.html".freeze, "doc/classes/Task.src/M000243.html".freeze, "doc/classes/Task.src/M000244.html".freeze, "doc/classes/Task.src/M000245.html".freeze, "doc/classes/Task.src/M000246.html".freeze, "doc/classes/Task.src/M000247.html".freeze, "doc/classes/Task.src/M000248.html".freeze, "doc/classes/Task.src/M000249.html".freeze, "doc/classes/Task.src/M000250.html".freeze, "doc/classes/Task.src/M000251.html".freeze, "doc/classes/Task.src/M000252.html".freeze, "doc/classes/Task.src/M000253.html".freeze, "doc/classes/Task.src/M000254.html".freeze, "doc/classes/Task.src/M000255.html".freeze, "doc/classes/Task.src/M000256.html".freeze, "doc/classes/Task.src/M000257.html".freeze, "doc/classes/Task.src/M000258.html".freeze, "doc/classes/Task.src/M000259.html".freeze, "doc/classes/Task.src/M000260.html".freeze, "doc/classes/Task.src/M000261.html".freeze, "doc/classes/Task.src/M000262.html".freeze, "doc/classes/Task.src/M000263.html".freeze, "doc/classes/Task.src/M000264.html".freeze, "doc/classes/Task.src/M000265.html".freeze, "doc/classes/Task.src/M000266.html".freeze, "doc/classes/Task.src/M000267.html".freeze, "doc/classes/Task.src/M000268.html".freeze, "doc/classes/Task.src/M000269.html".freeze, "doc/classes/Task.src/M000270.html".freeze, "doc/classes/Task.src/M000271.html".freeze, "doc/classes/Task.src/M000272.html".freeze, "doc/classes/Task.src/M000273.html".freeze, "doc/classes/Task.src/M000274.html".freeze, "doc/classes/Task.src/M000275.html".freeze, "doc/classes/Task.src/M000276.html".freeze, "doc/classes/Task.src/M000277.html".freeze, "doc/classes/Task.src/M000278.html".freeze, "doc/classes/Task.src/M000279.html".freeze, "doc/classes/Task.src/M000280.html".freeze, "doc/classes/Task.src/M000281.html".freeze, "doc/classes/Task.src/M000282.html".freeze, "doc/classes/Task.src/M000283.html".freeze, "doc/classes/Task.src/M000284.html".freeze, "doc/classes/Task.src/M000285.html".freeze, "doc/classes/Task.src/M000286.html".freeze, "doc/classes/Task.src/M000287.html".freeze, "doc/classes/Task.src/M000288.html".freeze, "doc/classes/Task.src/M000289.html".freeze, "doc/classes/Task.src/M000290.html".freeze, "doc/classes/Task.src/M000291.html".freeze, "doc/classes/Task.src/M000292.html".freeze, "doc/classes/Task.src/M000293.html".freeze, "doc/classes/Task.src/M000294.html".freeze, "doc/classes/Task.src/M000295.html".freeze, "doc/classes/Task.src/M000296.html".freeze, "doc/classes/Task.src/M000297.html".freeze, "doc/classes/Task.src/M000298.html".freeze, "doc/classes/Task.src/M000299.html".freeze, "doc/classes/Task.src/M000300.html".freeze, "doc/classes/Task.src/M000301.html".freeze, "doc/classes/Task.src/M000302.html".freeze, "doc/classes/Task.src/M000303.html".freeze, "doc/classes/Task.src/M000304.html".freeze, "doc/classes/Task.src/M000305.html".freeze, "doc/classes/Task.src/M000307.html".freeze, "doc/classes/Task.src/M000308.html".freeze, "doc/classes/Task.src/M000309.html".freeze, "doc/classes/Task.src/M000310.html".freeze, "doc/classes/Task.src/M000311.html".freeze, "doc/classes/Task.src/M000312.html".freeze, "doc/classes/Task.src/M000313.html".freeze, "doc/classes/Task.src/M000314.html".freeze, "doc/classes/Task.src/M000315.html".freeze, "doc/classes/TasksController.html".freeze, "doc/classes/TasksController.src".freeze, "doc/classes/TasksController.src/M000103.html".freeze, "doc/classes/TasksController.src/M000104.html".freeze, "doc/classes/TasksController.src/M000105.html".freeze, "doc/classes/TasksController.src/M000106.html".freeze, "doc/classes/TasksController.src/M000107.html".freeze, "doc/classes/TasksController.src/M000108.html".freeze, "doc/classes/TasksController.src/M000109.html".freeze, "doc/classes/TasksController.src/M000110.html".freeze, "doc/classes/TasksController.src/M000111.html".freeze, "doc/classes/TasksController.src/M000112.html".freeze, "doc/classes/TasksController.src/M000113.html".freeze, "doc/classes/TasksController.src/M000114.html".freeze, "doc/classes/TasksController.src/M000115.html".freeze, "doc/classes/TasksController.src/M000116.html".freeze, "doc/classes/TasksController.src/M000117.html".freeze, "doc/classes/TasksController.src/M000118.html".freeze, "doc/classes/TasksController.src/M000119.html".freeze, "doc/classes/TasksController.src/M000120.html".freeze, "doc/classes/TasksController.src/M000121.html".freeze, "doc/classes/TasksController.src/M000122.html".freeze, "doc/classes/TasksController.src/M000123.html".freeze, "doc/classes/TasksController.src/M000124.html".freeze, "doc/classes/TasksController.src/M000125.html".freeze, "doc/classes/TasksController.src/M000126.html".freeze, "doc/classes/TasksController.src/M000127.html".freeze, "doc/classes/TasksController.src/M000128.html".freeze, "doc/classes/TasksController.src/M000129.html".freeze, "doc/classes/TasksController.src/M000130.html".freeze, "doc/classes/TasksController.src/M000131.html".freeze, "doc/classes/TasksController.src/M000132.html".freeze, "doc/classes/TasksController.src/M000133.html".freeze, "doc/classes/TasksController.src/M000134.html".freeze, "doc/classes/TasksController.src/M000135.html".freeze, "doc/classes/TasksController.src/M000136.html".freeze, "doc/classes/TasksController.src/M000137.html".freeze, "doc/classes/TasksController.src/M000138.html".freeze, "doc/classes/TasksController.src/M000139.html".freeze, "doc/classes/TasksController.src/M000140.html".freeze, "doc/classes/TasksController.src/M000141.html".freeze, "doc/classes/TasksController.src/M000142.html".freeze, "doc/classes/TasksHelper.html".freeze, "doc/classes/Time.html".freeze, "doc/classes/Time.src".freeze, "doc/classes/Time.src/M000099.html".freeze, "doc/classes/Time.src/M000100.html".freeze, "doc/classes/Time.src/M000101.html".freeze, "doc/classes/Time.src/M000102.html".freeze, "doc/classes/User.html".freeze, "doc/classes/User.src".freeze, "doc/classes/User.src/M000145.html".freeze, "doc/classes/User.src/M000146.html".freeze, "doc/classes/User.src/M000147.html".freeze, "doc/classes/User.src/M000148.html".freeze, "doc/classes/User.src/M000149.html".freeze, "doc/classes/User.src/M000150.html".freeze, "doc/classes/User.src/M000151.html".freeze, "doc/classes/User.src/M000152.html".freeze, "doc/classes/User.src/M000153.html".freeze, "doc/classes/User.src/M000154.html".freeze, "doc/classes/User.src/M000155.html".freeze, "doc/classes/User.src/M000156.html".freeze, "doc/classes/User.src/M000157.html".freeze, "doc/classes/User.src/M000158.html".freeze, "doc/classes/User.src/M000159.html".freeze, "doc/classes/User.src/M000160.html".freeze, "doc/classes/User.src/M000161.html".freeze, "doc/classes/User.src/M000162.html".freeze, "doc/classes/User.src/M000163.html".freeze, "doc/classes/User.src/M000164.html".freeze, "doc/classes/User.src/M000165.html".freeze, "doc/classes/User.src/M000166.html".freeze, "doc/classes/User.src/M000167.html".freeze, "doc/classes/User.src/M000168.html".freeze, "doc/classes/User.src/M000169.html".freeze, "doc/classes/User.src/M000170.html".freeze, "doc/classes/User.src/M000171.html".freeze, "doc/classes/User.src/M000172.html".freeze, "doc/classes/User.src/M000173.html".freeze, "doc/classes/User.src/M000174.html".freeze, "doc/classes/UserController.html".freeze, "doc/classes/UserController.src".freeze, "doc/classes/UserController.src/M000017.html".freeze, "doc/classes/UserController.src/M000018.html".freeze, "doc/classes/UserController.src/M000019.html".freeze, "doc/classes/UserController.src/M000020.html".freeze, "doc/classes/UserController.src/M000021.html".freeze, "doc/classes/UserController.src/M000022.html".freeze, "doc/classes/UserController.src/M000023.html".freeze, "doc/classes/UserController.src/M000024.html".freeze, "doc/classes/UserController.src/M000025.html".freeze, "doc/classes/UserController.src/M000026.html".freeze, "doc/classes/UserController.src/M000027.html".freeze, "doc/classes/UserController.src/M000028.html".freeze, "doc/classes/UserController.src/M000029.html".freeze, "doc/classes/UserController.src/M000030.html".freeze, "doc/classes/UserController.src/M000031.html".freeze, "doc/classes/UserController.src/M000032.html".freeze, "doc/classes/UserController.src/M000033.html".freeze, "doc/classes/UserController.src/M000034.html".freeze, "doc/classes/UserController.src/M000035.html".freeze, "doc/classes/UserController.src/M000036.html".freeze, "doc/classes/UserController.src/M000037.html".freeze, "doc/classes/UserController.src/M000038.html".freeze, "doc/classes/UserController.src/M000039.html".freeze, "doc/classes/UserController.src/M000040.html".freeze, "doc/classes/UserHelper.html".freeze, "doc/classes/UserHelper.src".freeze, "doc/classes/UserHelper.src/M000398.html".freeze, "doc/classes/UserHelper.src/M000399.html".freeze, "doc/classes/UserHelper.src/M000400.html".freeze, "doc/classes/UserHelper.src/M000401.html".freeze, "doc/classes/UserHelper.src/M000402.html".freeze, "doc/classes/UserHelper.src/M000403.html".freeze, "doc/classes/UserHelper.src/M000404.html".freeze, "doc/classes/UserHelper.src/M000405.html".freeze, "doc/classes/UserHelper.src/M000406.html".freeze, "doc/classes/UserHelper.src/M000407.html".freeze, "doc/classes/UserHelper.src/M000408.html".freeze, "doc/classes/UserHelper.src/M000409.html".freeze, "doc/classes/UserNotify.html".freeze, "doc/classes/UserNotify.src".freeze, "doc/classes/UserNotify.src/M000089.html".freeze, "doc/classes/UserNotify.src/M000090.html".freeze, "doc/classes/UserNotify.src/M000091.html".freeze, "doc/classes/UserNotify.src/M000092.html".freeze, "doc/classes/UserNotify.src/M000093.html".freeze, "doc/classes/UserNotify.src/M000094.html".freeze, "doc/classes/UserNotify.src/M000095.html".freeze, "doc/classes/UserNotify.src/M000096.html".freeze, "doc/classes/UserSystem.html".freeze, "doc/classes/UserSystem.src".freeze, "doc/classes/UserSystem.src/M000448.html".freeze, "doc/classes/UserSystem.src/M000449.html".freeze, "doc/classes/UserSystem.src/M000450.html".freeze, "doc/classes/UserSystem.src/M000451.html".freeze, "doc/classes/UserSystem.src/M000452.html".freeze, "doc/classes/UserSystem.src/M000453.html".freeze, "doc/classes/UserSystem.src/M000454.html".freeze, "doc/classes/UserSystem.src/M000455.html".freeze, "doc/classes/UserSystem.src/M000456.html".freeze, "doc/classes/UserSystem.src/M000457.html".freeze, "doc/classes/UserSystem.src/M000458.html".freeze, "doc/classes/UserSystem.src/M000459.html".freeze, "doc/classes/Work.html".freeze, "doc/classes/Work.src".freeze, "doc/classes/Work.src/M000342.html".freeze, "doc/classes/Work.src/M000343.html".freeze, "doc/classes/Work.src/M000344.html".freeze, "doc/classes/Work.src/M000345.html".freeze, "doc/classes/Work.src/M000346.html".freeze, "doc/classes/Work.src/M000347.html".freeze, "doc/classes/Work.src/M000348.html".freeze, "doc/classes/Work.src/M000349.html".freeze, "doc/classes/Work.src/M000350.html".freeze, "doc/classes/Work.src/M000351.html".freeze, "doc/classes/Work.src/M000352.html".freeze, "doc/classes/Work.src/M000353.html".freeze, "doc/classes/Work.src/M000354.html".freeze, "doc/classes/Work.src/M000355.html".freeze, "doc/classes/Work.src/M000356.html".freeze, "doc/classes/Work.src/M000357.html".freeze, "doc/classes/Work.src/M000358.html".freeze, "doc/classes/Work.src/M000359.html".freeze, "doc/classes/WorksController.html".freeze, "doc/classes/WorksController.src".freeze, "doc/classes/WorksController.src/M000063.html".freeze, "doc/classes/WorksController.src/M000064.html".freeze, "doc/classes/WorksController.src/M000065.html".freeze, "doc/classes/WorksController.src/M000066.html".freeze, "doc/classes/WorksController.src/M000067.html".freeze, "doc/classes/WorksController.src/M000068.html".freeze, "doc/classes/WorksController.src/M000069.html".freeze, "doc/classes/WorksController.src/M000070.html".freeze, "doc/classes/WorksController.src/M000071.html".freeze, "doc/classes/WorksController.src/M000072.html".freeze, "doc/classes/WorksController.src/M000073.html".freeze, "doc/classes/WorksController.src/M000074.html".freeze, "doc/classes/WorksController.src/M000075.html".freeze, "doc/classes/WorksController.src/M000076.html".freeze, "doc/classes/WorksController.src/M000077.html".freeze, "doc/classes/WorksController.src/M000078.html".freeze, "doc/classes/WorksController.src/M000079.html".freeze, "doc/classes/WorksController.src/M000080.html".freeze, "doc/classes/WorksController.src/M000081.html".freeze, "doc/classes/WorksController.src/M000082.html".freeze, "doc/classes/WorksController.src/M000083.html".freeze, "doc/classes/WorksController.src/M000084.html".freeze, "doc/classes/WorksController.src/M000085.html".freeze, "doc/classes/WorksController.src/M000086.html".freeze, "doc/classes/WorksController.src/M000087.html".freeze, "doc/classes/WorksController.src/M000088.html".freeze, "doc/classes/WorksHelper.html".freeze, "doc/classes/WorksHelper.src".freeze, "doc/classes/WorksHelper.src/M000420.html".freeze, "doc/classes/WorksHelper.src/M000421.html".freeze, "doc/created.rid".freeze, "doc/dot".freeze, "doc/dot/f_0.dot".freeze, "doc/dot/f_0.png".freeze, "doc/dot/f_1.dot".freeze, "doc/dot/f_1.png".freeze, "doc/dot/f_2.dot".freeze, "doc/dot/f_2.png".freeze, "doc/dot/f_24.dot".freeze, "doc/dot/f_24.png".freeze, "doc/dot/f_25.dot".freeze, "doc/dot/f_25.png".freeze, "doc/dot/f_26.dot".freeze, "doc/dot/f_26.png".freeze, "doc/dot/f_27.dot".freeze, "doc/dot/f_27.png".freeze, "doc/dot/f_28.dot".freeze, "doc/dot/f_28.png".freeze, "doc/dot/f_29.dot".freeze, "doc/dot/f_29.png".freeze, "doc/dot/f_3.dot".freeze, "doc/dot/f_3.png".freeze, "doc/dot/f_30.dot".freeze, "doc/dot/f_30.png".freeze, "doc/dot/f_31.dot".freeze, "doc/dot/f_31.png".freeze, "doc/dot/f_32.dot".freeze, "doc/dot/f_32.png".freeze, "doc/dot/f_33.dot".freeze, "doc/dot/f_33.png".freeze, "doc/dot/f_4.dot".freeze, "doc/dot/f_4.png".freeze, "doc/dot/f_44.dot".freeze, "doc/dot/f_44.png".freeze, "doc/dot/f_45.dot".freeze, "doc/dot/f_45.png".freeze, "doc/dot/f_46.dot".freeze, "doc/dot/f_46.png".freeze, "doc/dot/f_47.dot".freeze, "doc/dot/f_47.png".freeze, "doc/dot/f_48.dot".freeze, "doc/dot/f_48.png".freeze, "doc/dot/f_49.dot".freeze, "doc/dot/f_49.png".freeze, "doc/dot/f_5.dot".freeze, "doc/dot/f_5.png".freeze, "doc/dot/f_50.dot".freeze, "doc/dot/f_50.png".freeze, "doc/dot/f_51.dot".freeze, "doc/dot/f_51.png".freeze, "doc/dot/f_52.dot".freeze, "doc/dot/f_52.png".freeze, "doc/dot/f_53.dot".freeze, "doc/dot/f_53.png".freeze, "doc/dot/f_6.dot".freeze, "doc/dot/f_6.png".freeze, "doc/dot/f_64.dot".freeze, "doc/dot/f_64.png".freeze, "doc/dot/f_65.dot".freeze, "doc/dot/f_65.png".freeze, "doc/dot/f_66.dot".freeze, "doc/dot/f_66.png".freeze, "doc/dot/f_67.dot".freeze, "doc/dot/f_67.png".freeze, "doc/dot/f_68.dot".freeze, "doc/dot/f_68.png".freeze, "doc/dot/f_69.dot".freeze, "doc/dot/f_69.png".freeze, "doc/dot/f_7.dot".freeze, "doc/dot/f_7.png".freeze, "doc/dot/f_70.dot".freeze, "doc/dot/f_70.png".freeze, "doc/dot/f_71.dot".freeze, "doc/dot/f_71.png".freeze, "doc/dot/f_72.dot".freeze, "doc/dot/f_72.png".freeze, "doc/dot/f_73.dot".freeze, "doc/dot/f_73.png".freeze, "doc/dot/f_74.dot".freeze, "doc/dot/f_74.png".freeze, "doc/dot/m_48_0.dot".freeze, "doc/dot/m_48_0.png".freeze, "doc/files".freeze, "doc/files/History_txt.html".freeze, "doc/files/README_txt.html".freeze, "doc/files/app".freeze, "doc/files/app/controllers".freeze, "doc/files/app/controllers/application_rb.html".freeze, "doc/files/app/controllers/backlogs_controller_rb.html".freeze, "doc/files/app/controllers/estimates_controller_rb.html".freeze, "doc/files/app/controllers/groups_controller_rb.html".freeze, "doc/files/app/controllers/parties_controller_rb.html".freeze, "doc/files/app/controllers/periods_controller_rb.html".freeze, "doc/files/app/controllers/search_controller_rb.html".freeze, "doc/files/app/controllers/tasks_controller_rb.html".freeze, "doc/files/app/controllers/user_controller_rb.html".freeze, "doc/files/app/controllers/works_controller_rb.html".freeze, "doc/files/app/helpers".freeze, "doc/files/app/helpers/application_helper_rb.html".freeze, "doc/files/app/helpers/backlogs_helper_rb.html".freeze, "doc/files/app/helpers/estimates_helper_rb.html".freeze, "doc/files/app/helpers/groups_helper_rb.html".freeze, "doc/files/app/helpers/parties_helper_rb.html".freeze, "doc/files/app/helpers/periods_helper_rb.html".freeze, "doc/files/app/helpers/search_helper_rb.html".freeze, "doc/files/app/helpers/tasks_helper_rb.html".freeze, "doc/files/app/helpers/user_helper_rb.html".freeze, "doc/files/app/helpers/works_helper_rb.html".freeze, "doc/files/app/models".freeze, "doc/files/app/models/backlog_rb.html".freeze, "doc/files/app/models/chart_rb.html".freeze, "doc/files/app/models/estimate_rb.html".freeze, "doc/files/app/models/group_rb.html".freeze, "doc/files/app/models/party_rb.html".freeze, "doc/files/app/models/period_rb.html".freeze, "doc/files/app/models/search_result_rb.html".freeze, "doc/files/app/models/task_rb.html".freeze, "doc/files/app/models/user_notify_rb.html".freeze, "doc/files/app/models/user_rb.html".freeze, "doc/files/app/models/work_rb.html".freeze, "doc/files/bin".freeze, "doc/files/bin/backlog.html".freeze, "doc/files/bin/backlog.src".freeze, "doc/files/bin/backlog.src/M000003.html".freeze, "doc/files/bin/backlog.src/M000004.html".freeze, "doc/files/bin/copy_production2development_rb.html".freeze, "doc/files/bin/copy_production2development_rb.src".freeze, "doc/files/bin/copy_production2development_rb.src/M000001.html".freeze, "doc/files/bin/copy_production2development_rb.src/M000002.html".freeze, "doc/files/lib".freeze, "doc/files/lib/array_helper_rb.html".freeze, "doc/files/lib/backlog.html".freeze, "doc/files/lib/big_decimal_yaml_fix_rb.html".freeze, "doc/files/lib/class_table_inheritance_rb.html".freeze, "doc/files/lib/clock_rb.html".freeze, "doc/files/lib/localization_rb.html".freeze, "doc/files/lib/tasks".freeze, "doc/files/lib/tasks/backup_rake.html".freeze, "doc/files/lib/tasks/capistrano_rake.html".freeze, "doc/files/lib/user_system_rb.html".freeze, "doc/files/lib/version_from_history_rb.html".freeze, "doc/files/public".freeze, "doc/files/public/robots_txt.html".freeze, "doc/files/vendor".freeze, "doc/files/vendor/rails".freeze, "doc/files/vendor/rails/railties".freeze, "doc/files/vendor/rails/railties/html".freeze, "doc/files/vendor/rails/railties/html/robots_txt.html".freeze, "doc/fr_class_index.html".freeze, "doc/fr_file_index.html".freeze, "doc/fr_method_index.html".freeze, "doc/index.html".freeze, "doc/rdoc-style.css".freeze, "etc".freeze, "etc/backlog.conf".freeze, "lang".freeze, "lang/en.yaml".freeze, "lang/localizations.yaml".freeze, "lang/no.yaml".freeze, "lib".freeze, "lib/array_helper.rb".freeze, "lib/backlog".freeze, "lib/big_decimal_yaml_fix.rb".freeze, "lib/class_table_inheritance.rb".freeze, "lib/clock.rb".freeze, "lib/localization.rb".freeze, "lib/tasks".freeze, "lib/tasks/backup.rake".freeze, "lib/tasks/capistrano.rake".freeze, "lib/user_system.rb".freeze, "lib/version_from_history.rb".freeze, "public".freeze, "public/404.html".freeze, "public/500.html".freeze, "public/dispatch.cgi".freeze, "public/dispatch.fcgi".freeze, "public/dispatch.rb".freeze, "public/favicon.ico".freeze, "public/images".freeze, "public/images/add.png".freeze, "public/images/add.svg".freeze, "public/images/appunti_architetto_franc_01.svg".freeze, "public/images/arrow07_2.png".freeze, "public/images/arrow07_4.png".freeze, "public/images/arrow_down.png".freeze, "public/images/arrow_down.svg".freeze, "public/images/arrow_left.png".freeze, "public/images/arrow_left.svg".freeze, "public/images/arrow_right.png".freeze, "public/images/arrow_right.svg".freeze, "public/images/arrow_up.png".freeze, "public/images/arrow_up.svg".freeze, "public/images/blank.jpg".freeze, "public/images/cestino_pieno_architetto_01.svg".freeze, "public/images/checkmark.png".freeze, "public/images/checkmark_org.png".freeze, "public/images/clipboard.png".freeze, "public/images/clipboard.svg".freeze, "public/images/construction_hammer_jon__01.svg".freeze, "public/images/eraser.png".freeze, "public/images/eraser_org.png".freeze, "public/images/ernes_stop.png".freeze, "public/images/ernes_stop_org.png".freeze, "public/images/group.png".freeze, "public/images/hammer.png".freeze, "public/images/header.jpg".freeze, "public/images/pagebak.jpg".freeze, "public/images/paper3.svg".freeze, "public/images/period.png".freeze, "public/images/period_org.png".freeze, "public/images/person.org.png".freeze, "public/images/question.svg".freeze, "public/images/rails.png".freeze, "public/images/rmagick.gif".freeze, "public/images/rmagick_270.gif".freeze, "public/images/tabella_architetto_franc_01.svg".freeze, "public/images/user.png".freeze, "public/javascripts".freeze, "public/javascripts/application.js".freeze, "public/javascripts/controls.js".freeze, "public/javascripts/dragdrop.js".freeze, "public/javascripts/effects.js".freeze, "public/javascripts/prototype.js".freeze, "public/javascripts/zapatec".freeze, "public/javascripts/zapatec/utils".freeze, "public/javascripts/zapatec/utils/transport.js".freeze, "public/javascripts/zapatec/utils/utils.js".freeze, "public/javascripts/zapatec/utils/zapatec.js".freeze, "public/javascripts/zapatec/utils/zpeventdriven.js".freeze, "public/javascripts/zapatec/utils/zpwidget.js".freeze, "public/javascripts/zapatec/zpcal".freeze, "public/javascripts/zapatec/zpcal/lang".freeze, "public/javascripts/zapatec/zpcal/lang/calendar-no.js".freeze, "public/javascripts/zapatec/zpcal/src".freeze, "public/javascripts/zapatec/zpcal/src/calendar-core.js".freeze, "public/javascripts/zapatec/zpcal/src/calendar-date-core.js".freeze, "public/javascripts/zapatec/zpcal/src/calendar-setup.js".freeze, "public/javascripts/zapatec/zpcal/src/calendar.js".freeze, "public/robots.txt".freeze, "public/stylesheets".freeze, "public/stylesheets/backlog.css".freeze, "public/stylesheets/mwrt002.css".freeze, "public/stylesheets/mwrt002MAC.css".freeze, "public/stylesheets/mwrt002NN.css".freeze, "public/stylesheets/user.css".freeze, "public/stylesheets/zpcal".freeze, "public/stylesheets/zpcal/themes".freeze, "public/stylesheets/zpcal/themes/green.css".freeze, "public/stylesheets/zpcal/themes/layouts".freeze, "public/stylesheets/zpcal/themes/layouts/layout-2d.css".freeze, "public/stylesheets/zpcal/themes/layouts/layout-common.css".freeze, "public/stylesheets/zpcal/themes/menuarrow.gif".freeze, "public/stylesheets/zpcal/themes/scroller-down.gif".freeze, "public/stylesheets/zpcal/themes/scroller-up.gif".freeze, "script".freeze, "script/about".freeze, "script/breakpointer".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/performance".freeze, "script/performance/benchmarker".freeze, "script/performance/profiler".freeze, "script/plugin".freeze, "script/process".freeze, "script/process/inspector".freeze, "script/process/reaper".freeze, "script/process/spawner".freeze, "script/runner".freeze, "script/server".freeze, "test".freeze, "test/fixtures".freeze, "test/fixtures/backlogs.yml".freeze, "test/fixtures/estimates.yml".freeze, "test/fixtures/groups.yml".freeze, "test/fixtures/groups_users.yml".freeze, "test/fixtures/parties.yml".freeze, "test/fixtures/periods.yml".freeze, "test/fixtures/tasks.yml".freeze, "test/fixtures/users.yml".freeze, "test/fixtures/works.yml".freeze, "test/functional".freeze, "test/functional/backlogs_controller_test.rb".freeze, "test/functional/estimates_controller_test.rb".freeze, "test/functional/groups_controller_test.rb".freeze, "test/functional/parties_controller_test.rb".freeze, "test/functional/periods_controller_test.rb".freeze, "test/functional/search_controller_test.rb".freeze, "test/functional/tasks_controller_test.rb".freeze, "test/functional/user_controller_test.rb".freeze, "test/functional/works_controller_test.rb".freeze, "test/integration".freeze, "test/integration/user_system_test.rb".freeze, "test/mocks".freeze, "test/mocks/development".freeze, "test/mocks/test".freeze, "test/mocks/test/clock.rb".freeze, "test/mocks/test/user_notify.rb".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/big_decimal_yaml_fix_test.rb".freeze, "test/unit/estimate_test.rb".freeze, "test/unit/group_test.rb".freeze, "test/unit/localization_test.rb".freeze, "test/unit/period_test.rb".freeze, "test/unit/task_test.rb".freeze, "test/unit/user_test.rb".freeze, "test/unit/work_test.rb".freeze, "vendor".freeze, "vendor/plugins".freeze, "vendor/plugins/activerecord_foreign_key_extensions".freeze, "vendor/plugins/activerecord_foreign_key_extensions/init.rb".freeze, "vendor/plugins/activerecord_foreign_key_extensions/lib".freeze, "vendor/plugins/activerecord_foreign_key_extensions/lib/active_record_extensions.rb".freeze, "vendor/plugins/assert_cookie".freeze, "vendor/plugins/assert_cookie/MIT-LICENSE".freeze, "vendor/plugins/assert_cookie/README".freeze, "vendor/plugins/assert_cookie/Rakefile".freeze, "vendor/plugins/assert_cookie/init.rb".freeze, "vendor/plugins/assert_cookie/lib".freeze, "vendor/plugins/assert_cookie/lib/assert_cookie.rb".freeze, "vendor/plugins/assert_cookie/meta.yml".freeze, "vendor/plugins/assert_cookie/test".freeze, "vendor/plugins/assert_cookie/test/test_assert_cookie.rb".freeze, "vendor/plugins/assert_cookie/test/test_helper.rb".freeze, "vendor/plugins/foreign_key_migrations".freeze, "vendor/plugins/foreign_key_migrations/CHANGELOG".freeze, "vendor/plugins/foreign_key_migrations/MIT-LICENSE".freeze, "vendor/plugins/foreign_key_migrations/README".freeze, "vendor/plugins/foreign_key_migrations/init.rb".freeze, "vendor/plugins/foreign_key_migrations/install.rb".freeze, "vendor/plugins/foreign_key_migrations/lib".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations.rb".freeze, "vendor/plugins/redhillonrails_core".freeze, "vendor/plugins/redhillonrails_core/CHANGELOG".freeze, "vendor/plugins/redhillonrails_core/MIT-LICENSE".freeze, "vendor/plugins/redhillonrails_core/README".freeze, "vendor/plugins/redhillonrails_core/init.rb".freeze, "vendor/plugins/redhillonrails_core/lib".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core.rb".freeze, "vendor/rails".freeze, "vendor/rails/REVISION_6747".freeze, "vendor/rails/actionmailer".freeze, "vendor/rails/actionmailer/CHANGELOG".freeze, "vendor/rails/actionmailer/MIT-LICENSE".freeze, "vendor/rails/actionmailer/README".freeze, "vendor/rails/actionmailer/Rakefile".freeze, "vendor/rails/actionmailer/install.rb".freeze, "vendor/rails/actionmailer/lib".freeze, "vendor/rails/actionmailer/lib/action_mailer".freeze, "vendor/rails/actionmailer/lib/action_mailer.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/base.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/helpers.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/part.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/part_container.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/quoting.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/test_helper.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/utils.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/text".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/text/format.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/address.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/attachments.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/base64.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/config.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/encode.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/facade.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/info.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/loader.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mail.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mailbox.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mbox.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/net.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/obsolete.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/parser.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/port.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/quoting.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/scanner.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/scanner_r.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/stringio.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/tmail.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/utils.rb".freeze, "vendor/rails/actionmailer/lib/action_mailer/version.rb".freeze, "vendor/rails/actionmailer/test".freeze, "vendor/rails/actionmailer/test/abstract_unit.rb".freeze, "vendor/rails/actionmailer/test/fixtures".freeze, "vendor/rails/actionmailer/test/fixtures/first_mailer".freeze, "vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb".freeze, "vendor/rails/actionmailer/test/fixtures/first_mailer/share.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb".freeze, "vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/helpers".freeze, "vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb".freeze, "vendor/rails/actionmailer/test/fixtures/path.with.dots".freeze, "vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer".freeze, "vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb".freeze, "vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email10".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email11".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email12".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email13".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email2".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email3".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email4".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email5".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email6".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email7".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email8".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email9".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment".freeze, "vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject".freeze, "vendor/rails/actionmailer/test/fixtures/second_mailer".freeze, "vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb".freeze, "vendor/rails/actionmailer/test/fixtures/second_mailer/share.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/templates".freeze, "vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb".freeze, "vendor/rails/actionmailer/test/fixtures/templates/signed_up.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.rhtml".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb".freeze, "vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml".freeze, "vendor/rails/actionmailer/test/mail_helper_test.rb".freeze, "vendor/rails/actionmailer/test/mail_render_test.rb".freeze, "vendor/rails/actionmailer/test/mail_service_test.rb".freeze, "vendor/rails/actionmailer/test/quoting_test.rb".freeze, "vendor/rails/actionmailer/test/test_helper_test.rb".freeze, "vendor/rails/actionmailer/test/tmail_test.rb".freeze, "vendor/rails/actionmailer/test/url_test.rb".freeze, "vendor/rails/actionpack".freeze, "vendor/rails/actionpack/CHANGELOG".freeze, "vendor/rails/actionpack/MIT-LICENSE".freeze, "vendor/rails/actionpack/README".freeze, "vendor/rails/actionpack/RUNNING_UNIT_TESTS".freeze, "vendor/rails/actionpack/Rakefile".freeze, "vendor/rails/actionpack/examples".freeze, "vendor/rails/actionpack/examples/address_book".freeze, "vendor/rails/actionpack/examples/address_book/index.erb".freeze, "vendor/rails/actionpack/examples/address_book/index.rhtml".freeze, "vendor/rails/actionpack/examples/address_book/layout.erb".freeze, "vendor/rails/actionpack/examples/address_book/layout.rhtml".freeze, "vendor/rails/actionpack/examples/address_book_controller.cgi".freeze, "vendor/rails/actionpack/examples/address_book_controller.fcgi".freeze, "vendor/rails/actionpack/examples/address_book_controller.rb".freeze, "vendor/rails/actionpack/examples/address_book_controller.rbx".freeze, "vendor/rails/actionpack/examples/benchmark.rb".freeze, "vendor/rails/actionpack/examples/benchmark_with_ar.fcgi".freeze, "vendor/rails/actionpack/examples/blog_controller.cgi".freeze, "vendor/rails/actionpack/examples/debate".freeze, "vendor/rails/actionpack/examples/debate/index.erb".freeze, "vendor/rails/actionpack/examples/debate/index.rhtml".freeze, "vendor/rails/actionpack/examples/debate/new_topic.erb".freeze, "vendor/rails/actionpack/examples/debate/new_topic.rhtml".freeze, "vendor/rails/actionpack/examples/debate/topic.erb".freeze, "vendor/rails/actionpack/examples/debate/topic.rhtml".freeze, "vendor/rails/actionpack/examples/debate_controller.cgi".freeze, "vendor/rails/actionpack/install.rb".freeze, "vendor/rails/actionpack/lib".freeze, "vendor/rails/actionpack/lib/action_controller".freeze, "vendor/rails/actionpack/lib/action_controller.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions".freeze, "vendor/rails/actionpack/lib/action_controller/assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb".freeze, "vendor/rails/actionpack/lib/action_controller/base.rb".freeze, "vendor/rails/actionpack/lib/action_controller/benchmarking.rb".freeze, "vendor/rails/actionpack/lib/action_controller/caching.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext/parameters.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cgi_process.rb".freeze, "vendor/rails/actionpack/lib/action_controller/components.rb".freeze, "vendor/rails/actionpack/lib/action_controller/cookies.rb".freeze, "vendor/rails/actionpack/lib/action_controller/filters.rb".freeze, "vendor/rails/actionpack/lib/action_controller/flash.rb".freeze, "vendor/rails/actionpack/lib/action_controller/helpers.rb".freeze, "vendor/rails/actionpack/lib/action_controller/http_authentication.rb".freeze, "vendor/rails/actionpack/lib/action_controller/integration.rb".freeze, "vendor/rails/actionpack/lib/action_controller/layout.rb".freeze, "vendor/rails/actionpack/lib/action_controller/macros".freeze, "vendor/rails/actionpack/lib/action_controller/macros/auto_complete.rb".freeze, "vendor/rails/actionpack/lib/action_controller/macros/in_place_editing.rb".freeze, "vendor/rails/actionpack/lib/action_controller/mime_responds.rb".freeze, "vendor/rails/actionpack/lib/action_controller/mime_type.rb".freeze, "vendor/rails/actionpack/lib/action_controller/mime_types.rb".freeze, "vendor/rails/actionpack/lib/action_controller/pagination.rb".freeze, "vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb".freeze, "vendor/rails/actionpack/lib/action_controller/record_identifier.rb".freeze, "vendor/rails/actionpack/lib/action_controller/request.rb".freeze, "vendor/rails/actionpack/lib/action_controller/rescue.rb".freeze, "vendor/rails/actionpack/lib/action_controller/resources.rb".freeze, "vendor/rails/actionpack/lib/action_controller/response.rb".freeze, "vendor/rails/actionpack/lib/action_controller/routing.rb".freeze, "vendor/rails/actionpack/lib/action_controller/scaffolding.rb".freeze, "vendor/rails/actionpack/lib/action_controller/session".freeze, "vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb".freeze, "vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb".freeze, "vendor/rails/actionpack/lib/action_controller/session/drb_server.rb".freeze, "vendor/rails/actionpack/lib/action_controller/session/drb_store.rb".freeze, "vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb".freeze, "vendor/rails/actionpack/lib/action_controller/session_management.rb".freeze, "vendor/rails/actionpack/lib/action_controller/status_codes.rb".freeze, "vendor/rails/actionpack/lib/action_controller/streaming.rb".freeze, "vendor/rails/actionpack/lib/action_controller/templates".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/edit.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/edit.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/layout.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/list.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/list.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/new.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/new.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/show.erb".freeze, "vendor/rails/actionpack/lib/action_controller/templates/scaffolds/show.rhtml".freeze, "vendor/rails/actionpack/lib/action_controller/test_process.rb".freeze, "vendor/rails/actionpack/lib/action_controller/url_rewriter.rb".freeze, "vendor/rails/actionpack/lib/action_controller/vendor".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb".freeze, "vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb".freeze, "vendor/rails/actionpack/lib/action_controller/verification.rb".freeze, "vendor/rails/actionpack/lib/action_pack".freeze, "vendor/rails/actionpack/lib/action_pack.rb".freeze, "vendor/rails/actionpack/lib/action_pack/version.rb".freeze, "vendor/rails/actionpack/lib/action_view".freeze, "vendor/rails/actionpack/lib/action_view.rb".freeze, "vendor/rails/actionpack/lib/action_view/base.rb".freeze, "vendor/rails/actionpack/lib/action_view/compiled_templates.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers".freeze, "vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/java_script_macros_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/javascripts".freeze, "vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js".freeze, "vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js".freeze, "vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js".freeze, "vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js".freeze, "vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/pagination_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb".freeze, "vendor/rails/actionpack/lib/action_view/partials.rb".freeze, "vendor/rails/actionpack/lib/action_view/template_error.rb".freeze, "vendor/rails/actionpack/test".freeze, "vendor/rails/actionpack/test/abstract_unit.rb".freeze, "vendor/rails/actionpack/test/active_record_unit.rb".freeze, "vendor/rails/actionpack/test/activerecord".freeze, "vendor/rails/actionpack/test/activerecord/active_record_store_test.rb".freeze, "vendor/rails/actionpack/test/activerecord/pagination_test.rb".freeze, "vendor/rails/actionpack/test/controller".freeze, "vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb".freeze, "vendor/rails/actionpack/test/controller/addresses_render_test.rb".freeze, "vendor/rails/actionpack/test/controller/assert_select_test.rb".freeze, "vendor/rails/actionpack/test/controller/base_test.rb".freeze, "vendor/rails/actionpack/test/controller/benchmark_test.rb".freeze, "vendor/rails/actionpack/test/controller/caching_test.rb".freeze, "vendor/rails/actionpack/test/controller/capture_test.rb".freeze, "vendor/rails/actionpack/test/controller/cgi_test.rb".freeze, "vendor/rails/actionpack/test/controller/components_test.rb".freeze, "vendor/rails/actionpack/test/controller/content_type_test.rb".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/app".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/vendor".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib".freeze, "vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb".freeze, "vendor/rails/actionpack/test/controller/cookie_test.rb".freeze, "vendor/rails/actionpack/test/controller/custom_handler_test.rb".freeze, "vendor/rails/actionpack/test/controller/deprecation".freeze, "vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb".freeze, "vendor/rails/actionpack/test/controller/fake_controllers.rb".freeze, "vendor/rails/actionpack/test/controller/filter_params_test.rb".freeze, "vendor/rails/actionpack/test/controller/filters_test.rb".freeze, "vendor/rails/actionpack/test/controller/flash_test.rb".freeze, "vendor/rails/actionpack/test/controller/fragment_store_setting_test.rb".freeze, "vendor/rails/actionpack/test/controller/helper_test.rb".freeze, "vendor/rails/actionpack/test/controller/html-scanner".freeze, "vendor/rails/actionpack/test/controller/html-scanner/document_test.rb".freeze, "vendor/rails/actionpack/test/controller/html-scanner/node_test.rb".freeze, "vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb".freeze, "vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb".freeze, "vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb".freeze, "vendor/rails/actionpack/test/controller/http_authentication_test.rb".freeze, "vendor/rails/actionpack/test/controller/integration_test.rb".freeze, "vendor/rails/actionpack/test/controller/layout_test.rb".freeze, "vendor/rails/actionpack/test/controller/mime_responds_test.rb".freeze, "vendor/rails/actionpack/test/controller/mime_type_test.rb".freeze, "vendor/rails/actionpack/test/controller/new_render_test.rb".freeze, "vendor/rails/actionpack/test/controller/raw_post_test.rb".freeze, "vendor/rails/actionpack/test/controller/record_identifier_test.rb".freeze, "vendor/rails/actionpack/test/controller/redirect_test.rb".freeze, "vendor/rails/actionpack/test/controller/render_test.rb".freeze, "vendor/rails/actionpack/test/controller/request_test.rb".freeze, "vendor/rails/actionpack/test/controller/rescue_test.rb".freeze, "vendor/rails/actionpack/test/controller/resources_test.rb".freeze, "vendor/rails/actionpack/test/controller/routing_test.rb".freeze, "vendor/rails/actionpack/test/controller/selector_test.rb".freeze, "vendor/rails/actionpack/test/controller/send_file_test.rb".freeze, "vendor/rails/actionpack/test/controller/session".freeze, "vendor/rails/actionpack/test/controller/session/cookie_store_test.rb".freeze, "vendor/rails/actionpack/test/controller/session_management_test.rb".freeze, "vendor/rails/actionpack/test/controller/test_test.rb".freeze, "vendor/rails/actionpack/test/controller/url_rewriter_test.rb".freeze, "vendor/rails/actionpack/test/controller/verification_test.rb".freeze, "vendor/rails/actionpack/test/controller/view_paths_test.rb".freeze, "vendor/rails/actionpack/test/controller/webservice_test.rb".freeze, "vendor/rails/actionpack/test/fixtures".freeze, "vendor/rails/actionpack/test/fixtures/addresses".freeze, "vendor/rails/actionpack/test/fixtures/addresses/list.erb".freeze, "vendor/rails/actionpack/test/fixtures/addresses/list.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/companies.yml".freeze, "vendor/rails/actionpack/test/fixtures/company.rb".freeze, "vendor/rails/actionpack/test/fixtures/content_type".freeze, "vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs".freeze, "vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml".freeze, "vendor/rails/actionpack/test/fixtures/db_definitions".freeze, "vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql".freeze, "vendor/rails/actionpack/test/fixtures/developer.rb".freeze, "vendor/rails/actionpack/test/fixtures/developers.yml".freeze, "vendor/rails/actionpack/test/fixtures/developers_projects.yml".freeze, "vendor/rails/actionpack/test/fixtures/fun".freeze, "vendor/rails/actionpack/test/fixtures/fun/games".freeze, "vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb".freeze, "vendor/rails/actionpack/test/fixtures/fun/games/hello_world.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/helpers".freeze, "vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb".freeze, "vendor/rails/actionpack/test/fixtures/helpers/fun".freeze, "vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb".freeze, "vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/views".freeze, "vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/layouts".freeze, "vendor/rails/actionpack/test/fixtures/layouts/builder.builder".freeze, "vendor/rails/actionpack/test/fixtures/layouts/builder.rxml".freeze, "vendor/rails/actionpack/test/fixtures/layouts/standard.erb".freeze, "vendor/rails/actionpack/test/fixtures/layouts/standard.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb".freeze, "vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/layouts/yield.erb".freeze, "vendor/rails/actionpack/test/fixtures/layouts/yield.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/multipart".freeze, "vendor/rails/actionpack/test/fixtures/multipart/binary_file".freeze, "vendor/rails/actionpack/test/fixtures/multipart/large_text_file".freeze, "vendor/rails/actionpack/test/fixtures/multipart/mixed_files".freeze, "vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg".freeze, "vendor/rails/actionpack/test/fixtures/multipart/single_parameter".freeze, "vendor/rails/actionpack/test/fixtures/multipart/text_file".freeze, "vendor/rails/actionpack/test/fixtures/override".freeze, "vendor/rails/actionpack/test/fixtures/override/test".freeze, "vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb".freeze, "vendor/rails/actionpack/test/fixtures/override/test/hello_world.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/project.rb".freeze, "vendor/rails/actionpack/test/fixtures/projects.yml".freeze, "vendor/rails/actionpack/test/fixtures/public".freeze, "vendor/rails/actionpack/test/fixtures/public/404.html".freeze, "vendor/rails/actionpack/test/fixtures/public/500.html".freeze, "vendor/rails/actionpack/test/fixtures/public/images".freeze, "vendor/rails/actionpack/test/fixtures/public/images/rails.png".freeze, "vendor/rails/actionpack/test/fixtures/public/javascripts".freeze, "vendor/rails/actionpack/test/fixtures/public/javascripts/application.js".freeze, "vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js".freeze, "vendor/rails/actionpack/test/fixtures/public/javascripts/cache".freeze, "vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js".freeze, "vendor/rails/actionpack/test/fixtures/public/stylesheets".freeze, "vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css".freeze, "vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css".freeze, "vendor/rails/actionpack/test/fixtures/replies.yml".freeze, "vendor/rails/actionpack/test/fixtures/reply.rb".freeze, "vendor/rails/actionpack/test/fixtures/respond_to".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/layouts".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs".freeze, "vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder".freeze, "vendor/rails/actionpack/test/fixtures/scope".freeze, "vendor/rails/actionpack/test/fixtures/scope/test".freeze, "vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb".freeze, "vendor/rails/actionpack/test/fixtures/scope/test/modgreet.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test".freeze, "vendor/rails/actionpack/test/fixtures/test/_customer.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_customer.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_customer_greeting.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/_hash_object.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_hash_object.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/_hello.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/_hello.rxml".freeze, "vendor/rails/actionpack/test/fixtures/test/_partial.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_partial.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_partial.js.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_partial.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/_partial_only.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_partial_only.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/_person.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/_person.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/block_content_for.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/block_content_for.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/capturing.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/capturing.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/content_for.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/content_for.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs".freeze, "vendor/rails/actionpack/test/fixtures/test/dot.directory".freeze, "vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs".freeze, "vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/erb_content_for.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/greeting.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/greeting.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/hello.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/hello.rxml".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world.rxml".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world_container.rxml".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/hello_xml_world.rxml".freeze, "vendor/rails/actionpack/test/fixtures/test/list.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/list.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder".freeze, "vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.rxml".freeze, "vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/potential_conflicts.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/render_to_string_test.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb".freeze, "vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.rhtml".freeze, "vendor/rails/actionpack/test/fixtures/topic.rb".freeze, "vendor/rails/actionpack/test/fixtures/topics.yml".freeze, "vendor/rails/actionpack/test/template".freeze, "vendor/rails/actionpack/test/template/active_record_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/asset_tag_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/benchmark_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/compiled_templates_test.rb".freeze, "vendor/rails/actionpack/test/template/date_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/form_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/form_options_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/form_tag_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/java_script_macros_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/javascript_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/number_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/prototype_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/tag_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/text_helper_test.rb".freeze, "vendor/rails/actionpack/test/template/url_helper_test.rb".freeze, "vendor/rails/actionpack/test/testing_sandbox.rb".freeze, "vendor/rails/activerecord".freeze, "vendor/rails/activerecord/CHANGELOG".freeze, "vendor/rails/activerecord/MIT-LICENSE".freeze, "vendor/rails/activerecord/README".freeze, "vendor/rails/activerecord/RUNNING_UNIT_TESTS".freeze, "vendor/rails/activerecord/Rakefile".freeze, "vendor/rails/activerecord/benchmarks".freeze, "vendor/rails/activerecord/benchmarks/benchmark.rb".freeze, "vendor/rails/activerecord/benchmarks/mysql_benchmark.rb".freeze, "vendor/rails/activerecord/examples".freeze, "vendor/rails/activerecord/examples/associations.png".freeze, "vendor/rails/activerecord/examples/associations.rb".freeze, "vendor/rails/activerecord/examples/shared_setup.rb".freeze, "vendor/rails/activerecord/examples/validation.rb".freeze, "vendor/rails/activerecord/install.rb".freeze, "vendor/rails/activerecord/lib".freeze, "vendor/rails/activerecord/lib/active_record".freeze, "vendor/rails/activerecord/lib/active_record.rb".freeze, "vendor/rails/activerecord/lib/active_record/acts".freeze, "vendor/rails/activerecord/lib/active_record/acts/list.rb".freeze, "vendor/rails/activerecord/lib/active_record/acts/nested_set.rb".freeze, "vendor/rails/activerecord/lib/active_record/acts/tree.rb".freeze, "vendor/rails/activerecord/lib/active_record/aggregations.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations".freeze, "vendor/rails/activerecord/lib/active_record/associations.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/association_collection.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb".freeze, "vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb".freeze, "vendor/rails/activerecord/lib/active_record/attribute_methods.rb".freeze, "vendor/rails/activerecord/lib/active_record/base.rb".freeze, "vendor/rails/activerecord/lib/active_record/calculations.rb".freeze, "vendor/rails/activerecord/lib/active_record/callbacks.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/db2_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/firebird_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/oracle_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/sqlserver_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/connection_adapters/sybase_adapter.rb".freeze, "vendor/rails/activerecord/lib/active_record/deprecated_associations.rb".freeze, "vendor/rails/activerecord/lib/active_record/deprecated_finders.rb".freeze, "vendor/rails/activerecord/lib/active_record/fixtures.rb".freeze, "vendor/rails/activerecord/lib/active_record/locking".freeze, "vendor/rails/activerecord/lib/active_record/locking/optimistic.rb".freeze, "vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb".freeze, "vendor/rails/activerecord/lib/active_record/migration.rb".freeze, "vendor/rails/activerecord/lib/active_record/observer.rb".freeze, "vendor/rails/activerecord/lib/active_record/query_cache.rb".freeze, "vendor/rails/activerecord/lib/active_record/reflection.rb".freeze, "vendor/rails/activerecord/lib/active_record/schema.rb".freeze, "vendor/rails/activerecord/lib/active_record/schema_dumper.rb".freeze, "vendor/rails/activerecord/lib/active_record/timestamp.rb".freeze, "vendor/rails/activerecord/lib/active_record/transactions.rb".freeze, "vendor/rails/activerecord/lib/active_record/validations.rb".freeze, "vendor/rails/activerecord/lib/active_record/vendor".freeze, "vendor/rails/activerecord/lib/active_record/vendor/db2.rb".freeze, "vendor/rails/activerecord/lib/active_record/vendor/mysql.rb".freeze, "vendor/rails/activerecord/lib/active_record/version.rb".freeze, "vendor/rails/activerecord/lib/active_record/wrappers".freeze, "vendor/rails/activerecord/lib/active_record/wrappers/yaml_wrapper.rb".freeze, "vendor/rails/activerecord/lib/active_record/wrappings.rb".freeze, "vendor/rails/activerecord/lib/active_record/xml_serialization.rb".freeze, "vendor/rails/activerecord/test".freeze, "vendor/rails/activerecord/test/aaa_create_tables_test.rb".freeze, "vendor/rails/activerecord/test/abstract_unit.rb".freeze, "vendor/rails/activerecord/test/active_schema_test_mysql.rb".freeze, "vendor/rails/activerecord/test/adapter_test.rb".freeze, "vendor/rails/activerecord/test/adapter_test_sqlserver.rb".freeze, "vendor/rails/activerecord/test/aggregations_test.rb".freeze, "vendor/rails/activerecord/test/all.sh".freeze, "vendor/rails/activerecord/test/ar_schema_test.rb".freeze, "vendor/rails/activerecord/test/association_inheritance_reload.rb".freeze, "vendor/rails/activerecord/test/associations".freeze, "vendor/rails/activerecord/test/associations/callbacks_test.rb".freeze, "vendor/rails/activerecord/test/associations/cascaded_eager_loading_test.rb".freeze, "vendor/rails/activerecord/test/associations/eager_singularization_test.rb".freeze, "vendor/rails/activerecord/test/associations/eager_test.rb".freeze, "vendor/rails/activerecord/test/associations/extension_test.rb".freeze, "vendor/rails/activerecord/test/associations/join_model_test.rb".freeze, "vendor/rails/activerecord/test/associations_test.rb".freeze, "vendor/rails/activerecord/test/attribute_methods_test.rb".freeze, "vendor/rails/activerecord/test/base_test.rb".freeze, "vendor/rails/activerecord/test/binary_test.rb".freeze, "vendor/rails/activerecord/test/calculations_test.rb".freeze, "vendor/rails/activerecord/test/callbacks_test.rb".freeze, "vendor/rails/activerecord/test/class_inheritable_attributes_test.rb".freeze, "vendor/rails/activerecord/test/column_alias_test.rb".freeze, "vendor/rails/activerecord/test/connection_test_firebird.rb".freeze, "vendor/rails/activerecord/test/connections".freeze, "vendor/rails/activerecord/test/connections/native_db2".freeze, "vendor/rails/activerecord/test/connections/native_db2/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_firebird".freeze, "vendor/rails/activerecord/test/connections/native_firebird/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_frontbase".freeze, "vendor/rails/activerecord/test/connections/native_frontbase/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_mysql".freeze, "vendor/rails/activerecord/test/connections/native_mysql/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_openbase".freeze, "vendor/rails/activerecord/test/connections/native_openbase/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_oracle".freeze, "vendor/rails/activerecord/test/connections/native_oracle/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_postgresql".freeze, "vendor/rails/activerecord/test/connections/native_postgresql/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_sqlite".freeze, "vendor/rails/activerecord/test/connections/native_sqlite/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_sqlite3".freeze, "vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_sqlserver".freeze, "vendor/rails/activerecord/test/connections/native_sqlserver/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_sqlserver_odbc".freeze, "vendor/rails/activerecord/test/connections/native_sqlserver_odbc/connection.rb".freeze, "vendor/rails/activerecord/test/connections/native_sybase".freeze, "vendor/rails/activerecord/test/connections/native_sybase/connection.rb".freeze, "vendor/rails/activerecord/test/copy_table_test_sqlite.rb".freeze, "vendor/rails/activerecord/test/datatype_test_postgresql.rb".freeze, "vendor/rails/activerecord/test/default_test_firebird.rb".freeze, "vendor/rails/activerecord/test/defaults_test.rb".freeze, "vendor/rails/activerecord/test/deprecated_associations_test.rb".freeze, "vendor/rails/activerecord/test/deprecated_finder_test.rb".freeze, "vendor/rails/activerecord/test/empty_date_time_test.rb".freeze, "vendor/rails/activerecord/test/finder_test.rb".freeze, "vendor/rails/activerecord/test/fixtures".freeze, "vendor/rails/activerecord/test/fixtures/accounts.yml".freeze, "vendor/rails/activerecord/test/fixtures/all".freeze, "vendor/rails/activerecord/test/fixtures/all/developers.yml".freeze, "vendor/rails/activerecord/test/fixtures/all/people.csv".freeze, "vendor/rails/activerecord/test/fixtures/all/tasks.yml".freeze, "vendor/rails/activerecord/test/fixtures/author.rb".freeze, "vendor/rails/activerecord/test/fixtures/author_favorites.yml".freeze, "vendor/rails/activerecord/test/fixtures/authors.yml".freeze, "vendor/rails/activerecord/test/fixtures/auto_id.rb".freeze, "vendor/rails/activerecord/test/fixtures/bad_fixtures".freeze, "vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_numeric_first_char".freeze, "vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_spaces".freeze, "vendor/rails/activerecord/test/fixtures/bad_fixtures/blank_line".freeze, "vendor/rails/activerecord/test/fixtures/bad_fixtures/duplicate_attributes".freeze, "vendor/rails/activerecord/test/fixtures/bad_fixtures/missing_value".freeze, "vendor/rails/activerecord/test/fixtures/binary.rb".freeze, "vendor/rails/activerecord/test/fixtures/categories".freeze, "vendor/rails/activerecord/test/fixtures/categories.yml".freeze, "vendor/rails/activerecord/test/fixtures/categories/special_categories.yml".freeze, "vendor/rails/activerecord/test/fixtures/categories/subsubdir".freeze, "vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml".freeze, "vendor/rails/activerecord/test/fixtures/categories_ordered.yml".freeze, "vendor/rails/activerecord/test/fixtures/categories_posts.yml".freeze, "vendor/rails/activerecord/test/fixtures/categorization.rb".freeze, "vendor/rails/activerecord/test/fixtures/categorizations.yml".freeze, "vendor/rails/activerecord/test/fixtures/category.rb".freeze, "vendor/rails/activerecord/test/fixtures/column_name.rb".freeze, "vendor/rails/activerecord/test/fixtures/comment.rb".freeze, "vendor/rails/activerecord/test/fixtures/comments.yml".freeze, "vendor/rails/activerecord/test/fixtures/companies.yml".freeze, "vendor/rails/activerecord/test/fixtures/company.rb".freeze, "vendor/rails/activerecord/test/fixtures/company_in_module.rb".freeze, "vendor/rails/activerecord/test/fixtures/computer.rb".freeze, "vendor/rails/activerecord/test/fixtures/computers.yml".freeze, "vendor/rails/activerecord/test/fixtures/course.rb".freeze, "vendor/rails/activerecord/test/fixtures/courses.yml".freeze, "vendor/rails/activerecord/test/fixtures/customer.rb".freeze, "vendor/rails/activerecord/test/fixtures/customers.yml".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/db2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/db2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/db22.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/db22.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/firebird.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/firebird.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/mysql.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/mysql.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/mysql2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/mysql2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/openbase.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/openbase.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/oracle.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/oracle.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/schema.rb".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver2.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sybase.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sybase.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.drop.sql".freeze, "vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.sql".freeze, "vendor/rails/activerecord/test/fixtures/default.rb".freeze, "vendor/rails/activerecord/test/fixtures/developer.rb".freeze, "vendor/rails/activerecord/test/fixtures/developers.yml".freeze, "vendor/rails/activerecord/test/fixtures/developers_projects".freeze, "vendor/rails/activerecord/test/fixtures/developers_projects.yml".freeze, "vendor/rails/activerecord/test/fixtures/developers_projects/david_action_controller".freeze, "vendor/rails/activerecord/test/fixtures/developers_projects/david_active_record".freeze, "vendor/rails/activerecord/test/fixtures/developers_projects/jamis_active_record".freeze, "vendor/rails/activerecord/test/fixtures/edge.rb".freeze, "vendor/rails/activerecord/test/fixtures/edges.yml".freeze, "vendor/rails/activerecord/test/fixtures/entrant.rb".freeze, "vendor/rails/activerecord/test/fixtures/entrants.yml".freeze, "vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml".freeze, "vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml".freeze, "vendor/rails/activerecord/test/fixtures/flowers.jpg".freeze, "vendor/rails/activerecord/test/fixtures/funny_jokes.yml".freeze, "vendor/rails/activerecord/test/fixtures/joke.rb".freeze, "vendor/rails/activerecord/test/fixtures/keyboard.rb".freeze, "vendor/rails/activerecord/test/fixtures/legacy_thing.rb".freeze, "vendor/rails/activerecord/test/fixtures/legacy_things.yml".freeze, "vendor/rails/activerecord/test/fixtures/migrations".freeze, "vendor/rails/activerecord/test/fixtures/migrations/1_people_have_last_names.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations/2_we_need_reminders.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations/3_innocent_jointable.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_decimal".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_duplicate".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb".freeze, "vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb".freeze, "vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb".freeze, "vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml".freeze, "vendor/rails/activerecord/test/fixtures/mixin.rb".freeze, "vendor/rails/activerecord/test/fixtures/mixins.yml".freeze, "vendor/rails/activerecord/test/fixtures/movie.rb".freeze, "vendor/rails/activerecord/test/fixtures/movies.yml".freeze, "vendor/rails/activerecord/test/fixtures/naked".freeze, "vendor/rails/activerecord/test/fixtures/naked/csv".freeze, "vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv".freeze, "vendor/rails/activerecord/test/fixtures/naked/yml".freeze, "vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml".freeze, "vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml".freeze, "vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml".freeze, "vendor/rails/activerecord/test/fixtures/order.rb".freeze, "vendor/rails/activerecord/test/fixtures/people.yml".freeze, "vendor/rails/activerecord/test/fixtures/person.rb".freeze, "vendor/rails/activerecord/test/fixtures/post.rb".freeze, "vendor/rails/activerecord/test/fixtures/posts.yml".freeze, "vendor/rails/activerecord/test/fixtures/project.rb".freeze, "vendor/rails/activerecord/test/fixtures/projects.yml".freeze, "vendor/rails/activerecord/test/fixtures/reader.rb".freeze, "vendor/rails/activerecord/test/fixtures/readers.yml".freeze, "vendor/rails/activerecord/test/fixtures/reply.rb".freeze, "vendor/rails/activerecord/test/fixtures/subject.rb".freeze, "vendor/rails/activerecord/test/fixtures/subscriber.rb".freeze, "vendor/rails/activerecord/test/fixtures/subscribers".freeze, "vendor/rails/activerecord/test/fixtures/subscribers/first".freeze, "vendor/rails/activerecord/test/fixtures/subscribers/second".freeze, "vendor/rails/activerecord/test/fixtures/tag.rb".freeze, "vendor/rails/activerecord/test/fixtures/tagging.rb".freeze, "vendor/rails/activerecord/test/fixtures/taggings.yml".freeze, "vendor/rails/activerecord/test/fixtures/tags.yml".freeze, "vendor/rails/activerecord/test/fixtures/task.rb".freeze, "vendor/rails/activerecord/test/fixtures/tasks.yml".freeze, "vendor/rails/activerecord/test/fixtures/topic.rb".freeze, "vendor/rails/activerecord/test/fixtures/topics.yml".freeze, "vendor/rails/activerecord/test/fixtures/vertex.rb".freeze, "vendor/rails/activerecord/test/fixtures/vertices.yml".freeze, "vendor/rails/activerecord/test/fixtures_test.rb".freeze, "vendor/rails/activerecord/test/inheritance_test.rb".freeze, "vendor/rails/activerecord/test/lifecycle_test.rb".freeze, "vendor/rails/activerecord/test/locking_test.rb".freeze, "vendor/rails/activerecord/test/method_scoping_test.rb".freeze, "vendor/rails/activerecord/test/migration_test.rb".freeze, "vendor/rails/activerecord/test/migration_test_firebird.rb".freeze, "vendor/rails/activerecord/test/mixin_nested_set_test.rb".freeze, "vendor/rails/activerecord/test/mixin_test.rb".freeze, "vendor/rails/activerecord/test/modules_test.rb".freeze, "vendor/rails/activerecord/test/multiple_db_test.rb".freeze, "vendor/rails/activerecord/test/pk_test.rb".freeze, "vendor/rails/activerecord/test/query_cache_test.rb".freeze, "vendor/rails/activerecord/test/readonly_test.rb".freeze, "vendor/rails/activerecord/test/reflection_test.rb".freeze, "vendor/rails/activerecord/test/schema_authorization_test_postgresql.rb".freeze, "vendor/rails/activerecord/test/schema_dumper_test.rb".freeze, "vendor/rails/activerecord/test/schema_test_postgresql.rb".freeze, "vendor/rails/activerecord/test/synonym_test_oracle.rb".freeze, "vendor/rails/activerecord/test/table_name_test_sqlserver.rb".freeze, "vendor/rails/activerecord/test/threaded_connections_test.rb".freeze, "vendor/rails/activerecord/test/transactions_test.rb".freeze, "vendor/rails/activerecord/test/unconnected_test.rb".freeze, "vendor/rails/activerecord/test/validations_test.rb".freeze, "vendor/rails/activerecord/test/xml_serialization_test.rb".freeze, "vendor/rails/activeresource".freeze, "vendor/rails/activeresource/CHANGELOG".freeze, "vendor/rails/activeresource/MIT-LICENSE".freeze, "vendor/rails/activeresource/README".freeze, "vendor/rails/activeresource/Rakefile".freeze, "vendor/rails/activeresource/lib".freeze, "vendor/rails/activeresource/lib/active_resource".freeze, "vendor/rails/activeresource/lib/active_resource.rb".freeze, "vendor/rails/activeresource/lib/active_resource/base.rb".freeze, "vendor/rails/activeresource/lib/active_resource/connection.rb".freeze, "vendor/rails/activeresource/lib/active_resource/custom_methods.rb".freeze, "vendor/rails/activeresource/lib/active_resource/http_mock.rb".freeze, "vendor/rails/activeresource/lib/active_resource/struct.rb".freeze, "vendor/rails/activeresource/lib/active_resource/validations.rb".freeze, "vendor/rails/activeresource/lib/active_resource/version.rb".freeze, "vendor/rails/activeresource/test".freeze, "vendor/rails/activeresource/test/abstract_unit.rb".freeze, "vendor/rails/activeresource/test/authorization_test.rb".freeze, "vendor/rails/activeresource/test/base".freeze, "vendor/rails/activeresource/test/base/custom_methods_test.rb".freeze, "vendor/rails/activeresource/test/base/equality_test.rb".freeze, "vendor/rails/activeresource/test/base/load_test.rb".freeze, "vendor/rails/activeresource/test/base_errors_test.rb".freeze, "vendor/rails/activeresource/test/base_test.rb".freeze, "vendor/rails/activeresource/test/connection_test.rb".freeze, "vendor/rails/activeresource/test/fixtures".freeze, "vendor/rails/activeresource/test/fixtures/beast.rb".freeze, "vendor/rails/activeresource/test/fixtures/person.rb".freeze, "vendor/rails/activeresource/test/fixtures/street_address.rb".freeze, "vendor/rails/activeresource/test/setter_trap.rb".freeze, "vendor/rails/activesupport".freeze, "vendor/rails/activesupport/CHANGELOG".freeze, "vendor/rails/activesupport/MIT-LICENSE".freeze, "vendor/rails/activesupport/README".freeze, "vendor/rails/activesupport/Rakefile".freeze, "vendor/rails/activesupport/install.rb".freeze, "vendor/rails/activesupport/lib".freeze, "vendor/rails/activesupport/lib/active_support".freeze, "vendor/rails/activesupport/lib/active_support.rb".freeze, "vendor/rails/activesupport/lib/active_support/caching_tools.rb".freeze, "vendor/rails/activesupport/lib/active_support/clean_logger.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext".freeze, "vendor/rails/activesupport/lib/active_support/core_ext.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/array".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/array.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/blank.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/cgi".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/class".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/class.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date_time".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/exception.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/file.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/integer".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/integer.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/logger.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/numeric".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/object".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/object.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/pathname".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/proc.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/range".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/range.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/test".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/test.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/test/difference.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/time".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/time.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb".freeze, "vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb".freeze, "vendor/rails/activesupport/lib/active_support/dependencies.rb".freeze, "vendor/rails/activesupport/lib/active_support/deprecation.rb".freeze, "vendor/rails/activesupport/lib/active_support/duration.rb".freeze, "vendor/rails/activesupport/lib/active_support/inflections.rb".freeze, "vendor/rails/activesupport/lib/active_support/inflector.rb".freeze, "vendor/rails/activesupport/lib/active_support/json".freeze, "vendor/rails/activesupport/lib/active_support/json.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/decoding.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/object.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/string.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/encoding.rb".freeze, "vendor/rails/activesupport/lib/active_support/json/variable.rb".freeze, "vendor/rails/activesupport/lib/active_support/multibyte".freeze, "vendor/rails/activesupport/lib/active_support/multibyte.rb".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/chars.rb".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/generators".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/handlers".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb".freeze, "vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb".freeze, "vendor/rails/activesupport/lib/active_support/option_merger.rb".freeze, "vendor/rails/activesupport/lib/active_support/ordered_options.rb".freeze, "vendor/rails/activesupport/lib/active_support/reloadable.rb".freeze, "vendor/rails/activesupport/lib/active_support/values".freeze, "vendor/rails/activesupport/lib/active_support/values/time_zone.rb".freeze, "vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat".freeze, "vendor/rails/activesupport/lib/active_support/vendor".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder.rb".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder/blankslate.rb".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder/xchar.rb".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder/xmlbase.rb".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder/xmlevents.rb".freeze, "vendor/rails/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb".freeze, "vendor/rails/activesupport/lib/active_support/vendor/xml_simple.rb".freeze, "vendor/rails/activesupport/lib/active_support/version.rb".freeze, "vendor/rails/activesupport/lib/active_support/whiny_nil.rb".freeze, "vendor/rails/activesupport/test".freeze, "vendor/rails/activesupport/test/abstract_unit.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/a".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/a/c".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/a/c/e".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/application.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/class_folder".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/e.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_folder".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb".freeze, "vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb".freeze, "vendor/rails/activesupport/test/caching_tools_test.rb".freeze, "vendor/rails/activesupport/test/clean_logger_test.rb".freeze, "vendor/rails/activesupport/test/core_ext".freeze, "vendor/rails/activesupport/test/core_ext/array_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/blank_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/class".freeze, "vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/class_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/date_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/duration_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/enumerable_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/exception_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/file_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/hash_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/integer_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/kernel_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/load_error_tests.rb".freeze, "vendor/rails/activesupport/test/core_ext/module".freeze, "vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default.rb".freeze, "vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/module_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/name_error_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/pathname_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/proc_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/range_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/string_ext_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/symbol_test.rb".freeze, "vendor/rails/activesupport/test/core_ext/time_ext_test.rb".freeze, "vendor/rails/activesupport/test/dependencies".freeze, "vendor/rails/activesupport/test/dependencies/check_warnings.rb".freeze, "vendor/rails/activesupport/test/dependencies/conflict.rb".freeze, "vendor/rails/activesupport/test/dependencies/cross_site_depender.rb".freeze, "vendor/rails/activesupport/test/dependencies/mutual_one.rb".freeze, "vendor/rails/activesupport/test/dependencies/mutual_two.rb".freeze, "vendor/rails/activesupport/test/dependencies/raises_exception.rb".freeze, "vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb".freeze, "vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb".freeze, "vendor/rails/activesupport/test/dependencies/service_one.rb".freeze, "vendor/rails/activesupport/test/dependencies/service_two.rb".freeze, "vendor/rails/activesupport/test/dependencies_test.rb".freeze, "vendor/rails/activesupport/test/deprecation_test.rb".freeze, "vendor/rails/activesupport/test/inflector_test.rb".freeze, "vendor/rails/activesupport/test/json".freeze, "vendor/rails/activesupport/test/json/decoding_test.rb".freeze, "vendor/rails/activesupport/test/json/encoding_test.rb".freeze, "vendor/rails/activesupport/test/multibyte_chars_test.rb".freeze, "vendor/rails/activesupport/test/multibyte_conformance.rb".freeze, "vendor/rails/activesupport/test/multibyte_handler_test.rb".freeze, "vendor/rails/activesupport/test/option_merger_test.rb".freeze, "vendor/rails/activesupport/test/ordered_options_test.rb".freeze, "vendor/rails/activesupport/test/reloadable_test.rb".freeze, "vendor/rails/activesupport/test/test_test.rb".freeze, "vendor/rails/activesupport/test/time_zone_test.rb".freeze, "vendor/rails/activesupport/test/whiny_nil_test.rb".freeze, "vendor/rails/railties".freeze, "vendor/rails/railties/CHANGELOG".freeze, "vendor/rails/railties/MIT-LICENSE".freeze, "vendor/rails/railties/README".freeze, "vendor/rails/railties/Rakefile".freeze, "vendor/rails/railties/bin".freeze, "vendor/rails/railties/bin/about".freeze, "vendor/rails/railties/bin/console".freeze, "vendor/rails/railties/bin/destroy".freeze, "vendor/rails/railties/bin/generate".freeze, "vendor/rails/railties/bin/performance".freeze, "vendor/rails/railties/bin/performance/benchmarker".freeze, "vendor/rails/railties/bin/performance/profiler".freeze, "vendor/rails/railties/bin/plugin".freeze, "vendor/rails/railties/bin/process".freeze, "vendor/rails/railties/bin/process/inspector".freeze, "vendor/rails/railties/bin/process/reaper".freeze, "vendor/rails/railties/bin/process/spawner".freeze, "vendor/rails/railties/bin/rails".freeze, "vendor/rails/railties/bin/runner".freeze, "vendor/rails/railties/bin/server".freeze, "vendor/rails/railties/builtin".freeze, "vendor/rails/railties/builtin/rails_info".freeze, "vendor/rails/railties/builtin/rails_info/rails".freeze, "vendor/rails/railties/builtin/rails_info/rails/info.rb".freeze, "vendor/rails/railties/builtin/rails_info/rails/info_controller.rb".freeze, "vendor/rails/railties/builtin/rails_info/rails/info_helper.rb".freeze, "vendor/rails/railties/builtin/rails_info/rails_info_controller.rb".freeze, "vendor/rails/railties/configs".freeze, "vendor/rails/railties/configs/apache.conf".freeze, "vendor/rails/railties/configs/databases".freeze, "vendor/rails/railties/configs/databases/frontbase.yml".freeze, "vendor/rails/railties/configs/databases/mysql.yml".freeze, "vendor/rails/railties/configs/databases/oracle.yml".freeze, "vendor/rails/railties/configs/databases/postgresql.yml".freeze, "vendor/rails/railties/configs/databases/sqlite2.yml".freeze, "vendor/rails/railties/configs/databases/sqlite3.yml".freeze, "vendor/rails/railties/configs/empty.log".freeze, "vendor/rails/railties/configs/initializers".freeze, "vendor/rails/railties/configs/initializers/inflections.rb".freeze, "vendor/rails/railties/configs/initializers/mime_types.rb".freeze, "vendor/rails/railties/configs/lighttpd.conf".freeze, "vendor/rails/railties/configs/routes.rb".freeze, "vendor/rails/railties/dispatches".freeze, "vendor/rails/railties/dispatches/dispatch.fcgi".freeze, "vendor/rails/railties/dispatches/dispatch.rb".freeze, "vendor/rails/railties/dispatches/gateway.cgi".freeze, "vendor/rails/railties/doc".freeze, "vendor/rails/railties/doc/README_FOR_APP".freeze, "vendor/rails/railties/environments".freeze, "vendor/rails/railties/environments/boot.rb".freeze, "vendor/rails/railties/environments/development.rb".freeze, "vendor/rails/railties/environments/environment.rb".freeze, "vendor/rails/railties/environments/production.rb".freeze, "vendor/rails/railties/environments/test.rb".freeze, "vendor/rails/railties/fresh_rakefile".freeze, "vendor/rails/railties/helpers".freeze, "vendor/rails/railties/helpers/application.rb".freeze, "vendor/rails/railties/helpers/application_helper.rb".freeze, "vendor/rails/railties/helpers/test_helper.rb".freeze, "vendor/rails/railties/html".freeze, "vendor/rails/railties/html/404.html".freeze, "vendor/rails/railties/html/500.html".freeze, "vendor/rails/railties/html/favicon.ico".freeze, "vendor/rails/railties/html/images".freeze, "vendor/rails/railties/html/images/rails.png".freeze, "vendor/rails/railties/html/index.html".freeze, "vendor/rails/railties/html/javascripts".freeze, "vendor/rails/railties/html/javascripts/application.js".freeze, "vendor/rails/railties/html/javascripts/controls.js".freeze, "vendor/rails/railties/html/javascripts/dragdrop.js".freeze, "vendor/rails/railties/html/javascripts/effects.js".freeze, "vendor/rails/railties/html/javascripts/prototype.js".freeze, "vendor/rails/railties/html/robots.txt".freeze, "vendor/rails/railties/lib".freeze, "vendor/rails/railties/lib/code_statistics.rb".freeze, "vendor/rails/railties/lib/commands".freeze, "vendor/rails/railties/lib/commands.rb".freeze, "vendor/rails/railties/lib/commands/about.rb".freeze, "vendor/rails/railties/lib/commands/console.rb".freeze, "vendor/rails/railties/lib/commands/destroy.rb".freeze, "vendor/rails/railties/lib/commands/generate.rb".freeze, "vendor/rails/railties/lib/commands/ncgi".freeze, "vendor/rails/railties/lib/commands/ncgi/listener".freeze, "vendor/rails/railties/lib/commands/ncgi/tracker".freeze, "vendor/rails/railties/lib/commands/performance".freeze, "vendor/rails/railties/lib/commands/performance/benchmarker.rb".freeze, "vendor/rails/railties/lib/commands/performance/profiler.rb".freeze, "vendor/rails/railties/lib/commands/plugin.rb".freeze, "vendor/rails/railties/lib/commands/process".freeze, "vendor/rails/railties/lib/commands/process/inspector.rb".freeze, "vendor/rails/railties/lib/commands/process/reaper.rb".freeze, "vendor/rails/railties/lib/commands/process/spawner.rb".freeze, "vendor/rails/railties/lib/commands/process/spinner.rb".freeze, "vendor/rails/railties/lib/commands/runner.rb".freeze, "vendor/rails/railties/lib/commands/server.rb".freeze, "vendor/rails/railties/lib/commands/servers".freeze, "vendor/rails/railties/lib/commands/servers/base.rb".freeze, "vendor/rails/railties/lib/commands/servers/lighttpd.rb".freeze, "vendor/rails/railties/lib/commands/servers/mongrel.rb".freeze, "vendor/rails/railties/lib/commands/servers/webrick.rb".freeze, "vendor/rails/railties/lib/commands/update.rb".freeze, "vendor/rails/railties/lib/console_app.rb".freeze, "vendor/rails/railties/lib/console_sandbox.rb".freeze, "vendor/rails/railties/lib/console_with_helpers.rb".freeze, "vendor/rails/railties/lib/dispatcher.rb".freeze, "vendor/rails/railties/lib/fcgi_handler.rb".freeze, "vendor/rails/railties/lib/initializer.rb".freeze, "vendor/rails/railties/lib/rails".freeze, "vendor/rails/railties/lib/rails/plugin".freeze, "vendor/rails/railties/lib/rails/plugin/loader.rb".freeze, "vendor/rails/railties/lib/rails/plugin/locator.rb".freeze, "vendor/rails/railties/lib/rails/version.rb".freeze, "vendor/rails/railties/lib/rails_generator".freeze, "vendor/rails/railties/lib/rails_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/base.rb".freeze, "vendor/rails/railties/lib/rails_generator/commands.rb".freeze, "vendor/rails/railties/lib/rails_generator/generated_attribute.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators".freeze, "vendor/rails/railties/lib/rails_generator/generators/applications".freeze, "vendor/rails/railties/lib/rails_generator/generators/applications/app".freeze, "vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/integration_test".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/migration".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/migration/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/observer".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/observer/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/fixtures.yml".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/migration.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/model.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/unit_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/fixtures.yml".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/migration.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/model.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/unit_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/session_migration".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service/USAGE".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates/api_definition.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates/controller.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates/functional_test.rb".freeze, "vendor/rails/railties/lib/rails_generator/generators/components/web_service/web_service_generator.rb".freeze, "vendor/rails/railties/lib/rails_generator/lookup.rb".freeze, "vendor/rails/railties/lib/rails_generator/manifest.rb".freeze, "vendor/rails/railties/lib/rails_generator/options.rb".freeze, "vendor/rails/railties/lib/rails_generator/scripts".freeze, "vendor/rails/railties/lib/rails_generator/scripts.rb".freeze, "vendor/rails/railties/lib/rails_generator/scripts/destroy.rb".freeze, "vendor/rails/railties/lib/rails_generator/scripts/generate.rb".freeze, "vendor/rails/railties/lib/rails_generator/scripts/update.rb".freeze, "vendor/rails/railties/lib/rails_generator/simple_logger.rb".freeze, "vendor/rails/railties/lib/rails_generator/spec.rb".freeze, "vendor/rails/railties/lib/railties_path.rb".freeze, "vendor/rails/railties/lib/ruby_version_check.rb".freeze, "vendor/rails/railties/lib/rubyprof_ext.rb".freeze, "vendor/rails/railties/lib/tasks".freeze, "vendor/rails/railties/lib/tasks/annotations.rake".freeze, "vendor/rails/railties/lib/tasks/databases.rake".freeze, "vendor/rails/railties/lib/tasks/documentation.rake".freeze, "vendor/rails/railties/lib/tasks/framework.rake".freeze, "vendor/rails/railties/lib/tasks/log.rake".freeze, "vendor/rails/railties/lib/tasks/misc.rake".freeze, "vendor/rails/railties/lib/tasks/pre_namespace_aliases.rake".freeze, "vendor/rails/railties/lib/tasks/rails.rb".freeze, "vendor/rails/railties/lib/tasks/statistics.rake".freeze, "vendor/rails/railties/lib/tasks/testing.rake".freeze, "vendor/rails/railties/lib/tasks/tmp.rake".freeze, "vendor/rails/railties/lib/test_help.rb".freeze, "vendor/rails/railties/lib/webrick_server.rb".freeze, "vendor/rails/railties/test".freeze, "vendor/rails/railties/test/abstract_unit.rb".freeze, "vendor/rails/railties/test/dispatcher_test.rb".freeze, "vendor/rails/railties/test/fcgi_dispatcher_test.rb".freeze, "vendor/rails/railties/test/fixtures".freeze, "vendor/rails/railties/test/fixtures/environment_with_constant.rb".freeze, "vendor/rails/railties/test/fixtures/lib".freeze, "vendor/rails/railties/test/fixtures/lib/generators".freeze, "vendor/rails/railties/test/fixtures/lib/generators/missing_class".freeze, "vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb".freeze, "vendor/rails/railties/test/fixtures/lib/generators/missing_class/templates".freeze, "vendor/rails/railties/test/fixtures/lib/generators/missing_generator".freeze, "vendor/rails/railties/test/fixtures/lib/generators/missing_generator/templates".freeze, "vendor/rails/railties/test/fixtures/lib/generators/missing_templates".freeze, "vendor/rails/railties/test/fixtures/lib/generators/working".freeze, "vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb".freeze, "vendor/rails/railties/test/fixtures/plugins".freeze, "vendor/rails/railties/test/fixtures/plugins/alternate".freeze, "vendor/rails/railties/test/fixtures/plugins/alternate/a".freeze, "vendor/rails/railties/test/fixtures/plugins/alternate/a/lib".freeze, "vendor/rails/railties/test/fixtures/plugins/default".freeze, "vendor/rails/railties/test/fixtures/plugins/default/acts".freeze, "vendor/rails/railties/test/fixtures/plugins/default/acts/acts_as_chunky_bacon".freeze, "vendor/rails/railties/test/fixtures/plugins/default/acts/acts_as_chunky_bacon/lib".freeze, "vendor/rails/railties/test/fixtures/plugins/default/empty".freeze, "vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir".freeze, "vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb".freeze, "vendor/rails/railties/test/fixtures/plugins/default/stubby".freeze, "vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb".freeze, "vendor/rails/railties/test/fixtures/plugins/default/stubby/lib".freeze, "vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb".freeze, "vendor/rails/railties/test/initializer_test.rb".freeze, "vendor/rails/railties/test/mocks".freeze, "vendor/rails/railties/test/mocks/dispatcher.rb".freeze, "vendor/rails/railties/test/mocks/fcgi.rb".freeze, "vendor/rails/railties/test/mocks/routes.rb".freeze, "vendor/rails/railties/test/mocks/stubbed_breakpoint.rb".freeze, "vendor/rails/railties/test/mocks/stubbed_kernel.rb".freeze, "vendor/rails/railties/test/plugin_loader_test.rb".freeze, "vendor/rails/railties/test/plugin_locator_test.rb".freeze, "vendor/rails/railties/test/plugin_test_helper.rb".freeze, "vendor/rails/railties/test/rails_generator_test.rb".freeze, "vendor/rails/railties/test/rails_info_controller_test.rb".freeze, "vendor/rails/railties/test/rails_info_test.rb".freeze] s.homepage = "http://rubyforge.org/projects/backlog/".freeze s.rdoc_options = ["--inline-source".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["ImageMagick or GraphicsMagick".freeze, "PostgreSQL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Application to aid collecting, processing, organizing, reviewing and doing tasks.".freeze s.test_files = ["test/test_helper.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 0.2.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.15.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) end