diff --git a/tracks/README_FIRST b/README_FIRST similarity index 100% rename from tracks/README_FIRST rename to README_FIRST diff --git a/tracks/Rakefile b/Rakefile similarity index 100% rename from tracks/Rakefile rename to Rakefile diff --git a/tracks/app/apis/todo_api.rb b/app/apis/todo_api.rb similarity index 100% rename from tracks/app/apis/todo_api.rb rename to app/apis/todo_api.rb diff --git a/tracks/app/controllers/application.rb b/app/controllers/application.rb similarity index 100% rename from tracks/app/controllers/application.rb rename to app/controllers/application.rb diff --git a/tracks/app/controllers/backend_controller.rb b/app/controllers/backend_controller.rb similarity index 100% rename from tracks/app/controllers/backend_controller.rb rename to app/controllers/backend_controller.rb diff --git a/tracks/app/controllers/contexts_controller.rb b/app/controllers/contexts_controller.rb similarity index 100% rename from tracks/app/controllers/contexts_controller.rb rename to app/controllers/contexts_controller.rb diff --git a/tracks/app/controllers/data_controller.rb b/app/controllers/data_controller.rb similarity index 100% rename from tracks/app/controllers/data_controller.rb rename to app/controllers/data_controller.rb diff --git a/tracks/app/controllers/feedlist_controller.rb b/app/controllers/feedlist_controller.rb similarity index 100% rename from tracks/app/controllers/feedlist_controller.rb rename to app/controllers/feedlist_controller.rb diff --git a/tracks/app/controllers/integrations_controller.rb b/app/controllers/integrations_controller.rb similarity index 100% rename from tracks/app/controllers/integrations_controller.rb rename to app/controllers/integrations_controller.rb diff --git a/tracks/app/controllers/login_controller.rb b/app/controllers/login_controller.rb similarity index 100% rename from tracks/app/controllers/login_controller.rb rename to app/controllers/login_controller.rb diff --git a/tracks/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb similarity index 100% rename from tracks/app/controllers/notes_controller.rb rename to app/controllers/notes_controller.rb diff --git a/tracks/app/controllers/preferences_controller.rb b/app/controllers/preferences_controller.rb similarity index 100% rename from tracks/app/controllers/preferences_controller.rb rename to app/controllers/preferences_controller.rb diff --git a/tracks/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb similarity index 100% rename from tracks/app/controllers/projects_controller.rb rename to app/controllers/projects_controller.rb diff --git a/tracks/app/controllers/search_controller.rb b/app/controllers/search_controller.rb similarity index 100% rename from tracks/app/controllers/search_controller.rb rename to app/controllers/search_controller.rb diff --git a/tracks/app/controllers/stats_controller.rb b/app/controllers/stats_controller.rb similarity index 100% rename from tracks/app/controllers/stats_controller.rb rename to app/controllers/stats_controller.rb diff --git a/tracks/app/controllers/todos_controller.rb b/app/controllers/todos_controller.rb similarity index 100% rename from tracks/app/controllers/todos_controller.rb rename to app/controllers/todos_controller.rb diff --git a/tracks/app/controllers/users_controller.rb b/app/controllers/users_controller.rb similarity index 100% rename from tracks/app/controllers/users_controller.rb rename to app/controllers/users_controller.rb diff --git a/tracks/app/helpers/application_helper.rb b/app/helpers/application_helper.rb similarity index 100% rename from tracks/app/helpers/application_helper.rb rename to app/helpers/application_helper.rb diff --git a/tracks/app/helpers/backend_helper.rb b/app/helpers/backend_helper.rb similarity index 100% rename from tracks/app/helpers/backend_helper.rb rename to app/helpers/backend_helper.rb diff --git a/tracks/app/helpers/contexts_helper.rb b/app/helpers/contexts_helper.rb similarity index 100% rename from tracks/app/helpers/contexts_helper.rb rename to app/helpers/contexts_helper.rb diff --git a/tracks/app/helpers/data_helper.rb b/app/helpers/data_helper.rb similarity index 100% rename from tracks/app/helpers/data_helper.rb rename to app/helpers/data_helper.rb diff --git a/tracks/app/helpers/feedlist_helper.rb b/app/helpers/feedlist_helper.rb similarity index 100% rename from tracks/app/helpers/feedlist_helper.rb rename to app/helpers/feedlist_helper.rb diff --git a/tracks/app/helpers/integrations_helper.rb b/app/helpers/integrations_helper.rb similarity index 100% rename from tracks/app/helpers/integrations_helper.rb rename to app/helpers/integrations_helper.rb diff --git a/tracks/app/helpers/login_helper.rb b/app/helpers/login_helper.rb similarity index 100% rename from tracks/app/helpers/login_helper.rb rename to app/helpers/login_helper.rb diff --git a/tracks/app/helpers/mobile_helper.rb b/app/helpers/mobile_helper.rb similarity index 100% rename from tracks/app/helpers/mobile_helper.rb rename to app/helpers/mobile_helper.rb diff --git a/tracks/app/helpers/notes_helper.rb b/app/helpers/notes_helper.rb similarity index 100% rename from tracks/app/helpers/notes_helper.rb rename to app/helpers/notes_helper.rb diff --git a/tracks/app/helpers/preferences_helper.rb b/app/helpers/preferences_helper.rb similarity index 100% rename from tracks/app/helpers/preferences_helper.rb rename to app/helpers/preferences_helper.rb diff --git a/tracks/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb similarity index 100% rename from tracks/app/helpers/projects_helper.rb rename to app/helpers/projects_helper.rb diff --git a/tracks/app/helpers/search_helper.rb b/app/helpers/search_helper.rb similarity index 100% rename from tracks/app/helpers/search_helper.rb rename to app/helpers/search_helper.rb diff --git a/tracks/app/helpers/stats_helper.rb b/app/helpers/stats_helper.rb similarity index 100% rename from tracks/app/helpers/stats_helper.rb rename to app/helpers/stats_helper.rb diff --git a/tracks/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb similarity index 100% rename from tracks/app/helpers/todos_helper.rb rename to app/helpers/todos_helper.rb diff --git a/tracks/app/helpers/users_helper.rb b/app/helpers/users_helper.rb similarity index 100% rename from tracks/app/helpers/users_helper.rb rename to app/helpers/users_helper.rb diff --git a/tracks/app/models/context.rb b/app/models/context.rb similarity index 100% rename from tracks/app/models/context.rb rename to app/models/context.rb diff --git a/tracks/app/models/note.rb b/app/models/note.rb similarity index 100% rename from tracks/app/models/note.rb rename to app/models/note.rb diff --git a/tracks/app/models/preference.rb b/app/models/preference.rb similarity index 100% rename from tracks/app/models/preference.rb rename to app/models/preference.rb diff --git a/tracks/app/models/project.rb b/app/models/project.rb similarity index 100% rename from tracks/app/models/project.rb rename to app/models/project.rb diff --git a/tracks/app/models/tag.rb b/app/models/tag.rb similarity index 100% rename from tracks/app/models/tag.rb rename to app/models/tag.rb diff --git a/tracks/app/models/tagging.rb b/app/models/tagging.rb similarity index 100% rename from tracks/app/models/tagging.rb rename to app/models/tagging.rb diff --git a/tracks/app/models/todo.rb b/app/models/todo.rb similarity index 100% rename from tracks/app/models/todo.rb rename to app/models/todo.rb diff --git a/tracks/app/models/user.rb b/app/models/user.rb similarity index 100% rename from tracks/app/models/user.rb rename to app/models/user.rb diff --git a/tracks/app/views/contexts/_context.rhtml b/app/views/contexts/_context.rhtml similarity index 100% rename from tracks/app/views/contexts/_context.rhtml rename to app/views/contexts/_context.rhtml diff --git a/tracks/app/views/contexts/_context_form.rhtml b/app/views/contexts/_context_form.rhtml similarity index 100% rename from tracks/app/views/contexts/_context_form.rhtml rename to app/views/contexts/_context_form.rhtml diff --git a/tracks/app/views/contexts/_context_listing.rhtml b/app/views/contexts/_context_listing.rhtml similarity index 100% rename from tracks/app/views/contexts/_context_listing.rhtml rename to app/views/contexts/_context_listing.rhtml diff --git a/tracks/app/views/contexts/_mobile_context.rhtml b/app/views/contexts/_mobile_context.rhtml similarity index 100% rename from tracks/app/views/contexts/_mobile_context.rhtml rename to app/views/contexts/_mobile_context.rhtml diff --git a/tracks/app/views/contexts/_mobile_context_listing.rhtml b/app/views/contexts/_mobile_context_listing.rhtml similarity index 100% rename from tracks/app/views/contexts/_mobile_context_listing.rhtml rename to app/views/contexts/_mobile_context_listing.rhtml diff --git a/tracks/app/views/contexts/_text_context.rhtml b/app/views/contexts/_text_context.rhtml similarity index 100% rename from tracks/app/views/contexts/_text_context.rhtml rename to app/views/contexts/_text_context.rhtml diff --git a/tracks/app/views/contexts/create.js.rjs b/app/views/contexts/create.js.rjs similarity index 100% rename from tracks/app/views/contexts/create.js.rjs rename to app/views/contexts/create.js.rjs diff --git a/tracks/app/views/contexts/destroy.js.rjs b/app/views/contexts/destroy.js.rjs similarity index 100% rename from tracks/app/views/contexts/destroy.js.rjs rename to app/views/contexts/destroy.js.rjs diff --git a/tracks/app/views/contexts/error.js.rjs b/app/views/contexts/error.js.rjs similarity index 100% rename from tracks/app/views/contexts/error.js.rjs rename to app/views/contexts/error.js.rjs diff --git a/tracks/app/views/contexts/index.html.erb b/app/views/contexts/index.html.erb similarity index 100% rename from tracks/app/views/contexts/index.html.erb rename to app/views/contexts/index.html.erb diff --git a/tracks/app/views/contexts/index.text.erb b/app/views/contexts/index.text.erb similarity index 100% rename from tracks/app/views/contexts/index.text.erb rename to app/views/contexts/index.text.erb diff --git a/tracks/app/views/contexts/index_mobile.rhtml b/app/views/contexts/index_mobile.rhtml similarity index 100% rename from tracks/app/views/contexts/index_mobile.rhtml rename to app/views/contexts/index_mobile.rhtml diff --git a/tracks/app/views/contexts/mobile_show_context.rhtml b/app/views/contexts/mobile_show_context.rhtml similarity index 100% rename from tracks/app/views/contexts/mobile_show_context.rhtml rename to app/views/contexts/mobile_show_context.rhtml diff --git a/tracks/app/views/contexts/show.html.erb b/app/views/contexts/show.html.erb similarity index 100% rename from tracks/app/views/contexts/show.html.erb rename to app/views/contexts/show.html.erb diff --git a/tracks/app/views/contexts/update.js.rjs b/app/views/contexts/update.js.rjs similarity index 100% rename from tracks/app/views/contexts/update.js.rjs rename to app/views/contexts/update.js.rjs diff --git a/tracks/app/views/data/index.html.erb b/app/views/data/index.html.erb similarity index 100% rename from tracks/app/views/data/index.html.erb rename to app/views/data/index.html.erb diff --git a/tracks/app/views/data/yaml_export.html.erb b/app/views/data/yaml_export.html.erb similarity index 100% rename from tracks/app/views/data/yaml_export.html.erb rename to app/views/data/yaml_export.html.erb diff --git a/tracks/app/views/data/yaml_form.html.erb b/app/views/data/yaml_form.html.erb similarity index 100% rename from tracks/app/views/data/yaml_form.html.erb rename to app/views/data/yaml_form.html.erb diff --git a/tracks/app/views/data/yaml_import.html.erb b/app/views/data/yaml_import.html.erb similarity index 100% rename from tracks/app/views/data/yaml_import.html.erb rename to app/views/data/yaml_import.html.erb diff --git a/tracks/app/views/feedlist/index.html.erb b/app/views/feedlist/index.html.erb similarity index 100% rename from tracks/app/views/feedlist/index.html.erb rename to app/views/feedlist/index.html.erb diff --git a/tracks/app/views/feedlist/mobile_index.rhtml b/app/views/feedlist/mobile_index.rhtml similarity index 100% rename from tracks/app/views/feedlist/mobile_index.rhtml rename to app/views/feedlist/mobile_index.rhtml diff --git a/tracks/app/views/integrations/_applescript1.rhtml b/app/views/integrations/_applescript1.rhtml similarity index 100% rename from tracks/app/views/integrations/_applescript1.rhtml rename to app/views/integrations/_applescript1.rhtml diff --git a/tracks/app/views/integrations/_applescript2.rhtml b/app/views/integrations/_applescript2.rhtml similarity index 100% rename from tracks/app/views/integrations/_applescript2.rhtml rename to app/views/integrations/_applescript2.rhtml diff --git a/tracks/app/views/integrations/_quicksilver_applescript.rhtml b/app/views/integrations/_quicksilver_applescript.rhtml similarity index 100% rename from tracks/app/views/integrations/_quicksilver_applescript.rhtml rename to app/views/integrations/_quicksilver_applescript.rhtml diff --git a/tracks/app/views/integrations/index.html.erb b/app/views/integrations/index.html.erb similarity index 100% rename from tracks/app/views/integrations/index.html.erb rename to app/views/integrations/index.html.erb diff --git a/tracks/app/views/integrations/rest_api.html.erb b/app/views/integrations/rest_api.html.erb similarity index 100% rename from tracks/app/views/integrations/rest_api.html.erb rename to app/views/integrations/rest_api.html.erb diff --git a/tracks/app/views/layouts/login.html.erb b/app/views/layouts/login.html.erb similarity index 100% rename from tracks/app/views/layouts/login.html.erb rename to app/views/layouts/login.html.erb diff --git a/tracks/app/views/layouts/mobile.m.erb b/app/views/layouts/mobile.m.erb similarity index 100% rename from tracks/app/views/layouts/mobile.m.erb rename to app/views/layouts/mobile.m.erb diff --git a/tracks/app/views/layouts/scaffold.html.erb b/app/views/layouts/scaffold.html.erb similarity index 100% rename from tracks/app/views/layouts/scaffold.html.erb rename to app/views/layouts/scaffold.html.erb diff --git a/tracks/app/views/layouts/standard.html.erb b/app/views/layouts/standard.html.erb similarity index 100% rename from tracks/app/views/layouts/standard.html.erb rename to app/views/layouts/standard.html.erb diff --git a/tracks/app/views/login/_redirect_to_login.rjs b/app/views/login/_redirect_to_login.rjs similarity index 100% rename from tracks/app/views/login/_redirect_to_login.rjs rename to app/views/login/_redirect_to_login.rjs diff --git a/tracks/app/views/login/check_expiry.js.rjs b/app/views/login/check_expiry.js.rjs similarity index 100% rename from tracks/app/views/login/check_expiry.js.rjs rename to app/views/login/check_expiry.js.rjs diff --git a/tracks/app/views/login/login.html.erb b/app/views/login/login.html.erb similarity index 100% rename from tracks/app/views/login/login.html.erb rename to app/views/login/login.html.erb diff --git a/tracks/app/views/login/login_mobile.html.erb b/app/views/login/login_mobile.html.erb similarity index 100% rename from tracks/app/views/login/login_mobile.html.erb rename to app/views/login/login_mobile.html.erb diff --git a/tracks/app/views/notes/_mobile_notes.rhtml b/app/views/notes/_mobile_notes.rhtml similarity index 100% rename from tracks/app/views/notes/_mobile_notes.rhtml rename to app/views/notes/_mobile_notes.rhtml diff --git a/tracks/app/views/notes/_mobile_notes_summary.rhtml b/app/views/notes/_mobile_notes_summary.rhtml similarity index 100% rename from tracks/app/views/notes/_mobile_notes_summary.rhtml rename to app/views/notes/_mobile_notes_summary.rhtml diff --git a/tracks/app/views/notes/_note_edit_form.rhtml b/app/views/notes/_note_edit_form.rhtml similarity index 100% rename from tracks/app/views/notes/_note_edit_form.rhtml rename to app/views/notes/_note_edit_form.rhtml diff --git a/tracks/app/views/notes/_notes.rhtml b/app/views/notes/_notes.rhtml similarity index 100% rename from tracks/app/views/notes/_notes.rhtml rename to app/views/notes/_notes.rhtml diff --git a/tracks/app/views/notes/_notes_summary.rhtml b/app/views/notes/_notes_summary.rhtml similarity index 100% rename from tracks/app/views/notes/_notes_summary.rhtml rename to app/views/notes/_notes_summary.rhtml diff --git a/tracks/app/views/notes/destroy.js.rjs b/app/views/notes/destroy.js.rjs similarity index 100% rename from tracks/app/views/notes/destroy.js.rjs rename to app/views/notes/destroy.js.rjs diff --git a/tracks/app/views/notes/index.html.erb b/app/views/notes/index.html.erb similarity index 100% rename from tracks/app/views/notes/index.html.erb rename to app/views/notes/index.html.erb diff --git a/tracks/app/views/notes/note_mobile.rhtml b/app/views/notes/note_mobile.rhtml similarity index 100% rename from tracks/app/views/notes/note_mobile.rhtml rename to app/views/notes/note_mobile.rhtml diff --git a/tracks/app/views/notes/show.html.erb b/app/views/notes/show.html.erb similarity index 100% rename from tracks/app/views/notes/show.html.erb rename to app/views/notes/show.html.erb diff --git a/tracks/app/views/preferences/edit.html.erb b/app/views/preferences/edit.html.erb similarity index 100% rename from tracks/app/views/preferences/edit.html.erb rename to app/views/preferences/edit.html.erb diff --git a/tracks/app/views/preferences/index.html.erb b/app/views/preferences/index.html.erb similarity index 100% rename from tracks/app/views/preferences/index.html.erb rename to app/views/preferences/index.html.erb diff --git a/tracks/app/views/projects/_default_context_autocomplete.rhtml b/app/views/projects/_default_context_autocomplete.rhtml similarity index 100% rename from tracks/app/views/projects/_default_context_autocomplete.rhtml rename to app/views/projects/_default_context_autocomplete.rhtml diff --git a/tracks/app/views/projects/_edit_project.rhtml b/app/views/projects/_edit_project.rhtml similarity index 100% rename from tracks/app/views/projects/_edit_project.rhtml rename to app/views/projects/_edit_project.rhtml diff --git a/tracks/app/views/projects/_mobile_project_listing.rhtml b/app/views/projects/_mobile_project_listing.rhtml similarity index 100% rename from tracks/app/views/projects/_mobile_project_listing.rhtml rename to app/views/projects/_mobile_project_listing.rhtml diff --git a/tracks/app/views/projects/_project.rhtml b/app/views/projects/_project.rhtml similarity index 100% rename from tracks/app/views/projects/_project.rhtml rename to app/views/projects/_project.rhtml diff --git a/tracks/app/views/projects/_project_form.rhtml b/app/views/projects/_project_form.rhtml similarity index 100% rename from tracks/app/views/projects/_project_form.rhtml rename to app/views/projects/_project_form.rhtml diff --git a/tracks/app/views/projects/_project_listing.rhtml b/app/views/projects/_project_listing.rhtml similarity index 100% rename from tracks/app/views/projects/_project_listing.rhtml rename to app/views/projects/_project_listing.rhtml diff --git a/tracks/app/views/projects/_project_state_group.rhtml b/app/views/projects/_project_state_group.rhtml similarity index 100% rename from tracks/app/views/projects/_project_state_group.rhtml rename to app/views/projects/_project_state_group.rhtml diff --git a/tracks/app/views/projects/alphabetize.js.rjs b/app/views/projects/alphabetize.js.rjs similarity index 100% rename from tracks/app/views/projects/alphabetize.js.rjs rename to app/views/projects/alphabetize.js.rjs diff --git a/tracks/app/views/projects/create.js.rjs b/app/views/projects/create.js.rjs similarity index 100% rename from tracks/app/views/projects/create.js.rjs rename to app/views/projects/create.js.rjs diff --git a/tracks/app/views/projects/destroy.js.rjs b/app/views/projects/destroy.js.rjs similarity index 100% rename from tracks/app/views/projects/destroy.js.rjs rename to app/views/projects/destroy.js.rjs diff --git a/tracks/app/views/projects/edit.js.rjs b/app/views/projects/edit.js.rjs similarity index 100% rename from tracks/app/views/projects/edit.js.rjs rename to app/views/projects/edit.js.rjs diff --git a/tracks/app/views/projects/error.js.rjs b/app/views/projects/error.js.rjs similarity index 100% rename from tracks/app/views/projects/error.js.rjs rename to app/views/projects/error.js.rjs diff --git a/tracks/app/views/projects/index.html.erb b/app/views/projects/index.html.erb similarity index 100% rename from tracks/app/views/projects/index.html.erb rename to app/views/projects/index.html.erb diff --git a/tracks/app/views/projects/index.text.erb b/app/views/projects/index.text.erb similarity index 100% rename from tracks/app/views/projects/index.text.erb rename to app/views/projects/index.text.erb diff --git a/tracks/app/views/projects/index_mobile.rhtml b/app/views/projects/index_mobile.rhtml similarity index 100% rename from tracks/app/views/projects/index_mobile.rhtml rename to app/views/projects/index_mobile.rhtml diff --git a/tracks/app/views/projects/index_text_projects_and_actions.rhtml b/app/views/projects/index_text_projects_and_actions.rhtml similarity index 100% rename from tracks/app/views/projects/index_text_projects_and_actions.rhtml rename to app/views/projects/index_text_projects_and_actions.rhtml diff --git a/tracks/app/views/projects/project_mobile.rhtml b/app/views/projects/project_mobile.rhtml similarity index 100% rename from tracks/app/views/projects/project_mobile.rhtml rename to app/views/projects/project_mobile.rhtml diff --git a/tracks/app/views/projects/show.html.erb b/app/views/projects/show.html.erb similarity index 100% rename from tracks/app/views/projects/show.html.erb rename to app/views/projects/show.html.erb diff --git a/tracks/app/views/projects/update.js.rjs b/app/views/projects/update.js.rjs similarity index 100% rename from tracks/app/views/projects/update.js.rjs rename to app/views/projects/update.js.rjs diff --git a/tracks/app/views/projects/update_default_context.js.rjs b/app/views/projects/update_default_context.js.rjs similarity index 100% rename from tracks/app/views/projects/update_default_context.js.rjs rename to app/views/projects/update_default_context.js.rjs diff --git a/tracks/app/views/projects/update_status.js.rjs b/app/views/projects/update_status.js.rjs similarity index 100% rename from tracks/app/views/projects/update_status.js.rjs rename to app/views/projects/update_status.js.rjs diff --git a/tracks/app/views/search/index.rhtml b/app/views/search/index.rhtml similarity index 100% rename from tracks/app/views/search/index.rhtml rename to app/views/search/index.rhtml diff --git a/tracks/app/views/search/results.rhtml b/app/views/search/results.rhtml similarity index 100% rename from tracks/app/views/search/results.rhtml rename to app/views/search/results.rhtml diff --git a/tracks/app/views/shared/_add_new_item_form.rhtml b/app/views/shared/_add_new_item_form.rhtml similarity index 100% rename from tracks/app/views/shared/_add_new_item_form.rhtml rename to app/views/shared/_add_new_item_form.rhtml diff --git a/tracks/app/views/shared/_empty.rhtml b/app/views/shared/_empty.rhtml similarity index 100% rename from tracks/app/views/shared/_empty.rhtml rename to app/views/shared/_empty.rhtml diff --git a/tracks/app/views/shared/_flash.rhtml b/app/views/shared/_flash.rhtml similarity index 100% rename from tracks/app/views/shared/_flash.rhtml rename to app/views/shared/_flash.rhtml diff --git a/tracks/app/views/shared/_footer.rhtml b/app/views/shared/_footer.rhtml similarity index 100% rename from tracks/app/views/shared/_footer.rhtml rename to app/views/shared/_footer.rhtml diff --git a/tracks/app/views/shared/_mobile_footer.rhtml b/app/views/shared/_mobile_footer.rhtml similarity index 100% rename from tracks/app/views/shared/_mobile_footer.rhtml rename to app/views/shared/_mobile_footer.rhtml diff --git a/tracks/app/views/sidebar/_context.rhtml b/app/views/sidebar/_context.rhtml similarity index 100% rename from tracks/app/views/sidebar/_context.rhtml rename to app/views/sidebar/_context.rhtml diff --git a/tracks/app/views/sidebar/_context_list.rhtml b/app/views/sidebar/_context_list.rhtml similarity index 100% rename from tracks/app/views/sidebar/_context_list.rhtml rename to app/views/sidebar/_context_list.rhtml diff --git a/tracks/app/views/sidebar/_project.rhtml b/app/views/sidebar/_project.rhtml similarity index 100% rename from tracks/app/views/sidebar/_project.rhtml rename to app/views/sidebar/_project.rhtml diff --git a/tracks/app/views/sidebar/_project_list.rhtml b/app/views/sidebar/_project_list.rhtml similarity index 100% rename from tracks/app/views/sidebar/_project_list.rhtml rename to app/views/sidebar/_project_list.rhtml diff --git a/tracks/app/views/sidebar/sidebar.html.erb b/app/views/sidebar/sidebar.html.erb similarity index 100% rename from tracks/app/views/sidebar/sidebar.html.erb rename to app/views/sidebar/sidebar.html.erb diff --git a/tracks/app/views/stats/_actions.rhtml b/app/views/stats/_actions.rhtml similarity index 100% rename from tracks/app/views/stats/_actions.rhtml rename to app/views/stats/_actions.rhtml diff --git a/tracks/app/views/stats/_chart.rhtml b/app/views/stats/_chart.rhtml similarity index 100% rename from tracks/app/views/stats/_chart.rhtml rename to app/views/stats/_chart.rhtml diff --git a/tracks/app/views/stats/_contexts.rhtml b/app/views/stats/_contexts.rhtml similarity index 100% rename from tracks/app/views/stats/_contexts.rhtml rename to app/views/stats/_contexts.rhtml diff --git a/tracks/app/views/stats/_projects.rhtml b/app/views/stats/_projects.rhtml similarity index 100% rename from tracks/app/views/stats/_projects.rhtml rename to app/views/stats/_projects.rhtml diff --git a/tracks/app/views/stats/_tags.rhtml b/app/views/stats/_tags.rhtml similarity index 100% rename from tracks/app/views/stats/_tags.rhtml rename to app/views/stats/_tags.rhtml diff --git a/tracks/app/views/stats/_totals.rhtml b/app/views/stats/_totals.rhtml similarity index 100% rename from tracks/app/views/stats/_totals.rhtml rename to app/views/stats/_totals.rhtml diff --git a/tracks/app/views/stats/actions_completion_time_data.html.erb b/app/views/stats/actions_completion_time_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_completion_time_data.html.erb rename to app/views/stats/actions_completion_time_data.html.erb diff --git a/tracks/app/views/stats/actions_day_of_week_30days_data.html.erb b/app/views/stats/actions_day_of_week_30days_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_day_of_week_30days_data.html.erb rename to app/views/stats/actions_day_of_week_30days_data.html.erb diff --git a/tracks/app/views/stats/actions_day_of_week_all_data.html.erb b/app/views/stats/actions_day_of_week_all_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_day_of_week_all_data.html.erb rename to app/views/stats/actions_day_of_week_all_data.html.erb diff --git a/tracks/app/views/stats/actions_done_last12months_data.html.erb b/app/views/stats/actions_done_last12months_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_done_last12months_data.html.erb rename to app/views/stats/actions_done_last12months_data.html.erb diff --git a/tracks/app/views/stats/actions_done_last30days_data.html.erb b/app/views/stats/actions_done_last30days_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_done_last30days_data.html.erb rename to app/views/stats/actions_done_last30days_data.html.erb diff --git a/tracks/app/views/stats/actions_running_time_data.html.erb b/app/views/stats/actions_running_time_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_running_time_data.html.erb rename to app/views/stats/actions_running_time_data.html.erb diff --git a/tracks/app/views/stats/actions_time_of_day_30days_data.html.erb b/app/views/stats/actions_time_of_day_30days_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_time_of_day_30days_data.html.erb rename to app/views/stats/actions_time_of_day_30days_data.html.erb diff --git a/tracks/app/views/stats/actions_time_of_day_all_data.html.erb b/app/views/stats/actions_time_of_day_all_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_time_of_day_all_data.html.erb rename to app/views/stats/actions_time_of_day_all_data.html.erb diff --git a/tracks/app/views/stats/actions_visible_running_time_data.html.erb b/app/views/stats/actions_visible_running_time_data.html.erb similarity index 100% rename from tracks/app/views/stats/actions_visible_running_time_data.html.erb rename to app/views/stats/actions_visible_running_time_data.html.erb diff --git a/tracks/app/views/stats/context_running_actions_data.html.erb b/app/views/stats/context_running_actions_data.html.erb similarity index 100% rename from tracks/app/views/stats/context_running_actions_data.html.erb rename to app/views/stats/context_running_actions_data.html.erb diff --git a/tracks/app/views/stats/context_total_actions_data.html.erb b/app/views/stats/context_total_actions_data.html.erb similarity index 100% rename from tracks/app/views/stats/context_total_actions_data.html.erb rename to app/views/stats/context_total_actions_data.html.erb diff --git a/tracks/app/views/stats/index.html.erb b/app/views/stats/index.html.erb similarity index 100% rename from tracks/app/views/stats/index.html.erb rename to app/views/stats/index.html.erb diff --git a/tracks/app/views/stats/show_selection_from_chart.html.erb b/app/views/stats/show_selection_from_chart.html.erb similarity index 100% rename from tracks/app/views/stats/show_selection_from_chart.html.erb rename to app/views/stats/show_selection_from_chart.html.erb diff --git a/tracks/app/views/todos/_completed.rhtml b/app/views/todos/_completed.rhtml similarity index 100% rename from tracks/app/views/todos/_completed.rhtml rename to app/views/todos/_completed.rhtml diff --git a/tracks/app/views/todos/_deferred.rhtml b/app/views/todos/_deferred.rhtml similarity index 100% rename from tracks/app/views/todos/_deferred.rhtml rename to app/views/todos/_deferred.rhtml diff --git a/tracks/app/views/todos/_done.rhtml b/app/views/todos/_done.rhtml similarity index 100% rename from tracks/app/views/todos/_done.rhtml rename to app/views/todos/_done.rhtml diff --git a/tracks/app/views/todos/_edit_form.rhtml b/app/views/todos/_edit_form.rhtml similarity index 100% rename from tracks/app/views/todos/_edit_form.rhtml rename to app/views/todos/_edit_form.rhtml diff --git a/tracks/app/views/todos/_edit_mobile.rhtml b/app/views/todos/_edit_mobile.rhtml similarity index 100% rename from tracks/app/views/todos/_edit_mobile.rhtml rename to app/views/todos/_edit_mobile.rhtml diff --git a/tracks/app/views/todos/_mobile_actions.rhtml b/app/views/todos/_mobile_actions.rhtml similarity index 100% rename from tracks/app/views/todos/_mobile_actions.rhtml rename to app/views/todos/_mobile_actions.rhtml diff --git a/tracks/app/views/todos/_mobile_todo.rhtml b/app/views/todos/_mobile_todo.rhtml similarity index 100% rename from tracks/app/views/todos/_mobile_todo.rhtml rename to app/views/todos/_mobile_todo.rhtml diff --git a/tracks/app/views/todos/_text_todo.rhtml b/app/views/todos/_text_todo.rhtml similarity index 100% rename from tracks/app/views/todos/_text_todo.rhtml rename to app/views/todos/_text_todo.rhtml diff --git a/tracks/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb similarity index 100% rename from tracks/app/views/todos/_todo.html.erb rename to app/views/todos/_todo.html.erb diff --git a/tracks/app/views/todos/_toggle_notes.rhtml b/app/views/todos/_toggle_notes.rhtml similarity index 100% rename from tracks/app/views/todos/_toggle_notes.rhtml rename to app/views/todos/_toggle_notes.rhtml diff --git a/tracks/app/views/todos/check_deferred.js.rjs b/app/views/todos/check_deferred.js.rjs similarity index 100% rename from tracks/app/views/todos/check_deferred.js.rjs rename to app/views/todos/check_deferred.js.rjs diff --git a/tracks/app/views/todos/completed.html.erb b/app/views/todos/completed.html.erb similarity index 100% rename from tracks/app/views/todos/completed.html.erb rename to app/views/todos/completed.html.erb diff --git a/tracks/app/views/todos/completed_archive.html.erb b/app/views/todos/completed_archive.html.erb similarity index 100% rename from tracks/app/views/todos/completed_archive.html.erb rename to app/views/todos/completed_archive.html.erb diff --git a/tracks/app/views/todos/create.js.rjs b/app/views/todos/create.js.rjs similarity index 100% rename from tracks/app/views/todos/create.js.rjs rename to app/views/todos/create.js.rjs diff --git a/tracks/app/views/todos/destroy.js.rjs b/app/views/todos/destroy.js.rjs similarity index 100% rename from tracks/app/views/todos/destroy.js.rjs rename to app/views/todos/destroy.js.rjs diff --git a/tracks/app/views/todos/edit.js.rjs b/app/views/todos/edit.js.rjs similarity index 100% rename from tracks/app/views/todos/edit.js.rjs rename to app/views/todos/edit.js.rjs diff --git a/tracks/app/views/todos/error.js.rjs b/app/views/todos/error.js.rjs similarity index 100% rename from tracks/app/views/todos/error.js.rjs rename to app/views/todos/error.js.rjs diff --git a/tracks/app/views/todos/index.html.erb b/app/views/todos/index.html.erb similarity index 100% rename from tracks/app/views/todos/index.html.erb rename to app/views/todos/index.html.erb diff --git a/tracks/app/views/todos/index.ics.erb b/app/views/todos/index.ics.erb similarity index 100% rename from tracks/app/views/todos/index.ics.erb rename to app/views/todos/index.ics.erb diff --git a/tracks/app/views/todos/index.m.erb b/app/views/todos/index.m.erb similarity index 100% rename from tracks/app/views/todos/index.m.erb rename to app/views/todos/index.m.erb diff --git a/tracks/app/views/todos/index.text.erb b/app/views/todos/index.text.erb similarity index 100% rename from tracks/app/views/todos/index.text.erb rename to app/views/todos/index.text.erb diff --git a/tracks/app/views/todos/list_deferred.html.erb b/app/views/todos/list_deferred.html.erb similarity index 100% rename from tracks/app/views/todos/list_deferred.html.erb rename to app/views/todos/list_deferred.html.erb diff --git a/tracks/app/views/todos/mobile_list_deferred.rhtml b/app/views/todos/mobile_list_deferred.rhtml similarity index 100% rename from tracks/app/views/todos/mobile_list_deferred.rhtml rename to app/views/todos/mobile_list_deferred.rhtml diff --git a/tracks/app/views/todos/mobile_tag.rhtml b/app/views/todos/mobile_tag.rhtml similarity index 100% rename from tracks/app/views/todos/mobile_tag.rhtml rename to app/views/todos/mobile_tag.rhtml diff --git a/tracks/app/views/todos/new.m.erb b/app/views/todos/new.m.erb similarity index 100% rename from tracks/app/views/todos/new.m.erb rename to app/views/todos/new.m.erb diff --git a/tracks/app/views/todos/show.m.erb b/app/views/todos/show.m.erb similarity index 100% rename from tracks/app/views/todos/show.m.erb rename to app/views/todos/show.m.erb diff --git a/tracks/app/views/todos/tag.html.erb b/app/views/todos/tag.html.erb similarity index 100% rename from tracks/app/views/todos/tag.html.erb rename to app/views/todos/tag.html.erb diff --git a/tracks/app/views/todos/toggle_check.js.rjs b/app/views/todos/toggle_check.js.rjs similarity index 100% rename from tracks/app/views/todos/toggle_check.js.rjs rename to app/views/todos/toggle_check.js.rjs diff --git a/tracks/app/views/todos/toggle_star.js.rjs b/app/views/todos/toggle_star.js.rjs similarity index 100% rename from tracks/app/views/todos/toggle_star.js.rjs rename to app/views/todos/toggle_star.js.rjs diff --git a/tracks/app/views/todos/update.js.rjs b/app/views/todos/update.js.rjs similarity index 100% rename from tracks/app/views/todos/update.js.rjs rename to app/views/todos/update.js.rjs diff --git a/tracks/app/views/users/change_auth_type.html.erb b/app/views/users/change_auth_type.html.erb similarity index 100% rename from tracks/app/views/users/change_auth_type.html.erb rename to app/views/users/change_auth_type.html.erb diff --git a/tracks/app/views/users/change_password.html.erb b/app/views/users/change_password.html.erb similarity index 100% rename from tracks/app/views/users/change_password.html.erb rename to app/views/users/change_password.html.erb diff --git a/tracks/app/views/users/destroy.js.rjs b/app/views/users/destroy.js.rjs similarity index 100% rename from tracks/app/views/users/destroy.js.rjs rename to app/views/users/destroy.js.rjs diff --git a/tracks/app/views/users/index.html.erb b/app/views/users/index.html.erb similarity index 100% rename from tracks/app/views/users/index.html.erb rename to app/views/users/index.html.erb diff --git a/tracks/app/views/users/new.html.erb b/app/views/users/new.html.erb similarity index 100% rename from tracks/app/views/users/new.html.erb rename to app/views/users/new.html.erb diff --git a/tracks/app/views/users/nosignup.html.erb b/app/views/users/nosignup.html.erb similarity index 100% rename from tracks/app/views/users/nosignup.html.erb rename to app/views/users/nosignup.html.erb diff --git a/tracks/config/asset_packages.yml b/config/asset_packages.yml similarity index 100% rename from tracks/config/asset_packages.yml rename to config/asset_packages.yml diff --git a/tracks/config/boot.rb b/config/boot.rb similarity index 100% rename from tracks/config/boot.rb rename to config/boot.rb diff --git a/tracks/config/database.yml.tmpl b/config/database.yml.tmpl similarity index 100% rename from tracks/config/database.yml.tmpl rename to config/database.yml.tmpl diff --git a/tracks/config/environment.rb.tmpl b/config/environment.rb.tmpl similarity index 100% rename from tracks/config/environment.rb.tmpl rename to config/environment.rb.tmpl diff --git a/tracks/config/environments/development.rb b/config/environments/development.rb similarity index 100% rename from tracks/config/environments/development.rb rename to config/environments/development.rb diff --git a/tracks/config/environments/production.rb b/config/environments/production.rb similarity index 100% rename from tracks/config/environments/production.rb rename to config/environments/production.rb diff --git a/tracks/config/environments/test.rb b/config/environments/test.rb similarity index 100% rename from tracks/config/environments/test.rb rename to config/environments/test.rb diff --git a/tracks/config/initializers/mime_types.rb b/config/initializers/mime_types.rb similarity index 100% rename from tracks/config/initializers/mime_types.rb rename to config/initializers/mime_types.rb diff --git a/tracks/config/routes.rb b/config/routes.rb similarity index 100% rename from tracks/config/routes.rb rename to config/routes.rb diff --git a/tracks/db/migrate/001_create_tracks_db.rb b/db/migrate/001_create_tracks_db.rb similarity index 100% rename from tracks/db/migrate/001_create_tracks_db.rb rename to db/migrate/001_create_tracks_db.rb diff --git a/tracks/db/migrate/002_add_user_id.rb b/db/migrate/002_add_user_id.rb similarity index 100% rename from tracks/db/migrate/002_add_user_id.rb rename to db/migrate/002_add_user_id.rb diff --git a/tracks/db/migrate/003_created_at.rb b/db/migrate/003_created_at.rb similarity index 100% rename from tracks/db/migrate/003_created_at.rb rename to db/migrate/003_created_at.rb diff --git a/tracks/db/migrate/004_notes.rb b/db/migrate/004_notes.rb similarity index 100% rename from tracks/db/migrate/004_notes.rb rename to db/migrate/004_notes.rb diff --git a/tracks/db/migrate/005_add_project_description.rb b/db/migrate/005_add_project_description.rb similarity index 100% rename from tracks/db/migrate/005_add_project_description.rb rename to db/migrate/005_add_project_description.rb diff --git a/tracks/db/migrate/006_add_preferences_to_user_table.rb b/db/migrate/006_add_preferences_to_user_table.rb similarity index 100% rename from tracks/db/migrate/006_add_preferences_to_user_table.rb rename to db/migrate/006_add_preferences_to_user_table.rb diff --git a/tracks/db/migrate/007_add_sessions_table.rb b/db/migrate/007_add_sessions_table.rb similarity index 100% rename from tracks/db/migrate/007_add_sessions_table.rb rename to db/migrate/007_add_sessions_table.rb diff --git a/tracks/db/migrate/008_add_subclass_attr_to_todos.rb b/db/migrate/008_add_subclass_attr_to_todos.rb similarity index 100% rename from tracks/db/migrate/008_add_subclass_attr_to_todos.rb rename to db/migrate/008_add_subclass_attr_to_todos.rb diff --git a/tracks/db/migrate/009_add_user_pref_refresh.rb b/db/migrate/009_add_user_pref_refresh.rb similarity index 100% rename from tracks/db/migrate/009_add_user_pref_refresh.rb rename to db/migrate/009_add_user_pref_refresh.rb diff --git a/tracks/db/migrate/010_add_first_and_last_name_to_user.rb b/db/migrate/010_add_first_and_last_name_to_user.rb similarity index 100% rename from tracks/db/migrate/010_add_first_and_last_name_to_user.rb rename to db/migrate/010_add_first_and_last_name_to_user.rb diff --git a/tracks/db/migrate/011_pref_to_show_hide_sidebar_items.rb b/db/migrate/011_pref_to_show_hide_sidebar_items.rb similarity index 100% rename from tracks/db/migrate/011_pref_to_show_hide_sidebar_items.rb rename to db/migrate/011_pref_to_show_hide_sidebar_items.rb diff --git a/tracks/db/migrate/012_add_preferences_model.rb b/db/migrate/012_add_preferences_model.rb similarity index 100% rename from tracks/db/migrate/012_add_preferences_model.rb rename to db/migrate/012_add_preferences_model.rb diff --git a/tracks/db/migrate/013_convert_preferences.rb b/db/migrate/013_convert_preferences.rb similarity index 100% rename from tracks/db/migrate/013_convert_preferences.rb rename to db/migrate/013_convert_preferences.rb diff --git a/tracks/db/migrate/014_convert_project_to_state_machine.rb b/db/migrate/014_convert_project_to_state_machine.rb similarity index 100% rename from tracks/db/migrate/014_convert_project_to_state_machine.rb rename to db/migrate/014_convert_project_to_state_machine.rb diff --git a/tracks/db/migrate/015_add_verbose_action_descriptors_preference.rb b/db/migrate/015_add_verbose_action_descriptors_preference.rb similarity index 100% rename from tracks/db/migrate/015_add_verbose_action_descriptors_preference.rb rename to db/migrate/015_add_verbose_action_descriptors_preference.rb diff --git a/tracks/db/migrate/016_add_user_auth_type.rb b/db/migrate/016_add_user_auth_type.rb similarity index 100% rename from tracks/db/migrate/016_add_user_auth_type.rb rename to db/migrate/016_add_user_auth_type.rb diff --git a/tracks/db/migrate/017_add_open_id_tables.rb b/db/migrate/017_add_open_id_tables.rb similarity index 100% rename from tracks/db/migrate/017_add_open_id_tables.rb rename to db/migrate/017_add_open_id_tables.rb diff --git a/tracks/db/migrate/018_add_user_open_id_url.rb b/db/migrate/018_add_user_open_id_url.rb similarity index 100% rename from tracks/db/migrate/018_add_user_open_id_url.rb rename to db/migrate/018_add_user_open_id_url.rb diff --git a/tracks/db/migrate/019_convert_todo_to_state_machine.rb b/db/migrate/019_convert_todo_to_state_machine.rb similarity index 100% rename from tracks/db/migrate/019_convert_todo_to_state_machine.rb rename to db/migrate/019_convert_todo_to_state_machine.rb diff --git a/tracks/db/migrate/020_pref_to_show_hidden_projects_in_sidebar.rb b/db/migrate/020_pref_to_show_hidden_projects_in_sidebar.rb similarity index 100% rename from tracks/db/migrate/020_pref_to_show_hidden_projects_in_sidebar.rb rename to db/migrate/020_pref_to_show_hidden_projects_in_sidebar.rb diff --git a/tracks/db/migrate/021_add_time_zone_preference.rb b/db/migrate/021_add_time_zone_preference.rb similarity index 100% rename from tracks/db/migrate/021_add_time_zone_preference.rb rename to db/migrate/021_add_time_zone_preference.rb diff --git a/tracks/db/migrate/022_add_indices.rb b/db/migrate/022_add_indices.rb similarity index 100% rename from tracks/db/migrate/022_add_indices.rb rename to db/migrate/022_add_indices.rb diff --git a/tracks/db/migrate/023_index_on_user_login.rb b/db/migrate/023_index_on_user_login.rb similarity index 100% rename from tracks/db/migrate/023_index_on_user_login.rb rename to db/migrate/023_index_on_user_login.rb diff --git a/tracks/db/migrate/024_add_find_by_name_indices.rb b/db/migrate/024_add_find_by_name_indices.rb similarity index 100% rename from tracks/db/migrate/024_add_find_by_name_indices.rb rename to db/migrate/024_add_find_by_name_indices.rb diff --git a/tracks/db/migrate/025_add_tag_support.rb b/db/migrate/025_add_tag_support.rb similarity index 100% rename from tracks/db/migrate/025_add_tag_support.rb rename to db/migrate/025_add_tag_support.rb diff --git a/tracks/db/migrate/026_add_project_timestamps.rb b/db/migrate/026_add_project_timestamps.rb similarity index 100% rename from tracks/db/migrate/026_add_project_timestamps.rb rename to db/migrate/026_add_project_timestamps.rb diff --git a/tracks/db/migrate/027_add_context_timestamps.rb b/db/migrate/027_add_context_timestamps.rb similarity index 100% rename from tracks/db/migrate/027_add_context_timestamps.rb rename to db/migrate/027_add_context_timestamps.rb diff --git a/tracks/db/migrate/028_add_show_project_on_todo_done_preference.rb b/db/migrate/028_add_show_project_on_todo_done_preference.rb similarity index 100% rename from tracks/db/migrate/028_add_show_project_on_todo_done_preference.rb rename to db/migrate/028_add_show_project_on_todo_done_preference.rb diff --git a/tracks/db/migrate/029_add_title_date_format_preference.rb b/db/migrate/029_add_title_date_format_preference.rb similarity index 100% rename from tracks/db/migrate/029_add_title_date_format_preference.rb rename to db/migrate/029_add_title_date_format_preference.rb diff --git a/tracks/db/migrate/030_set_nil_timestamps.rb b/db/migrate/030_set_nil_timestamps.rb similarity index 100% rename from tracks/db/migrate/030_set_nil_timestamps.rb rename to db/migrate/030_set_nil_timestamps.rb diff --git a/tracks/db/migrate/031_add_default_context_to_project.rb b/db/migrate/031_add_default_context_to_project.rb similarity index 100% rename from tracks/db/migrate/031_add_default_context_to_project.rb rename to db/migrate/031_add_default_context_to_project.rb diff --git a/tracks/db/migrate/032_add_mobile_todos_per_page_preference.rb b/db/migrate/032_add_mobile_todos_per_page_preference.rb similarity index 100% rename from tracks/db/migrate/032_add_mobile_todos_per_page_preference.rb rename to db/migrate/032_add_mobile_todos_per_page_preference.rb diff --git a/tracks/db/migrate/033_add_remember_me_to_user.rb b/db/migrate/033_add_remember_me_to_user.rb similarity index 100% rename from tracks/db/migrate/033_add_remember_me_to_user.rb rename to db/migrate/033_add_remember_me_to_user.rb diff --git a/tracks/db/migrate/034_rename_word_to_token.rb b/db/migrate/034_rename_word_to_token.rb similarity index 100% rename from tracks/db/migrate/034_rename_word_to_token.rb rename to db/migrate/034_rename_word_to_token.rb diff --git a/tracks/db/migrate/035_update_open_id_urls.rb b/db/migrate/035_update_open_id_urls.rb similarity index 100% rename from tracks/db/migrate/035_update_open_id_urls.rb rename to db/migrate/035_update_open_id_urls.rb diff --git a/tracks/db/migrate/036_add_project_completed_at_column.rb b/db/migrate/036_add_project_completed_at_column.rb similarity index 100% rename from tracks/db/migrate/036_add_project_completed_at_column.rb rename to db/migrate/036_add_project_completed_at_column.rb diff --git a/tracks/db/migrate/037_add_index_to_notes.rb b/db/migrate/037_add_index_to_notes.rb similarity index 100% rename from tracks/db/migrate/037_add_index_to_notes.rb rename to db/migrate/037_add_index_to_notes.rb diff --git a/tracks/db/migrate/038_projects_contexts_remove_not_null_from_position.rb b/db/migrate/038_projects_contexts_remove_not_null_from_position.rb similarity index 100% rename from tracks/db/migrate/038_projects_contexts_remove_not_null_from_position.rb rename to db/migrate/038_projects_contexts_remove_not_null_from_position.rb diff --git a/tracks/db/schema.rb b/db/schema.rb similarity index 100% rename from tracks/db/schema.rb rename to db/schema.rb diff --git a/tracks/db/tracks-15-blank.db b/db/tracks-15-blank.db similarity index 100% rename from tracks/db/tracks-15-blank.db rename to db/tracks-15-blank.db diff --git a/tracks/db/tracks-15-example.db b/db/tracks-15-example.db similarity index 100% rename from tracks/db/tracks-15-example.db rename to db/tracks-15-example.db diff --git a/tracks/db/tracks_1.5_content.sql b/db/tracks_1.5_content.sql similarity index 100% rename from tracks/db/tracks_1.5_content.sql rename to db/tracks_1.5_content.sql diff --git a/tracks/doc/CHANGELOG b/doc/CHANGELOG similarity index 100% rename from tracks/doc/CHANGELOG rename to doc/CHANGELOG diff --git a/tracks/doc/README_DEVELOPERS b/doc/README_DEVELOPERS similarity index 100% rename from tracks/doc/README_DEVELOPERS rename to doc/README_DEVELOPERS diff --git a/tracks/doc/manual.css b/doc/manual.css similarity index 100% rename from tracks/doc/manual.css rename to doc/manual.css diff --git a/tracks/doc/manual.html b/doc/manual.html similarity index 100% rename from tracks/doc/manual.html rename to doc/manual.html diff --git a/tracks/doc/manual.markdown b/doc/manual.markdown similarity index 100% rename from tracks/doc/manual.markdown rename to doc/manual.markdown diff --git a/tracks/doc/manual.pdf b/doc/manual.pdf similarity index 100% rename from tracks/doc/manual.pdf rename to doc/manual.pdf diff --git a/tracks/doc/manual.tex b/doc/manual.tex similarity index 100% rename from tracks/doc/manual.tex rename to doc/manual.tex diff --git a/tracks/doc/memoir-twosided-manual.xslt b/doc/memoir-twosided-manual.xslt similarity index 100% rename from tracks/doc/memoir-twosided-manual.xslt rename to doc/memoir-twosided-manual.xslt diff --git a/tracks/doc/tracks_api_wrapper.rb b/doc/tracks_api_wrapper.rb similarity index 100% rename from tracks/doc/tracks_api_wrapper.rb rename to doc/tracks_api_wrapper.rb diff --git a/tracks/lib/activerecord_base_tag_extensions.rb b/lib/activerecord_base_tag_extensions.rb similarity index 100% rename from tracks/lib/activerecord_base_tag_extensions.rb rename to lib/activerecord_base_tag_extensions.rb diff --git a/tracks/lib/authenticated_test_helper.rb b/lib/authenticated_test_helper.rb similarity index 100% rename from tracks/lib/authenticated_test_helper.rb rename to lib/authenticated_test_helper.rb diff --git a/tracks/lib/config.rb b/lib/config.rb similarity index 100% rename from tracks/lib/config.rb rename to lib/config.rb diff --git a/tracks/lib/login_system.rb b/lib/login_system.rb similarity index 100% rename from tracks/lib/login_system.rb rename to lib/login_system.rb diff --git a/tracks/lib/name_part_finder.rb b/lib/name_part_finder.rb similarity index 100% rename from tracks/lib/name_part_finder.rb rename to lib/name_part_finder.rb diff --git a/tracks/lib/prototype_helper_extensions.rb b/lib/prototype_helper_extensions.rb similarity index 100% rename from tracks/lib/prototype_helper_extensions.rb rename to lib/prototype_helper_extensions.rb diff --git a/tracks/lib/redcloth.rb b/lib/redcloth.rb similarity index 100% rename from tracks/lib/redcloth.rb rename to lib/redcloth.rb diff --git a/tracks/lib/source_view.rb b/lib/source_view.rb similarity index 100% rename from tracks/lib/source_view.rb rename to lib/source_view.rb diff --git a/tracks/lib/tasks/extract_fixtures.rake b/lib/tasks/extract_fixtures.rake similarity index 100% rename from tracks/lib/tasks/extract_fixtures.rake rename to lib/tasks/extract_fixtures.rake diff --git a/tracks/lib/tasks/gems.rake b/lib/tasks/gems.rake similarity index 100% rename from tracks/lib/tasks/gems.rake rename to lib/tasks/gems.rake diff --git a/tracks/lib/tasks/load_exported_fixtures.rake b/lib/tasks/load_exported_fixtures.rake similarity index 100% rename from tracks/lib/tasks/load_exported_fixtures.rake rename to lib/tasks/load_exported_fixtures.rake diff --git a/tracks/lib/tasks/query_trace_toggle.rake b/lib/tasks/query_trace_toggle.rake similarity index 100% rename from tracks/lib/tasks/query_trace_toggle.rake rename to lib/tasks/query_trace_toggle.rake diff --git a/tracks/lib/tasks/reset_password.rake b/lib/tasks/reset_password.rake similarity index 100% rename from tracks/lib/tasks/reset_password.rake rename to lib/tasks/reset_password.rake diff --git a/tracks/lib/tasks/setup_tracks.rake b/lib/tasks/setup_tracks.rake similarity index 100% rename from tracks/lib/tasks/setup_tracks.rake rename to lib/tasks/setup_tracks.rake diff --git a/tracks/lib/tasks/upgrade_sqlite_db.rake b/lib/tasks/upgrade_sqlite_db.rake similarity index 100% rename from tracks/lib/tasks/upgrade_sqlite_db.rake rename to lib/tasks/upgrade_sqlite_db.rake diff --git a/tracks/lib/todo_list.rb b/lib/todo_list.rb similarity index 100% rename from tracks/lib/todo_list.rb rename to lib/todo_list.rb diff --git a/tracks/log.tmpl/apache.log b/log.tmpl/apache.log similarity index 100% rename from tracks/log.tmpl/apache.log rename to log.tmpl/apache.log diff --git a/tracks/log.tmpl/development.log b/log.tmpl/development.log similarity index 100% rename from tracks/log.tmpl/development.log rename to log.tmpl/development.log diff --git a/tracks/log.tmpl/production.log b/log.tmpl/production.log similarity index 100% rename from tracks/log.tmpl/production.log rename to log.tmpl/production.log diff --git a/tracks/log.tmpl/test.log b/log.tmpl/test.log similarity index 100% rename from tracks/log.tmpl/test.log rename to log.tmpl/test.log diff --git a/tracks/public/.htaccess b/public/.htaccess similarity index 100% rename from tracks/public/.htaccess rename to public/.htaccess diff --git a/tracks/public/404.html b/public/404.html similarity index 100% rename from tracks/public/404.html rename to public/404.html diff --git a/tracks/public/500.html b/public/500.html similarity index 100% rename from tracks/public/500.html rename to public/500.html diff --git a/tracks/public/_doc/index.html b/public/_doc/index.html similarity index 100% rename from tracks/public/_doc/index.html rename to public/_doc/index.html diff --git a/tracks/public/apple-touch-icon.png b/public/apple-touch-icon.png similarity index 100% rename from tracks/public/apple-touch-icon.png rename to public/apple-touch-icon.png diff --git a/tracks/public/dispatch.cgi b/public/dispatch.cgi similarity index 100% rename from tracks/public/dispatch.cgi rename to public/dispatch.cgi diff --git a/tracks/public/dispatch.fcgi b/public/dispatch.fcgi similarity index 100% rename from tracks/public/dispatch.fcgi rename to public/dispatch.fcgi diff --git a/tracks/public/dispatch.rb b/public/dispatch.rb similarity index 100% rename from tracks/public/dispatch.rb rename to public/dispatch.rb diff --git a/tracks/public/favicon.ico b/public/favicon.ico similarity index 100% rename from tracks/public/favicon.ico rename to public/favicon.ico diff --git a/tracks/public/images/accept.png b/public/images/accept.png similarity index 100% rename from tracks/public/images/accept.png rename to public/images/accept.png diff --git a/tracks/public/images/bigBlackWaiting.gif b/public/images/bigBlackWaiting.gif similarity index 100% rename from tracks/public/images/bigBlackWaiting.gif rename to public/images/bigBlackWaiting.gif diff --git a/tracks/public/images/bigWaiting.gif b/public/images/bigWaiting.gif similarity index 100% rename from tracks/public/images/bigWaiting.gif rename to public/images/bigWaiting.gif diff --git a/tracks/public/images/blackWaiting.gif b/public/images/blackWaiting.gif similarity index 100% rename from tracks/public/images/blackWaiting.gif rename to public/images/blackWaiting.gif diff --git a/tracks/public/images/blank.png b/public/images/blank.png similarity index 100% rename from tracks/public/images/blank.png rename to public/images/blank.png diff --git a/tracks/public/images/bottom_off.png b/public/images/bottom_off.png similarity index 100% rename from tracks/public/images/bottom_off.png rename to public/images/bottom_off.png diff --git a/tracks/public/images/bottom_on.png b/public/images/bottom_on.png similarity index 100% rename from tracks/public/images/bottom_on.png rename to public/images/bottom_on.png diff --git a/tracks/public/images/cancel.png b/public/images/cancel.png similarity index 100% rename from tracks/public/images/cancel.png rename to public/images/cancel.png diff --git a/tracks/public/images/close.gif b/public/images/close.gif similarity index 100% rename from tracks/public/images/close.gif rename to public/images/close.gif diff --git a/tracks/public/images/collapse.png b/public/images/collapse.png similarity index 100% rename from tracks/public/images/collapse.png rename to public/images/collapse.png diff --git a/tracks/public/images/container-gradient.png b/public/images/container-gradient.png similarity index 100% rename from tracks/public/images/container-gradient.png rename to public/images/container-gradient.png diff --git a/tracks/public/images/delete_off.png b/public/images/delete_off.png similarity index 100% rename from tracks/public/images/delete_off.png rename to public/images/delete_off.png diff --git a/tracks/public/images/delete_on.png b/public/images/delete_on.png similarity index 100% rename from tracks/public/images/delete_on.png rename to public/images/delete_on.png diff --git a/tracks/public/images/done.png b/public/images/done.png similarity index 100% rename from tracks/public/images/done.png rename to public/images/done.png diff --git a/tracks/public/images/down_off.png b/public/images/down_off.png similarity index 100% rename from tracks/public/images/down_off.png rename to public/images/down_off.png diff --git a/tracks/public/images/down_on.png b/public/images/down_on.png similarity index 100% rename from tracks/public/images/down_on.png rename to public/images/down_on.png diff --git a/tracks/public/images/edit_off.png b/public/images/edit_off.png similarity index 100% rename from tracks/public/images/edit_off.png rename to public/images/edit_off.png diff --git a/tracks/public/images/edit_on.png b/public/images/edit_on.png similarity index 100% rename from tracks/public/images/edit_on.png rename to public/images/edit_on.png diff --git a/tracks/public/images/expand.png b/public/images/expand.png similarity index 100% rename from tracks/public/images/expand.png rename to public/images/expand.png diff --git a/tracks/public/images/feed-icon.png b/public/images/feed-icon.png similarity index 100% rename from tracks/public/images/feed-icon.png rename to public/images/feed-icon.png diff --git a/tracks/public/images/menuarrow.gif b/public/images/menuarrow.gif similarity index 100% rename from tracks/public/images/menuarrow.gif rename to public/images/menuarrow.gif diff --git a/tracks/public/images/menustar.gif b/public/images/menustar.gif similarity index 100% rename from tracks/public/images/menustar.gif rename to public/images/menustar.gif diff --git a/tracks/public/images/menustar_small.gif b/public/images/menustar_small.gif similarity index 100% rename from tracks/public/images/menustar_small.gif rename to public/images/menustar_small.gif diff --git a/tracks/public/images/new-action-gradient.png b/public/images/new-action-gradient.png similarity index 100% rename from tracks/public/images/new-action-gradient.png rename to public/images/new-action-gradient.png diff --git a/tracks/public/images/notes_off.png b/public/images/notes_off.png similarity index 100% rename from tracks/public/images/notes_off.png rename to public/images/notes_off.png diff --git a/tracks/public/images/notes_on.png b/public/images/notes_on.png similarity index 100% rename from tracks/public/images/notes_on.png rename to public/images/notes_on.png diff --git a/tracks/public/images/open-id-login-bg.gif b/public/images/open-id-login-bg.gif similarity index 100% rename from tracks/public/images/open-id-login-bg.gif rename to public/images/open-id-login-bg.gif diff --git a/tracks/public/images/spinner.gif b/public/images/spinner.gif similarity index 100% rename from tracks/public/images/spinner.gif rename to public/images/spinner.gif diff --git a/tracks/public/images/staricons.png b/public/images/staricons.png similarity index 100% rename from tracks/public/images/staricons.png rename to public/images/staricons.png diff --git a/tracks/public/images/stats.gif b/public/images/stats.gif similarity index 100% rename from tracks/public/images/stats.gif rename to public/images/stats.gif diff --git a/tracks/public/images/system-search.png b/public/images/system-search.png similarity index 100% rename from tracks/public/images/system-search.png rename to public/images/system-search.png diff --git a/tracks/public/images/top_off.png b/public/images/top_off.png similarity index 100% rename from tracks/public/images/top_off.png rename to public/images/top_off.png diff --git a/tracks/public/images/top_on.png b/public/images/top_on.png similarity index 100% rename from tracks/public/images/top_on.png rename to public/images/top_on.png diff --git a/tracks/public/images/up_off.png b/public/images/up_off.png similarity index 100% rename from tracks/public/images/up_off.png rename to public/images/up_off.png diff --git a/tracks/public/images/up_on.png b/public/images/up_on.png similarity index 100% rename from tracks/public/images/up_on.png rename to public/images/up_on.png diff --git a/tracks/public/images/waiting.gif b/public/images/waiting.gif similarity index 100% rename from tracks/public/images/waiting.gif rename to public/images/waiting.gif diff --git a/tracks/public/javascripts/accesskey-hints.js b/public/javascripts/accesskey-hints.js similarity index 100% rename from tracks/public/javascripts/accesskey-hints.js rename to public/javascripts/accesskey-hints.js diff --git a/tracks/public/javascripts/application.js b/public/javascripts/application.js similarity index 100% rename from tracks/public/javascripts/application.js rename to public/javascripts/application.js diff --git a/tracks/public/javascripts/calendar-en.js b/public/javascripts/calendar-en.js similarity index 100% rename from tracks/public/javascripts/calendar-en.js rename to public/javascripts/calendar-en.js diff --git a/tracks/public/javascripts/calendar-setup.js b/public/javascripts/calendar-setup.js similarity index 100% rename from tracks/public/javascripts/calendar-setup.js rename to public/javascripts/calendar-setup.js diff --git a/tracks/public/javascripts/calendar.js b/public/javascripts/calendar.js similarity index 100% rename from tracks/public/javascripts/calendar.js rename to public/javascripts/calendar.js diff --git a/tracks/public/javascripts/controls.js b/public/javascripts/controls.js similarity index 100% rename from tracks/public/javascripts/controls.js rename to public/javascripts/controls.js diff --git a/tracks/public/javascripts/dragdrop.js b/public/javascripts/dragdrop.js similarity index 100% rename from tracks/public/javascripts/dragdrop.js rename to public/javascripts/dragdrop.js diff --git a/tracks/public/javascripts/effects.js b/public/javascripts/effects.js similarity index 100% rename from tracks/public/javascripts/effects.js rename to public/javascripts/effects.js diff --git a/tracks/public/javascripts/flashobject.js b/public/javascripts/flashobject.js similarity index 100% rename from tracks/public/javascripts/flashobject.js rename to public/javascripts/flashobject.js diff --git a/tracks/public/javascripts/lowpro.js b/public/javascripts/lowpro.js similarity index 100% rename from tracks/public/javascripts/lowpro.js rename to public/javascripts/lowpro.js diff --git a/tracks/public/javascripts/niftycube.js b/public/javascripts/niftycube.js similarity index 100% rename from tracks/public/javascripts/niftycube.js rename to public/javascripts/niftycube.js diff --git a/tracks/public/javascripts/protoload.js b/public/javascripts/protoload.js similarity index 100% rename from tracks/public/javascripts/protoload.js rename to public/javascripts/protoload.js diff --git a/tracks/public/javascripts/prototype.js b/public/javascripts/prototype.js similarity index 100% rename from tracks/public/javascripts/prototype.js rename to public/javascripts/prototype.js diff --git a/tracks/public/javascripts/scriptaculous.js b/public/javascripts/scriptaculous.js similarity index 100% rename from tracks/public/javascripts/scriptaculous.js rename to public/javascripts/scriptaculous.js diff --git a/tracks/public/javascripts/selector-addon-v1.js b/public/javascripts/selector-addon-v1.js similarity index 100% rename from tracks/public/javascripts/selector-addon-v1.js rename to public/javascripts/selector-addon-v1.js diff --git a/tracks/public/javascripts/slider.js b/public/javascripts/slider.js similarity index 100% rename from tracks/public/javascripts/slider.js rename to public/javascripts/slider.js diff --git a/tracks/public/javascripts/todo-items.js b/public/javascripts/todo-items.js similarity index 100% rename from tracks/public/javascripts/todo-items.js rename to public/javascripts/todo-items.js diff --git a/tracks/public/javascripts/tracks_837.js b/public/javascripts/tracks_837.js similarity index 100% rename from tracks/public/javascripts/tracks_837.js rename to public/javascripts/tracks_837.js diff --git a/tracks/public/robots.txt b/public/robots.txt similarity index 100% rename from tracks/public/robots.txt rename to public/robots.txt diff --git a/tracks/public/stylesheets/calendar-system.css b/public/stylesheets/calendar-system.css similarity index 100% rename from tracks/public/stylesheets/calendar-system.css rename to public/stylesheets/calendar-system.css diff --git a/tracks/public/stylesheets/mobile.css b/public/stylesheets/mobile.css similarity index 100% rename from tracks/public/stylesheets/mobile.css rename to public/stylesheets/mobile.css diff --git a/tracks/public/stylesheets/niftyCorners.css b/public/stylesheets/niftyCorners.css similarity index 100% rename from tracks/public/stylesheets/niftyCorners.css rename to public/stylesheets/niftyCorners.css diff --git a/tracks/public/stylesheets/print.css b/public/stylesheets/print.css similarity index 100% rename from tracks/public/stylesheets/print.css rename to public/stylesheets/print.css diff --git a/tracks/public/stylesheets/scaffold.css b/public/stylesheets/scaffold.css similarity index 100% rename from tracks/public/stylesheets/scaffold.css rename to public/stylesheets/scaffold.css diff --git a/tracks/public/stylesheets/standard.css b/public/stylesheets/standard.css similarity index 100% rename from tracks/public/stylesheets/standard.css rename to public/stylesheets/standard.css diff --git a/tracks/public/stylesheets/tracks_855.css b/public/stylesheets/tracks_855.css similarity index 100% rename from tracks/public/stylesheets/tracks_855.css rename to public/stylesheets/tracks_855.css diff --git a/tracks/public/swf/open-flash-chart.swf b/public/swf/open-flash-chart.swf similarity index 100% rename from tracks/public/swf/open-flash-chart.swf rename to public/swf/open-flash-chart.swf diff --git a/tracks/script/about b/script/about similarity index 100% rename from tracks/script/about rename to script/about diff --git a/tracks/script/benchmarker b/script/benchmarker similarity index 100% rename from tracks/script/benchmarker rename to script/benchmarker diff --git a/tracks/script/breakpointer b/script/breakpointer similarity index 100% rename from tracks/script/breakpointer rename to script/breakpointer diff --git a/tracks/script/console b/script/console similarity index 100% rename from tracks/script/console rename to script/console diff --git a/tracks/script/console_sandbox b/script/console_sandbox similarity index 100% rename from tracks/script/console_sandbox rename to script/console_sandbox diff --git a/tracks/script/console_sandbox.rb b/script/console_sandbox.rb similarity index 100% rename from tracks/script/console_sandbox.rb rename to script/console_sandbox.rb diff --git a/tracks/script/destroy b/script/destroy similarity index 100% rename from tracks/script/destroy rename to script/destroy diff --git a/tracks/script/generate b/script/generate similarity index 100% rename from tracks/script/generate rename to script/generate diff --git a/tracks/script/performance/benchmarker b/script/performance/benchmarker similarity index 100% rename from tracks/script/performance/benchmarker rename to script/performance/benchmarker diff --git a/tracks/script/performance/profiler b/script/performance/profiler similarity index 100% rename from tracks/script/performance/profiler rename to script/performance/profiler diff --git a/tracks/script/performance/request b/script/performance/request similarity index 100% rename from tracks/script/performance/request rename to script/performance/request diff --git a/tracks/script/plugin b/script/plugin similarity index 100% rename from tracks/script/plugin rename to script/plugin diff --git a/tracks/script/process/inspector b/script/process/inspector similarity index 100% rename from tracks/script/process/inspector rename to script/process/inspector diff --git a/tracks/script/process/reaper b/script/process/reaper similarity index 100% rename from tracks/script/process/reaper rename to script/process/reaper diff --git a/tracks/script/process/spawner b/script/process/spawner similarity index 100% rename from tracks/script/process/spawner rename to script/process/spawner diff --git a/tracks/script/profiler b/script/profiler similarity index 100% rename from tracks/script/profiler rename to script/profiler diff --git a/tracks/script/runner b/script/runner similarity index 100% rename from tracks/script/runner rename to script/runner diff --git a/tracks/script/server b/script/server similarity index 100% rename from tracks/script/server rename to script/server diff --git a/tracks/test/fixtures/contexts.yml b/test/fixtures/contexts.yml similarity index 100% rename from tracks/test/fixtures/contexts.yml rename to test/fixtures/contexts.yml diff --git a/tracks/test/fixtures/notes.yml b/test/fixtures/notes.yml similarity index 100% rename from tracks/test/fixtures/notes.yml rename to test/fixtures/notes.yml diff --git a/tracks/test/fixtures/preferences.yml b/test/fixtures/preferences.yml similarity index 100% rename from tracks/test/fixtures/preferences.yml rename to test/fixtures/preferences.yml diff --git a/tracks/test/fixtures/projects.yml b/test/fixtures/projects.yml similarity index 100% rename from tracks/test/fixtures/projects.yml rename to test/fixtures/projects.yml diff --git a/tracks/test/fixtures/taggings.yml b/test/fixtures/taggings.yml similarity index 100% rename from tracks/test/fixtures/taggings.yml rename to test/fixtures/taggings.yml diff --git a/tracks/test/fixtures/tags.yml b/test/fixtures/tags.yml similarity index 100% rename from tracks/test/fixtures/tags.yml rename to test/fixtures/tags.yml diff --git a/tracks/test/fixtures/todos.yml b/test/fixtures/todos.yml similarity index 100% rename from tracks/test/fixtures/todos.yml rename to test/fixtures/todos.yml diff --git a/tracks/test/fixtures/users.yml b/test/fixtures/users.yml similarity index 100% rename from tracks/test/fixtures/users.yml rename to test/fixtures/users.yml diff --git a/tracks/test/functional/backend_controller_test.rb b/test/functional/backend_controller_test.rb similarity index 100% rename from tracks/test/functional/backend_controller_test.rb rename to test/functional/backend_controller_test.rb diff --git a/tracks/test/functional/contexts_controller_test.rb b/test/functional/contexts_controller_test.rb similarity index 100% rename from tracks/test/functional/contexts_controller_test.rb rename to test/functional/contexts_controller_test.rb diff --git a/tracks/test/functional/data_controller_test.rb b/test/functional/data_controller_test.rb similarity index 100% rename from tracks/test/functional/data_controller_test.rb rename to test/functional/data_controller_test.rb diff --git a/tracks/test/functional/feedlist_controller_test.rb b/test/functional/feedlist_controller_test.rb similarity index 100% rename from tracks/test/functional/feedlist_controller_test.rb rename to test/functional/feedlist_controller_test.rb diff --git a/tracks/test/functional/integrations_controller_test.rb b/test/functional/integrations_controller_test.rb similarity index 100% rename from tracks/test/functional/integrations_controller_test.rb rename to test/functional/integrations_controller_test.rb diff --git a/tracks/test/functional/login_controller_test.rb b/test/functional/login_controller_test.rb similarity index 100% rename from tracks/test/functional/login_controller_test.rb rename to test/functional/login_controller_test.rb diff --git a/tracks/test/functional/notes_controller_test.rb b/test/functional/notes_controller_test.rb similarity index 100% rename from tracks/test/functional/notes_controller_test.rb rename to test/functional/notes_controller_test.rb diff --git a/tracks/test/functional/preferences_controller_test.rb b/test/functional/preferences_controller_test.rb similarity index 100% rename from tracks/test/functional/preferences_controller_test.rb rename to test/functional/preferences_controller_test.rb diff --git a/tracks/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb similarity index 100% rename from tracks/test/functional/projects_controller_test.rb rename to test/functional/projects_controller_test.rb diff --git a/tracks/test/functional/stats_controller_test.rb b/test/functional/stats_controller_test.rb similarity index 100% rename from tracks/test/functional/stats_controller_test.rb rename to test/functional/stats_controller_test.rb diff --git a/tracks/test/functional/todo_container_controller_test_base.rb b/test/functional/todo_container_controller_test_base.rb similarity index 100% rename from tracks/test/functional/todo_container_controller_test_base.rb rename to test/functional/todo_container_controller_test_base.rb diff --git a/tracks/test/functional/todos_controller_test.rb b/test/functional/todos_controller_test.rb similarity index 100% rename from tracks/test/functional/todos_controller_test.rb rename to test/functional/todos_controller_test.rb diff --git a/tracks/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb similarity index 100% rename from tracks/test/functional/users_controller_test.rb rename to test/functional/users_controller_test.rb diff --git a/tracks/test/integration/context_xml_api_test.rb b/test/integration/context_xml_api_test.rb similarity index 100% rename from tracks/test/integration/context_xml_api_test.rb rename to test/integration/context_xml_api_test.rb diff --git a/tracks/test/integration/feed_smoke_test.rb b/test/integration/feed_smoke_test.rb similarity index 100% rename from tracks/test/integration/feed_smoke_test.rb rename to test/integration/feed_smoke_test.rb diff --git a/tracks/test/integration/ldap_auth_test.rb b/test/integration/ldap_auth_test.rb similarity index 100% rename from tracks/test/integration/ldap_auth_test.rb rename to test/integration/ldap_auth_test.rb diff --git a/tracks/test/integration/project_xml_api_test.rb b/test/integration/project_xml_api_test.rb similarity index 100% rename from tracks/test/integration/project_xml_api_test.rb rename to test/integration/project_xml_api_test.rb diff --git a/tracks/test/integration/stories_test.rb b/test/integration/stories_test.rb similarity index 100% rename from tracks/test/integration/stories_test.rb rename to test/integration/stories_test.rb diff --git a/tracks/test/integration/users_xml_api_test.rb b/test/integration/users_xml_api_test.rb similarity index 100% rename from tracks/test/integration/users_xml_api_test.rb rename to test/integration/users_xml_api_test.rb diff --git a/tracks/test/selenium/context_detail/in_place_edit_name.rsel b/test/selenium/context_detail/in_place_edit_name.rsel similarity index 100% rename from tracks/test/selenium/context_detail/in_place_edit_name.rsel rename to test/selenium/context_detail/in_place_edit_name.rsel diff --git a/tracks/test/selenium/context_listing/delete.rsel b/test/selenium/context_listing/delete.rsel similarity index 100% rename from tracks/test/selenium/context_listing/delete.rsel rename to test/selenium/context_listing/delete.rsel diff --git a/tracks/test/selenium/context_listing/edit_then_delete.rsel b/test/selenium/context_listing/edit_then_delete.rsel similarity index 100% rename from tracks/test/selenium/context_listing/edit_then_delete.rsel rename to test/selenium/context_listing/edit_then_delete.rsel diff --git a/tracks/test/selenium/context_listing/edit_twice.rsel b/test/selenium/context_listing/edit_twice.rsel similarity index 100% rename from tracks/test/selenium/context_listing/edit_twice.rsel rename to test/selenium/context_listing/edit_twice.rsel diff --git a/tracks/test/selenium/home/change_todo_context_to_hidden_context.rsel b/test/selenium/home/change_todo_context_to_hidden_context.rsel similarity index 100% rename from tracks/test/selenium/home/change_todo_context_to_hidden_context.rsel rename to test/selenium/home/change_todo_context_to_hidden_context.rsel diff --git a/tracks/test/selenium/home/change_todo_context_to_new_context.rsel b/test/selenium/home/change_todo_context_to_new_context.rsel similarity index 100% rename from tracks/test/selenium/home/change_todo_context_to_new_context.rsel rename to test/selenium/home/change_todo_context_to_new_context.rsel diff --git a/tracks/test/selenium/home/change_todo_context_to_zero_item_context.rsel b/test/selenium/home/change_todo_context_to_zero_item_context.rsel similarity index 100% rename from tracks/test/selenium/home/change_todo_context_to_zero_item_context.rsel rename to test/selenium/home/change_todo_context_to_zero_item_context.rsel diff --git a/tracks/test/selenium/home/create_first_todo.rsel b/test/selenium/home/create_first_todo.rsel similarity index 100% rename from tracks/test/selenium/home/create_first_todo.rsel rename to test/selenium/home/create_first_todo.rsel diff --git a/tracks/test/selenium/home/create_new_todo_in_context_and_hide_context.rsel b/test/selenium/home/create_new_todo_in_context_and_hide_context.rsel similarity index 100% rename from tracks/test/selenium/home/create_new_todo_in_context_and_hide_context.rsel rename to test/selenium/home/create_new_todo_in_context_and_hide_context.rsel diff --git a/tracks/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel b/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel similarity index 100% rename from tracks/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel rename to test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel diff --git a/tracks/test/selenium/home/create_new_todo_with_new_context.rsel b/test/selenium/home/create_new_todo_with_new_context.rsel similarity index 100% rename from tracks/test/selenium/home/create_new_todo_with_new_context.rsel rename to test/selenium/home/create_new_todo_with_new_context.rsel diff --git a/tracks/test/selenium/home/create_todo_in_completed_project.rsel b/test/selenium/home/create_todo_in_completed_project.rsel similarity index 100% rename from tracks/test/selenium/home/create_todo_in_completed_project.rsel rename to test/selenium/home/create_todo_in_completed_project.rsel diff --git a/tracks/test/selenium/home/create_todo_in_hidden_project.rsel b/test/selenium/home/create_todo_in_hidden_project.rsel similarity index 100% rename from tracks/test/selenium/home/create_todo_in_hidden_project.rsel rename to test/selenium/home/create_todo_in_hidden_project.rsel diff --git a/tracks/test/selenium/home/defer_todo.rsel b/test/selenium/home/defer_todo.rsel similarity index 100% rename from tracks/test/selenium/home/defer_todo.rsel rename to test/selenium/home/defer_todo.rsel diff --git a/tracks/test/selenium/home/mark_todo_complete_1.rsel b/test/selenium/home/mark_todo_complete_1.rsel similarity index 100% rename from tracks/test/selenium/home/mark_todo_complete_1.rsel rename to test/selenium/home/mark_todo_complete_1.rsel diff --git a/tracks/test/selenium/home/mark_todo_complete_2.rsel b/test/selenium/home/mark_todo_complete_2.rsel similarity index 100% rename from tracks/test/selenium/home/mark_todo_complete_2.rsel rename to test/selenium/home/mark_todo_complete_2.rsel diff --git a/tracks/test/selenium/home/mark_todo_complete_3.rsel b/test/selenium/home/mark_todo_complete_3.rsel similarity index 100% rename from tracks/test/selenium/home/mark_todo_complete_3.rsel rename to test/selenium/home/mark_todo_complete_3.rsel diff --git a/tracks/test/selenium/home/mark_todo_incomplete.rsel b/test/selenium/home/mark_todo_incomplete.rsel similarity index 100% rename from tracks/test/selenium/home/mark_todo_incomplete.rsel rename to test/selenium/home/mark_todo_incomplete.rsel diff --git a/tracks/test/selenium/home/star_todo.rsel b/test/selenium/home/star_todo.rsel similarity index 100% rename from tracks/test/selenium/home/star_todo.rsel rename to test/selenium/home/star_todo.rsel diff --git a/tracks/test/selenium/home/verify_item_not_starred.rsel b/test/selenium/home/verify_item_not_starred.rsel similarity index 100% rename from tracks/test/selenium/home/verify_item_not_starred.rsel rename to test/selenium/home/verify_item_not_starred.rsel diff --git a/tracks/test/selenium/integrations/no_script_if_no_contexts.rsel b/test/selenium/integrations/no_script_if_no_contexts.rsel similarity index 100% rename from tracks/test/selenium/integrations/no_script_if_no_contexts.rsel rename to test/selenium/integrations/no_script_if_no_contexts.rsel diff --git a/tracks/test/selenium/login/_login.rsel b/test/selenium/login/_login.rsel similarity index 100% rename from tracks/test/selenium/login/_login.rsel rename to test/selenium/login/_login.rsel diff --git a/tracks/test/selenium/login/first_run_shows_signup.rsel b/test/selenium/login/first_run_shows_signup.rsel similarity index 100% rename from tracks/test/selenium/login/first_run_shows_signup.rsel rename to test/selenium/login/first_run_shows_signup.rsel diff --git a/tracks/test/selenium/login/login_failure.rsel b/test/selenium/login/login_failure.rsel similarity index 100% rename from tracks/test/selenium/login/login_failure.rsel rename to test/selenium/login/login_failure.rsel diff --git a/tracks/test/selenium/login/login_success.rsel b/test/selenium/login/login_success.rsel similarity index 100% rename from tracks/test/selenium/login/login_success.rsel rename to test/selenium/login/login_success.rsel diff --git a/tracks/test/selenium/mobile/create_new_action.rsel b/test/selenium/mobile/create_new_action.rsel similarity index 100% rename from tracks/test/selenium/mobile/create_new_action.rsel rename to test/selenium/mobile/create_new_action.rsel diff --git a/tracks/test/selenium/mobile/mark_done.rsel b/test/selenium/mobile/mark_done.rsel similarity index 100% rename from tracks/test/selenium/mobile/mark_done.rsel rename to test/selenium/mobile/mark_done.rsel diff --git a/tracks/test/selenium/mobile/navigation.rsel b/test/selenium/mobile/navigation.rsel similarity index 100% rename from tracks/test/selenium/mobile/navigation.rsel rename to test/selenium/mobile/navigation.rsel diff --git a/tracks/test/selenium/notes/badge_count.rsel b/test/selenium/notes/badge_count.rsel similarity index 100% rename from tracks/test/selenium/notes/badge_count.rsel rename to test/selenium/notes/badge_count.rsel diff --git a/tracks/test/selenium/notes/link_to_note.rsel b/test/selenium/notes/link_to_note.rsel similarity index 100% rename from tracks/test/selenium/notes/link_to_note.rsel rename to test/selenium/notes/link_to_note.rsel diff --git a/tracks/test/selenium/notes/see_all_notes.rsel b/test/selenium/notes/see_all_notes.rsel similarity index 100% rename from tracks/test/selenium/notes/see_all_notes.rsel rename to test/selenium/notes/see_all_notes.rsel diff --git a/tracks/test/selenium/notes/toggle_notes.rsel b/test/selenium/notes/toggle_notes.rsel similarity index 100% rename from tracks/test/selenium/notes/toggle_notes.rsel rename to test/selenium/notes/toggle_notes.rsel diff --git a/tracks/test/selenium/project_detail/_add_deferred_todo.rsel b/test/selenium/project_detail/_add_deferred_todo.rsel similarity index 100% rename from tracks/test/selenium/project_detail/_add_deferred_todo.rsel rename to test/selenium/project_detail/_add_deferred_todo.rsel diff --git a/tracks/test/selenium/project_detail/activate_deferred_todo.rsel b/test/selenium/project_detail/activate_deferred_todo.rsel similarity index 100% rename from tracks/test/selenium/project_detail/activate_deferred_todo.rsel rename to test/selenium/project_detail/activate_deferred_todo.rsel diff --git a/tracks/test/selenium/project_detail/activate_last_deferred_todo.rsel b/test/selenium/project_detail/activate_last_deferred_todo.rsel similarity index 100% rename from tracks/test/selenium/project_detail/activate_last_deferred_todo.rsel rename to test/selenium/project_detail/activate_last_deferred_todo.rsel diff --git a/tracks/test/selenium/project_detail/add_todo.rsel b/test/selenium/project_detail/add_todo.rsel similarity index 100% rename from tracks/test/selenium/project_detail/add_todo.rsel rename to test/selenium/project_detail/add_todo.rsel diff --git a/tracks/test/selenium/project_detail/change_default_context.rsel b/test/selenium/project_detail/change_default_context.rsel similarity index 100% rename from tracks/test/selenium/project_detail/change_default_context.rsel rename to test/selenium/project_detail/change_default_context.rsel diff --git a/tracks/test/selenium/project_detail/change_project_status.rsel b/test/selenium/project_detail/change_project_status.rsel similarity index 100% rename from tracks/test/selenium/project_detail/change_project_status.rsel rename to test/selenium/project_detail/change_project_status.rsel diff --git a/tracks/test/selenium/project_detail/change_todos_project_to_blank.rsel b/test/selenium/project_detail/change_todos_project_to_blank.rsel similarity index 100% rename from tracks/test/selenium/project_detail/change_todos_project_to_blank.rsel rename to test/selenium/project_detail/change_todos_project_to_blank.rsel diff --git a/tracks/test/selenium/project_detail/count_actions_in_hidden_project.rsel b/test/selenium/project_detail/count_actions_in_hidden_project.rsel similarity index 100% rename from tracks/test/selenium/project_detail/count_actions_in_hidden_project.rsel rename to test/selenium/project_detail/count_actions_in_hidden_project.rsel diff --git a/tracks/test/selenium/project_detail/create_deferred_todo.rsel b/test/selenium/project_detail/create_deferred_todo.rsel similarity index 100% rename from tracks/test/selenium/project_detail/create_deferred_todo.rsel rename to test/selenium/project_detail/create_deferred_todo.rsel diff --git a/tracks/test/selenium/project_detail/defer_todo.rsel b/test/selenium/project_detail/defer_todo.rsel similarity index 100% rename from tracks/test/selenium/project_detail/defer_todo.rsel rename to test/selenium/project_detail/defer_todo.rsel diff --git a/tracks/test/selenium/project_detail/in_place_edit_name.rsel b/test/selenium/project_detail/in_place_edit_name.rsel similarity index 100% rename from tracks/test/selenium/project_detail/in_place_edit_name.rsel rename to test/selenium/project_detail/in_place_edit_name.rsel diff --git a/tracks/test/selenium/project_detail/mark_deferred_todo_complete.rsel b/test/selenium/project_detail/mark_deferred_todo_complete.rsel similarity index 100% rename from tracks/test/selenium/project_detail/mark_deferred_todo_complete.rsel rename to test/selenium/project_detail/mark_deferred_todo_complete.rsel diff --git a/tracks/test/selenium/project_detail/mark_last_deferred_todo_complete.rsel b/test/selenium/project_detail/mark_last_deferred_todo_complete.rsel similarity index 100% rename from tracks/test/selenium/project_detail/mark_last_deferred_todo_complete.rsel rename to test/selenium/project_detail/mark_last_deferred_todo_complete.rsel diff --git a/tracks/test/selenium/project_detail/toggle_notes.rsel b/test/selenium/project_detail/toggle_notes.rsel similarity index 100% rename from tracks/test/selenium/project_detail/toggle_notes.rsel rename to test/selenium/project_detail/toggle_notes.rsel diff --git a/tracks/test/selenium/project_listing/delete.rsel b/test/selenium/project_listing/delete.rsel similarity index 100% rename from tracks/test/selenium/project_listing/delete.rsel rename to test/selenium/project_listing/delete.rsel diff --git a/tracks/test/selenium/project_listing/edit_then_delete.rsel b/test/selenium/project_listing/edit_then_delete.rsel similarity index 100% rename from tracks/test/selenium/project_listing/edit_then_delete.rsel rename to test/selenium/project_listing/edit_then_delete.rsel diff --git a/tracks/test/selenium/project_listing/edit_twice.rsel b/test/selenium/project_listing/edit_twice.rsel similarity index 100% rename from tracks/test/selenium/project_listing/edit_twice.rsel rename to test/selenium/project_listing/edit_twice.rsel diff --git a/tracks/test/selenium/tags/badge_count.rsel b/test/selenium/tags/badge_count.rsel similarity index 100% rename from tracks/test/selenium/tags/badge_count.rsel rename to test/selenium/tags/badge_count.rsel diff --git a/tracks/test/selenium/tags/find_tagged.rsel b/test/selenium/tags/find_tagged.rsel similarity index 100% rename from tracks/test/selenium/tags/find_tagged.rsel rename to test/selenium/tags/find_tagged.rsel diff --git a/tracks/test/selenium/tags/open_starred_tags_without_anything_starred.rsel b/test/selenium/tags/open_starred_tags_without_anything_starred.rsel similarity index 100% rename from tracks/test/selenium/tags/open_starred_tags_without_anything_starred.rsel rename to test/selenium/tags/open_starred_tags_without_anything_starred.rsel diff --git a/tracks/test/selenium/tickler/change_deferred_todo_context.rsel b/test/selenium/tickler/change_deferred_todo_context.rsel similarity index 100% rename from tracks/test/selenium/tickler/change_deferred_todo_context.rsel rename to test/selenium/tickler/change_deferred_todo_context.rsel diff --git a/tracks/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel b/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel similarity index 100% rename from tracks/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel rename to test/selenium/tickler/create_deferred_todo_with_existing_context.rsel diff --git a/tracks/test/selenium/tickler/create_deferred_todo_with_new_context.rsel b/test/selenium/tickler/create_deferred_todo_with_new_context.rsel similarity index 100% rename from tracks/test/selenium/tickler/create_deferred_todo_with_new_context.rsel rename to test/selenium/tickler/create_deferred_todo_with_new_context.rsel diff --git a/tracks/test/selenium/tickler/see_all_deferred.rsel b/test/selenium/tickler/see_all_deferred.rsel similarity index 100% rename from tracks/test/selenium/tickler/see_all_deferred.rsel rename to test/selenium/tickler/see_all_deferred.rsel diff --git a/tracks/test/selenium_helper.rb b/test/selenium_helper.rb similarity index 100% rename from tracks/test/selenium_helper.rb rename to test/selenium_helper.rb diff --git a/tracks/test/test_helper.rb b/test/test_helper.rb similarity index 100% rename from tracks/test/test_helper.rb rename to test/test_helper.rb diff --git a/tracks/test/unit/context_test.rb b/test/unit/context_test.rb similarity index 100% rename from tracks/test/unit/context_test.rb rename to test/unit/context_test.rb diff --git a/tracks/test/unit/notes_test.rb b/test/unit/notes_test.rb similarity index 100% rename from tracks/test/unit/notes_test.rb rename to test/unit/notes_test.rb diff --git a/tracks/test/unit/preference_test.rb b/test/unit/preference_test.rb similarity index 100% rename from tracks/test/unit/preference_test.rb rename to test/unit/preference_test.rb diff --git a/tracks/test/unit/project_test.rb b/test/unit/project_test.rb similarity index 100% rename from tracks/test/unit/project_test.rb rename to test/unit/project_test.rb diff --git a/tracks/test/unit/prototype_helper_extensions_test.rb b/test/unit/prototype_helper_extensions_test.rb similarity index 100% rename from tracks/test/unit/prototype_helper_extensions_test.rb rename to test/unit/prototype_helper_extensions_test.rb diff --git a/tracks/test/unit/tag_test.rb b/test/unit/tag_test.rb similarity index 100% rename from tracks/test/unit/tag_test.rb rename to test/unit/tag_test.rb diff --git a/tracks/test/unit/tagging_test.rb b/test/unit/tagging_test.rb similarity index 100% rename from tracks/test/unit/tagging_test.rb rename to test/unit/tagging_test.rb diff --git a/tracks/test/unit/todo_create_params_helper_test.rb b/test/unit/todo_create_params_helper_test.rb similarity index 100% rename from tracks/test/unit/todo_create_params_helper_test.rb rename to test/unit/todo_create_params_helper_test.rb diff --git a/tracks/test/unit/todo_test.rb b/test/unit/todo_test.rb similarity index 100% rename from tracks/test/unit/todo_test.rb rename to test/unit/todo_test.rb diff --git a/tracks/test/unit/user_test.rb b/test/unit/user_test.rb similarity index 100% rename from tracks/test/unit/user_test.rb rename to test/unit/user_test.rb diff --git a/tracks/test/views/todos_helper_test.rb b/test/views/todos_helper_test.rb similarity index 100% rename from tracks/test/views/todos_helper_test.rb rename to test/views/todos_helper_test.rb diff --git a/tracks/vendor/gems/highline-1.4.0/CHANGELOG b/vendor/gems/highline-1.4.0/CHANGELOG similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/CHANGELOG rename to vendor/gems/highline-1.4.0/CHANGELOG diff --git a/tracks/vendor/gems/highline-1.4.0/INSTALL b/vendor/gems/highline-1.4.0/INSTALL similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/INSTALL rename to vendor/gems/highline-1.4.0/INSTALL diff --git a/tracks/vendor/gems/highline-1.4.0/LICENSE b/vendor/gems/highline-1.4.0/LICENSE similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/LICENSE rename to vendor/gems/highline-1.4.0/LICENSE diff --git a/tracks/vendor/gems/highline-1.4.0/README b/vendor/gems/highline-1.4.0/README similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/README rename to vendor/gems/highline-1.4.0/README diff --git a/tracks/vendor/gems/highline-1.4.0/Rakefile b/vendor/gems/highline-1.4.0/Rakefile similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/Rakefile rename to vendor/gems/highline-1.4.0/Rakefile diff --git a/tracks/vendor/gems/highline-1.4.0/TODO b/vendor/gems/highline-1.4.0/TODO similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/TODO rename to vendor/gems/highline-1.4.0/TODO diff --git a/tracks/vendor/gems/highline-1.4.0/examples/ansi_colors.rb b/vendor/gems/highline-1.4.0/examples/ansi_colors.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/ansi_colors.rb rename to vendor/gems/highline-1.4.0/examples/ansi_colors.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/asking_for_arrays.rb b/vendor/gems/highline-1.4.0/examples/asking_for_arrays.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/asking_for_arrays.rb rename to vendor/gems/highline-1.4.0/examples/asking_for_arrays.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/basic_usage.rb b/vendor/gems/highline-1.4.0/examples/basic_usage.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/basic_usage.rb rename to vendor/gems/highline-1.4.0/examples/basic_usage.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/color_scheme.rb b/vendor/gems/highline-1.4.0/examples/color_scheme.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/color_scheme.rb rename to vendor/gems/highline-1.4.0/examples/color_scheme.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/menus.rb b/vendor/gems/highline-1.4.0/examples/menus.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/menus.rb rename to vendor/gems/highline-1.4.0/examples/menus.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/overwrite.rb b/vendor/gems/highline-1.4.0/examples/overwrite.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/overwrite.rb rename to vendor/gems/highline-1.4.0/examples/overwrite.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/page_and_wrap.rb b/vendor/gems/highline-1.4.0/examples/page_and_wrap.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/page_and_wrap.rb rename to vendor/gems/highline-1.4.0/examples/page_and_wrap.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/password.rb b/vendor/gems/highline-1.4.0/examples/password.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/password.rb rename to vendor/gems/highline-1.4.0/examples/password.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/trapping_eof.rb b/vendor/gems/highline-1.4.0/examples/trapping_eof.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/trapping_eof.rb rename to vendor/gems/highline-1.4.0/examples/trapping_eof.rb diff --git a/tracks/vendor/gems/highline-1.4.0/examples/using_readline.rb b/vendor/gems/highline-1.4.0/examples/using_readline.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/examples/using_readline.rb rename to vendor/gems/highline-1.4.0/examples/using_readline.rb diff --git a/tracks/vendor/gems/highline-1.4.0/lib/highline.rb b/vendor/gems/highline-1.4.0/lib/highline.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/lib/highline.rb rename to vendor/gems/highline-1.4.0/lib/highline.rb diff --git a/tracks/vendor/gems/highline-1.4.0/lib/highline/color_scheme.rb b/vendor/gems/highline-1.4.0/lib/highline/color_scheme.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/lib/highline/color_scheme.rb rename to vendor/gems/highline-1.4.0/lib/highline/color_scheme.rb diff --git a/tracks/vendor/gems/highline-1.4.0/lib/highline/import.rb b/vendor/gems/highline-1.4.0/lib/highline/import.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/lib/highline/import.rb rename to vendor/gems/highline-1.4.0/lib/highline/import.rb diff --git a/tracks/vendor/gems/highline-1.4.0/lib/highline/menu.rb b/vendor/gems/highline-1.4.0/lib/highline/menu.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/lib/highline/menu.rb rename to vendor/gems/highline-1.4.0/lib/highline/menu.rb diff --git a/tracks/vendor/gems/highline-1.4.0/lib/highline/question.rb b/vendor/gems/highline-1.4.0/lib/highline/question.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/lib/highline/question.rb rename to vendor/gems/highline-1.4.0/lib/highline/question.rb diff --git a/tracks/vendor/gems/highline-1.4.0/lib/highline/system_extensions.rb b/vendor/gems/highline-1.4.0/lib/highline/system_extensions.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/lib/highline/system_extensions.rb rename to vendor/gems/highline-1.4.0/lib/highline/system_extensions.rb diff --git a/tracks/vendor/gems/highline-1.4.0/setup.rb b/vendor/gems/highline-1.4.0/setup.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/setup.rb rename to vendor/gems/highline-1.4.0/setup.rb diff --git a/tracks/vendor/gems/highline-1.4.0/test/tc_color_scheme.rb b/vendor/gems/highline-1.4.0/test/tc_color_scheme.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/test/tc_color_scheme.rb rename to vendor/gems/highline-1.4.0/test/tc_color_scheme.rb diff --git a/tracks/vendor/gems/highline-1.4.0/test/tc_highline.rb b/vendor/gems/highline-1.4.0/test/tc_highline.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/test/tc_highline.rb rename to vendor/gems/highline-1.4.0/test/tc_highline.rb diff --git a/tracks/vendor/gems/highline-1.4.0/test/tc_import.rb b/vendor/gems/highline-1.4.0/test/tc_import.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/test/tc_import.rb rename to vendor/gems/highline-1.4.0/test/tc_import.rb diff --git a/tracks/vendor/gems/highline-1.4.0/test/tc_menu.rb b/vendor/gems/highline-1.4.0/test/tc_menu.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/test/tc_menu.rb rename to vendor/gems/highline-1.4.0/test/tc_menu.rb diff --git a/tracks/vendor/gems/highline-1.4.0/test/ts_all.rb b/vendor/gems/highline-1.4.0/test/ts_all.rb similarity index 100% rename from tracks/vendor/gems/highline-1.4.0/test/ts_all.rb rename to vendor/gems/highline-1.4.0/test/ts_all.rb diff --git a/tracks/vendor/plugins/acts_as_list/README b/vendor/plugins/acts_as_list/README similarity index 100% rename from tracks/vendor/plugins/acts_as_list/README rename to vendor/plugins/acts_as_list/README diff --git a/tracks/vendor/plugins/acts_as_list/init.rb b/vendor/plugins/acts_as_list/init.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_list/init.rb rename to vendor/plugins/acts_as_list/init.rb diff --git a/tracks/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb b/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb rename to vendor/plugins/acts_as_list/lib/active_record/acts/list.rb diff --git a/tracks/vendor/plugins/acts_as_list/test/list_test.rb b/vendor/plugins/acts_as_list/test/list_test.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_list/test/list_test.rb rename to vendor/plugins/acts_as_list/test/list_test.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/CHANGELOG b/vendor/plugins/acts_as_state_machine/CHANGELOG similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/CHANGELOG rename to vendor/plugins/acts_as_state_machine/CHANGELOG diff --git a/tracks/vendor/plugins/acts_as_state_machine/MIT-LICENSE b/vendor/plugins/acts_as_state_machine/MIT-LICENSE similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/MIT-LICENSE rename to vendor/plugins/acts_as_state_machine/MIT-LICENSE diff --git a/tracks/vendor/plugins/acts_as_state_machine/README b/vendor/plugins/acts_as_state_machine/README similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/README rename to vendor/plugins/acts_as_state_machine/README diff --git a/tracks/vendor/plugins/acts_as_state_machine/Rakefile b/vendor/plugins/acts_as_state_machine/Rakefile similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/Rakefile rename to vendor/plugins/acts_as_state_machine/Rakefile diff --git a/tracks/vendor/plugins/acts_as_state_machine/TODO b/vendor/plugins/acts_as_state_machine/TODO similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/TODO rename to vendor/plugins/acts_as_state_machine/TODO diff --git a/tracks/vendor/plugins/acts_as_state_machine/init.rb b/vendor/plugins/acts_as_state_machine/init.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/init.rb rename to vendor/plugins/acts_as_state_machine/init.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb b/vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb rename to vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/acts_as_state_machine_test.rb b/vendor/plugins/acts_as_state_machine/test/acts_as_state_machine_test.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/acts_as_state_machine_test.rb rename to vendor/plugins/acts_as_state_machine/test/acts_as_state_machine_test.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/database.yml b/vendor/plugins/acts_as_state_machine/test/database.yml similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/database.yml rename to vendor/plugins/acts_as_state_machine/test/database.yml diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/fixtures/conversation.rb b/vendor/plugins/acts_as_state_machine/test/fixtures/conversation.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/fixtures/conversation.rb rename to vendor/plugins/acts_as_state_machine/test/fixtures/conversation.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/fixtures/conversations.yml b/vendor/plugins/acts_as_state_machine/test/fixtures/conversations.yml similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/fixtures/conversations.yml rename to vendor/plugins/acts_as_state_machine/test/fixtures/conversations.yml diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/fixtures/person.rb b/vendor/plugins/acts_as_state_machine/test/fixtures/person.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/fixtures/person.rb rename to vendor/plugins/acts_as_state_machine/test/fixtures/person.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/schema.rb b/vendor/plugins/acts_as_state_machine/test/schema.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/schema.rb rename to vendor/plugins/acts_as_state_machine/test/schema.rb diff --git a/tracks/vendor/plugins/acts_as_state_machine/test/test_helper.rb b/vendor/plugins/acts_as_state_machine/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/acts_as_state_machine/test/test_helper.rb rename to vendor/plugins/acts_as_state_machine/test/test_helper.rb diff --git a/tracks/vendor/plugins/arts/README b/vendor/plugins/arts/README similarity index 100% rename from tracks/vendor/plugins/arts/README rename to vendor/plugins/arts/README diff --git a/tracks/vendor/plugins/arts/about.yml b/vendor/plugins/arts/about.yml similarity index 100% rename from tracks/vendor/plugins/arts/about.yml rename to vendor/plugins/arts/about.yml diff --git a/tracks/vendor/plugins/arts/init.rb b/vendor/plugins/arts/init.rb similarity index 100% rename from tracks/vendor/plugins/arts/init.rb rename to vendor/plugins/arts/init.rb diff --git a/tracks/vendor/plugins/arts/install.rb b/vendor/plugins/arts/install.rb similarity index 100% rename from tracks/vendor/plugins/arts/install.rb rename to vendor/plugins/arts/install.rb diff --git a/tracks/vendor/plugins/arts/lib/arts.rb b/vendor/plugins/arts/lib/arts.rb similarity index 100% rename from tracks/vendor/plugins/arts/lib/arts.rb rename to vendor/plugins/arts/lib/arts.rb diff --git a/tracks/vendor/plugins/arts/test/arts_test.rb b/vendor/plugins/arts/test/arts_test.rb similarity index 100% rename from tracks/vendor/plugins/arts/test/arts_test.rb rename to vendor/plugins/arts/test/arts_test.rb diff --git a/tracks/vendor/plugins/asset_packager/CHANGELOG b/vendor/plugins/asset_packager/CHANGELOG similarity index 100% rename from tracks/vendor/plugins/asset_packager/CHANGELOG rename to vendor/plugins/asset_packager/CHANGELOG diff --git a/tracks/vendor/plugins/asset_packager/README b/vendor/plugins/asset_packager/README similarity index 100% rename from tracks/vendor/plugins/asset_packager/README rename to vendor/plugins/asset_packager/README diff --git a/tracks/vendor/plugins/asset_packager/Rakefile b/vendor/plugins/asset_packager/Rakefile similarity index 100% rename from tracks/vendor/plugins/asset_packager/Rakefile rename to vendor/plugins/asset_packager/Rakefile diff --git a/tracks/vendor/plugins/asset_packager/about.yml b/vendor/plugins/asset_packager/about.yml similarity index 100% rename from tracks/vendor/plugins/asset_packager/about.yml rename to vendor/plugins/asset_packager/about.yml diff --git a/tracks/vendor/plugins/asset_packager/init.rb b/vendor/plugins/asset_packager/init.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/init.rb rename to vendor/plugins/asset_packager/init.rb diff --git a/tracks/vendor/plugins/asset_packager/install.rb b/vendor/plugins/asset_packager/install.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/install.rb rename to vendor/plugins/asset_packager/install.rb diff --git a/tracks/vendor/plugins/asset_packager/lib/jsmin.rb b/vendor/plugins/asset_packager/lib/jsmin.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/lib/jsmin.rb rename to vendor/plugins/asset_packager/lib/jsmin.rb diff --git a/tracks/vendor/plugins/asset_packager/lib/synthesis/asset_package.rb b/vendor/plugins/asset_packager/lib/synthesis/asset_package.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/lib/synthesis/asset_package.rb rename to vendor/plugins/asset_packager/lib/synthesis/asset_package.rb diff --git a/tracks/vendor/plugins/asset_packager/lib/synthesis/asset_package_helper.rb b/vendor/plugins/asset_packager/lib/synthesis/asset_package_helper.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/lib/synthesis/asset_package_helper.rb rename to vendor/plugins/asset_packager/lib/synthesis/asset_package_helper.rb diff --git a/tracks/vendor/plugins/asset_packager/tasks/asset_packager_tasks.rake b/vendor/plugins/asset_packager/tasks/asset_packager_tasks.rake similarity index 100% rename from tracks/vendor/plugins/asset_packager/tasks/asset_packager_tasks.rake rename to vendor/plugins/asset_packager/tasks/asset_packager_tasks.rake diff --git a/tracks/vendor/plugins/asset_packager/test/asset_package_helper_development_test.rb b/vendor/plugins/asset_packager/test/asset_package_helper_development_test.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/asset_package_helper_development_test.rb rename to vendor/plugins/asset_packager/test/asset_package_helper_development_test.rb diff --git a/tracks/vendor/plugins/asset_packager/test/asset_package_helper_production_test.rb b/vendor/plugins/asset_packager/test/asset_package_helper_production_test.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/asset_package_helper_production_test.rb rename to vendor/plugins/asset_packager/test/asset_package_helper_production_test.rb diff --git a/tracks/vendor/plugins/asset_packager/test/asset_packager_test.rb b/vendor/plugins/asset_packager/test/asset_packager_test.rb similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/asset_packager_test.rb rename to vendor/plugins/asset_packager/test/asset_packager_test.rb diff --git a/tracks/vendor/plugins/asset_packager/test/asset_packages.yml b/vendor/plugins/asset_packager/test/asset_packages.yml similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/asset_packages.yml rename to vendor/plugins/asset_packager/test/asset_packages.yml diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/application.js b/vendor/plugins/asset_packager/test/assets/javascripts/application.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/application.js rename to vendor/plugins/asset_packager/test/assets/javascripts/application.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/bar.js b/vendor/plugins/asset_packager/test/assets/javascripts/bar.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/bar.js rename to vendor/plugins/asset_packager/test/assets/javascripts/bar.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/controls.js b/vendor/plugins/asset_packager/test/assets/javascripts/controls.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/controls.js rename to vendor/plugins/asset_packager/test/assets/javascripts/controls.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/dragdrop.js b/vendor/plugins/asset_packager/test/assets/javascripts/dragdrop.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/dragdrop.js rename to vendor/plugins/asset_packager/test/assets/javascripts/dragdrop.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/effects.js b/vendor/plugins/asset_packager/test/assets/javascripts/effects.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/effects.js rename to vendor/plugins/asset_packager/test/assets/javascripts/effects.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/foo.js b/vendor/plugins/asset_packager/test/assets/javascripts/foo.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/foo.js rename to vendor/plugins/asset_packager/test/assets/javascripts/foo.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/javascripts/prototype.js b/vendor/plugins/asset_packager/test/assets/javascripts/prototype.js similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/javascripts/prototype.js rename to vendor/plugins/asset_packager/test/assets/javascripts/prototype.js diff --git a/tracks/vendor/plugins/asset_packager/test/assets/stylesheets/bar.css b/vendor/plugins/asset_packager/test/assets/stylesheets/bar.css similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/stylesheets/bar.css rename to vendor/plugins/asset_packager/test/assets/stylesheets/bar.css diff --git a/tracks/vendor/plugins/asset_packager/test/assets/stylesheets/foo.css b/vendor/plugins/asset_packager/test/assets/stylesheets/foo.css similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/stylesheets/foo.css rename to vendor/plugins/asset_packager/test/assets/stylesheets/foo.css diff --git a/tracks/vendor/plugins/asset_packager/test/assets/stylesheets/header.css b/vendor/plugins/asset_packager/test/assets/stylesheets/header.css similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/stylesheets/header.css rename to vendor/plugins/asset_packager/test/assets/stylesheets/header.css diff --git a/tracks/vendor/plugins/asset_packager/test/assets/stylesheets/screen.css b/vendor/plugins/asset_packager/test/assets/stylesheets/screen.css similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/stylesheets/screen.css rename to vendor/plugins/asset_packager/test/assets/stylesheets/screen.css diff --git a/tracks/vendor/plugins/asset_packager/test/assets/stylesheets/subdir/bar.css b/vendor/plugins/asset_packager/test/assets/stylesheets/subdir/bar.css similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/stylesheets/subdir/bar.css rename to vendor/plugins/asset_packager/test/assets/stylesheets/subdir/bar.css diff --git a/tracks/vendor/plugins/asset_packager/test/assets/stylesheets/subdir/foo.css b/vendor/plugins/asset_packager/test/assets/stylesheets/subdir/foo.css similarity index 100% rename from tracks/vendor/plugins/asset_packager/test/assets/stylesheets/subdir/foo.css rename to vendor/plugins/asset_packager/test/assets/stylesheets/subdir/foo.css diff --git a/tracks/vendor/plugins/classic_pagination/CHANGELOG b/vendor/plugins/classic_pagination/CHANGELOG similarity index 100% rename from tracks/vendor/plugins/classic_pagination/CHANGELOG rename to vendor/plugins/classic_pagination/CHANGELOG diff --git a/tracks/vendor/plugins/classic_pagination/README b/vendor/plugins/classic_pagination/README similarity index 100% rename from tracks/vendor/plugins/classic_pagination/README rename to vendor/plugins/classic_pagination/README diff --git a/tracks/vendor/plugins/classic_pagination/Rakefile b/vendor/plugins/classic_pagination/Rakefile similarity index 100% rename from tracks/vendor/plugins/classic_pagination/Rakefile rename to vendor/plugins/classic_pagination/Rakefile diff --git a/tracks/vendor/plugins/classic_pagination/init.rb b/vendor/plugins/classic_pagination/init.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/init.rb rename to vendor/plugins/classic_pagination/init.rb diff --git a/tracks/vendor/plugins/classic_pagination/install.rb b/vendor/plugins/classic_pagination/install.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/install.rb rename to vendor/plugins/classic_pagination/install.rb diff --git a/tracks/vendor/plugins/classic_pagination/lib/pagination.rb b/vendor/plugins/classic_pagination/lib/pagination.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/lib/pagination.rb rename to vendor/plugins/classic_pagination/lib/pagination.rb diff --git a/tracks/vendor/plugins/classic_pagination/lib/pagination_helper.rb b/vendor/plugins/classic_pagination/lib/pagination_helper.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/lib/pagination_helper.rb rename to vendor/plugins/classic_pagination/lib/pagination_helper.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/companies.yml b/vendor/plugins/classic_pagination/test/fixtures/companies.yml similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/companies.yml rename to vendor/plugins/classic_pagination/test/fixtures/companies.yml diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/company.rb b/vendor/plugins/classic_pagination/test/fixtures/company.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/company.rb rename to vendor/plugins/classic_pagination/test/fixtures/company.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/developer.rb b/vendor/plugins/classic_pagination/test/fixtures/developer.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/developer.rb rename to vendor/plugins/classic_pagination/test/fixtures/developer.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/developers.yml b/vendor/plugins/classic_pagination/test/fixtures/developers.yml similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/developers.yml rename to vendor/plugins/classic_pagination/test/fixtures/developers.yml diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml b/vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml rename to vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/project.rb b/vendor/plugins/classic_pagination/test/fixtures/project.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/project.rb rename to vendor/plugins/classic_pagination/test/fixtures/project.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/projects.yml b/vendor/plugins/classic_pagination/test/fixtures/projects.yml similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/projects.yml rename to vendor/plugins/classic_pagination/test/fixtures/projects.yml diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/replies.yml b/vendor/plugins/classic_pagination/test/fixtures/replies.yml similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/replies.yml rename to vendor/plugins/classic_pagination/test/fixtures/replies.yml diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/reply.rb b/vendor/plugins/classic_pagination/test/fixtures/reply.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/reply.rb rename to vendor/plugins/classic_pagination/test/fixtures/reply.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/schema.sql b/vendor/plugins/classic_pagination/test/fixtures/schema.sql similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/schema.sql rename to vendor/plugins/classic_pagination/test/fixtures/schema.sql diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/topic.rb b/vendor/plugins/classic_pagination/test/fixtures/topic.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/topic.rb rename to vendor/plugins/classic_pagination/test/fixtures/topic.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/fixtures/topics.yml b/vendor/plugins/classic_pagination/test/fixtures/topics.yml similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/fixtures/topics.yml rename to vendor/plugins/classic_pagination/test/fixtures/topics.yml diff --git a/tracks/vendor/plugins/classic_pagination/test/helper.rb b/vendor/plugins/classic_pagination/test/helper.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/helper.rb rename to vendor/plugins/classic_pagination/test/helper.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/pagination_helper_test.rb b/vendor/plugins/classic_pagination/test/pagination_helper_test.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/pagination_helper_test.rb rename to vendor/plugins/classic_pagination/test/pagination_helper_test.rb diff --git a/tracks/vendor/plugins/classic_pagination/test/pagination_test.rb b/vendor/plugins/classic_pagination/test/pagination_test.rb similarity index 100% rename from tracks/vendor/plugins/classic_pagination/test/pagination_test.rb rename to vendor/plugins/classic_pagination/test/pagination_test.rb diff --git a/tracks/vendor/plugins/extra_validations/init.rb b/vendor/plugins/extra_validations/init.rb similarity index 100% rename from tracks/vendor/plugins/extra_validations/init.rb rename to vendor/plugins/extra_validations/init.rb diff --git a/tracks/vendor/plugins/extra_validations/lib/extra_validations.rb b/vendor/plugins/extra_validations/lib/extra_validations.rb similarity index 100% rename from tracks/vendor/plugins/extra_validations/lib/extra_validations.rb rename to vendor/plugins/extra_validations/lib/extra_validations.rb diff --git a/tracks/vendor/plugins/flashobject_helper/README b/vendor/plugins/flashobject_helper/README similarity index 100% rename from tracks/vendor/plugins/flashobject_helper/README rename to vendor/plugins/flashobject_helper/README diff --git a/tracks/vendor/plugins/flashobject_helper/init.rb b/vendor/plugins/flashobject_helper/init.rb similarity index 100% rename from tracks/vendor/plugins/flashobject_helper/init.rb rename to vendor/plugins/flashobject_helper/init.rb diff --git a/tracks/vendor/plugins/flashobject_helper/install.rb b/vendor/plugins/flashobject_helper/install.rb similarity index 100% rename from tracks/vendor/plugins/flashobject_helper/install.rb rename to vendor/plugins/flashobject_helper/install.rb diff --git a/tracks/vendor/plugins/flashobject_helper/javascripts/flashobject.js b/vendor/plugins/flashobject_helper/javascripts/flashobject.js similarity index 100% rename from tracks/vendor/plugins/flashobject_helper/javascripts/flashobject.js rename to vendor/plugins/flashobject_helper/javascripts/flashobject.js diff --git a/tracks/vendor/plugins/flashobject_helper/lib/flashobject_view_helper.rb b/vendor/plugins/flashobject_helper/lib/flashobject_view_helper.rb similarity index 100% rename from tracks/vendor/plugins/flashobject_helper/lib/flashobject_view_helper.rb rename to vendor/plugins/flashobject_helper/lib/flashobject_view_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/CHANGELOG b/vendor/plugins/has_many_polymorphs/CHANGELOG similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/CHANGELOG rename to vendor/plugins/has_many_polymorphs/CHANGELOG diff --git a/tracks/vendor/plugins/has_many_polymorphs/LICENSE b/vendor/plugins/has_many_polymorphs/LICENSE similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/LICENSE rename to vendor/plugins/has_many_polymorphs/LICENSE diff --git a/tracks/vendor/plugins/has_many_polymorphs/Manifest b/vendor/plugins/has_many_polymorphs/Manifest similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/Manifest rename to vendor/plugins/has_many_polymorphs/Manifest diff --git a/tracks/vendor/plugins/has_many_polymorphs/README b/vendor/plugins/has_many_polymorphs/README similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/README rename to vendor/plugins/has_many_polymorphs/README diff --git a/tracks/vendor/plugins/has_many_polymorphs/Rakefile b/vendor/plugins/has_many_polymorphs/Rakefile similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/Rakefile rename to vendor/plugins/has_many_polymorphs/Rakefile diff --git a/tracks/vendor/plugins/has_many_polymorphs/TODO b/vendor/plugins/has_many_polymorphs/TODO similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/TODO rename to vendor/plugins/has_many_polymorphs/TODO diff --git a/tracks/vendor/plugins/has_many_polymorphs/examples/hmph.rb b/vendor/plugins/has_many_polymorphs/examples/hmph.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/examples/hmph.rb rename to vendor/plugins/has_many_polymorphs/examples/hmph.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/commenting_generator.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/commenting_generator.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/commenting_generator.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/commenting_generator.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment_test.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment_test.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/comment_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_extensions.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_extensions.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_extensions.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_extensions.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_test.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_test.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/commenting_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commentings.yml b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commentings.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/commentings.yml rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/commentings.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comments.yml b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comments.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/comments.yml rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/comments.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/migration.rb b/vendor/plugins/has_many_polymorphs/generators/commenting/templates/migration.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/commenting/templates/migration.rb rename to vendor/plugins/has_many_polymorphs/generators/commenting/templates/migration.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/tagging_generator.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/tagging_generator.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/tagging_generator.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/tagging_generator.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/migration.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/migration.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/migration.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/migration.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag_test.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag_test.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/tag_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_extensions.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_extensions.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_extensions.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_extensions.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_test.rb b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_test.rb rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/tagging_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/taggings.yml b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/taggings.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/taggings.yml rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/taggings.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tags.yml b/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tags.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/generators/tagging/templates/tags.yml rename to vendor/plugins/has_many_polymorphs/generators/tagging/templates/tags.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/init.rb b/vendor/plugins/has_many_polymorphs/init.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/init.rb rename to vendor/plugins/has_many_polymorphs/init.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/association.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/association.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/association.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/association.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/autoload.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/autoload.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/autoload.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/autoload.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/base.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/base.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/base.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/base.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/class_methods.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/class_methods.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/class_methods.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/class_methods.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/configuration.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/configuration.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/configuration.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/configuration.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/debugging_tools.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/debugging_tools.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/debugging_tools.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/debugging_tools.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/rake_task_redefine_task.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/rake_task_redefine_task.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/rake_task_redefine_task.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/rake_task_redefine_task.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/reflection.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/reflection.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/reflection.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/reflection.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/support_methods.rb b/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/support_methods.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/support_methods.rb rename to vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/support_methods.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/bow_wows.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/bow_wows.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/bow_wows.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/bow_wows.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/cats.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/cats.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/cats.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/cats.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/eaters_foodstuffs.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/eaters_foodstuffs.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/eaters_foodstuffs.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/eaters_foodstuffs.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/frogs.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/frogs.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/frogs.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/frogs.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/keep_your_enemies_close.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/keep_your_enemies_close.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/keep_your_enemies_close.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/keep_your_enemies_close.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/little_whale_pupils.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/little_whale_pupils.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/little_whale_pupils.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/little_whale_pupils.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/people.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/people.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/people.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/people.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/petfoods.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/petfoods.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/petfoods.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/petfoods.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/whales.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/whales.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/whales.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/whales.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/fixtures/wild_boars.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/wild_boars.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/fixtures/wild_boars.yml rename to vendor/plugins/has_many_polymorphs/test/fixtures/wild_boars.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/README b/vendor/plugins/has_many_polymorphs/test/integration/app/README similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/README rename to vendor/plugins/has_many_polymorphs/test/integration/app/README diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/Rakefile b/vendor/plugins/has_many_polymorphs/test/integration/app/Rakefile similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/Rakefile rename to vendor/plugins/has_many_polymorphs/test/integration/app/Rakefile diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/addresses_controller.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/addresses_controller.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/addresses_controller.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/addresses_controller.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/sellers_controller.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/sellers_controller.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/sellers_controller.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/sellers_controller.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/states_controller.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/states_controller.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/states_controller.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/states_controller.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/users_controller.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/users_controller.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/users_controller.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/users_controller.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/addresses_helper.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/addresses_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/addresses_helper.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/addresses_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/application_helper.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/application_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/application_helper.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/application_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/sellers_helper.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/sellers_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/sellers_helper.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/sellers_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/states_helper.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/states_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/states_helper.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/states_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/users_helper.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/users_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/users_helper.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/helpers/users_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/address.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/address.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/address.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/models/address.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citation.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citation.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citation.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citation.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citations_item.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citations_item.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citations_item.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/models/citations_item.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/seller.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/seller.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/seller.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/models/seller.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/state.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/state.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/state.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/models/state.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/user.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/user.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/user.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/models/user.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/index.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/index.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/index.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/index.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/new.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/new.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/new.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/new.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/show.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/show.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/show.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/show.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/addresses.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/addresses.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/addresses.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/addresses.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/sellers.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/sellers.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/sellers.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/sellers.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/states.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/states.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/states.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/states.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/users.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/users.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/users.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/layouts/users.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/edit.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/edit.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/edit.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/edit.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/new.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/new.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/new.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/new.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/show.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/show.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/show.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/show.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/edit.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/edit.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/edit.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/edit.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/new.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/new.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/new.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/new.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/show.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/show.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/show.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/show.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/edit.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/edit.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/edit.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/edit.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/index.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/index.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/index.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/index.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/new.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/new.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/new.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/new.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/show.html.erb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/show.html.erb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/show.html.erb rename to vendor/plugins/has_many_polymorphs/test/integration/app/app/views/users/show.html.erb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/boot.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/config/boot.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/boot.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/boot.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/database.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/config/database.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/database.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/database.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environment.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/config/environment.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environment.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/environment.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/development.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/development.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/development.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/development.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/production.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/production.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/production.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/production.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/environments/test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/locomotive.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/config/locomotive.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/locomotive.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/locomotive.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/routes.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/config/routes.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/routes.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/routes.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/default.base b/vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/default.base similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/default.base rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/default.base diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/development.conf.canonical b/vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/development.conf.canonical similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/development.conf.canonical rename to vendor/plugins/has_many_polymorphs/test/integration/app/config/ultrasphinx/development.conf.canonical diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/001_create_users.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/001_create_users.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/001_create_users.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/001_create_users.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/002_create_sellers.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/002_create_sellers.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/002_create_sellers.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/002_create_sellers.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/003_create_addresses.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/003_create_addresses.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/003_create_addresses.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/003_create_addresses.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/004_create_states.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/004_create_states.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/004_create_states.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/004_create_states.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_add_capitalization_to_seller.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_add_capitalization_to_seller.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_add_capitalization_to_seller.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/005_add_capitalization_to_seller.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/006_add_deleted_to_user.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/006_add_deleted_to_user.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/006_add_deleted_to_user.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/006_add_deleted_to_user.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/008_create_citations.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/008_create_citations.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/008_create_citations.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/008_create_citations.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/009_create_citations_items.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/009_create_citations_items.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/009_create_citations_items.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/db/migrate/009_create_citations_items.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/doc/README_FOR_APP b/vendor/plugins/has_many_polymorphs/test/integration/app/doc/README_FOR_APP similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/doc/README_FOR_APP rename to vendor/plugins/has_many_polymorphs/test/integration/app/doc/README_FOR_APP diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/generators/commenting_generator_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/generators/commenting_generator_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/generators/commenting_generator_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/generators/commenting_generator_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/.htaccess b/vendor/plugins/has_many_polymorphs/test/integration/app/public/.htaccess similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/.htaccess rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/.htaccess diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/404.html b/vendor/plugins/has_many_polymorphs/test/integration/app/public/404.html similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/404.html rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/404.html diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/500.html b/vendor/plugins/has_many_polymorphs/test/integration/app/public/500.html similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/500.html rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/500.html diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.cgi b/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.cgi similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.cgi rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.cgi diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.fcgi b/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.fcgi similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.fcgi rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.fcgi diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/dispatch.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/favicon.ico b/vendor/plugins/has_many_polymorphs/test/integration/app/public/favicon.ico similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/favicon.ico rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/favicon.ico diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/images/rails.png b/vendor/plugins/has_many_polymorphs/test/integration/app/public/images/rails.png similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/images/rails.png rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/images/rails.png diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/index.html b/vendor/plugins/has_many_polymorphs/test/integration/app/public/index.html similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/index.html rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/index.html diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/application.js b/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/application.js similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/application.js rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/application.js diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/controls.js b/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/controls.js similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/controls.js rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/controls.js diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/dragdrop.js b/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/dragdrop.js similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/dragdrop.js rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/dragdrop.js diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/effects.js b/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/effects.js similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/effects.js rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/effects.js diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/prototype.js b/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/prototype.js similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/prototype.js rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/javascripts/prototype.js diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/robots.txt b/vendor/plugins/has_many_polymorphs/test/integration/app/public/robots.txt similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/robots.txt rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/robots.txt diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/stylesheets/scaffold.css b/vendor/plugins/has_many_polymorphs/test/integration/app/public/stylesheets/scaffold.css similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/public/stylesheets/scaffold.css rename to vendor/plugins/has_many_polymorphs/test/integration/app/public/stylesheets/scaffold.css diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/about b/vendor/plugins/has_many_polymorphs/test/integration/app/script/about similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/about rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/about diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/breakpointer b/vendor/plugins/has_many_polymorphs/test/integration/app/script/breakpointer similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/breakpointer rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/breakpointer diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/console b/vendor/plugins/has_many_polymorphs/test/integration/app/script/console similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/console rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/console diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/destroy b/vendor/plugins/has_many_polymorphs/test/integration/app/script/destroy similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/destroy rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/destroy diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/generate b/vendor/plugins/has_many_polymorphs/test/integration/app/script/generate similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/generate rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/generate diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/benchmarker b/vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/benchmarker similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/benchmarker rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/benchmarker diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/profiler b/vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/profiler similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/profiler rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/performance/profiler diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/plugin b/vendor/plugins/has_many_polymorphs/test/integration/app/script/plugin similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/plugin rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/plugin diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/inspector b/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/inspector similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/inspector rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/process/inspector diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/reaper b/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/reaper similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/reaper rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/process/reaper diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/spawner b/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/spawner similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/process/spawner rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/process/spawner diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/runner b/vendor/plugins/has_many_polymorphs/test/integration/app/script/runner similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/runner rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/runner diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/server b/vendor/plugins/has_many_polymorphs/test/integration/app/script/server similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/script/server rename to vendor/plugins/has_many_polymorphs/test/integration/app/script/server diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/addresses.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/addresses.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/addresses.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/addresses.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations_items.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations_items.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations_items.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/citations_items.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/sellers.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/sellers.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/sellers.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/sellers.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/states.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/states.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/states.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/states.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/users.yml b/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/users.yml similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/users.yml rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/fixtures/users.yml diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/addresses_controller_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/addresses_controller_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/addresses_controller_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/addresses_controller_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/sellers_controller_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/sellers_controller_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/sellers_controller_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/sellers_controller_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/states_controller_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/states_controller_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/states_controller_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/states_controller_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/users_controller_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/users_controller_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/users_controller_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/functional/users_controller_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/address_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/address_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/address_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/address_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citation_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citation_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citation_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citation_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citations_item_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citations_item_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citations_item_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/citations_item_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/seller_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/seller_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/seller_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/seller_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/state_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/state_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/state_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/state_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/user_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/user_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/user_test.rb rename to vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/user_test.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/aquatic/fish.rb b/vendor/plugins/has_many_polymorphs/test/models/aquatic/fish.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/aquatic/fish.rb rename to vendor/plugins/has_many_polymorphs/test/models/aquatic/fish.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/aquatic/pupils_whale.rb b/vendor/plugins/has_many_polymorphs/test/models/aquatic/pupils_whale.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/aquatic/pupils_whale.rb rename to vendor/plugins/has_many_polymorphs/test/models/aquatic/pupils_whale.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/aquatic/whale.rb b/vendor/plugins/has_many_polymorphs/test/models/aquatic/whale.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/aquatic/whale.rb rename to vendor/plugins/has_many_polymorphs/test/models/aquatic/whale.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/beautiful_fight_relationship.rb b/vendor/plugins/has_many_polymorphs/test/models/beautiful_fight_relationship.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/beautiful_fight_relationship.rb rename to vendor/plugins/has_many_polymorphs/test/models/beautiful_fight_relationship.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/canine.rb b/vendor/plugins/has_many_polymorphs/test/models/canine.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/canine.rb rename to vendor/plugins/has_many_polymorphs/test/models/canine.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/cat.rb b/vendor/plugins/has_many_polymorphs/test/models/cat.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/cat.rb rename to vendor/plugins/has_many_polymorphs/test/models/cat.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/dog.rb b/vendor/plugins/has_many_polymorphs/test/models/dog.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/dog.rb rename to vendor/plugins/has_many_polymorphs/test/models/dog.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/eaters_foodstuff.rb b/vendor/plugins/has_many_polymorphs/test/models/eaters_foodstuff.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/eaters_foodstuff.rb rename to vendor/plugins/has_many_polymorphs/test/models/eaters_foodstuff.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/frog.rb b/vendor/plugins/has_many_polymorphs/test/models/frog.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/frog.rb rename to vendor/plugins/has_many_polymorphs/test/models/frog.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/kitten.rb b/vendor/plugins/has_many_polymorphs/test/models/kitten.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/kitten.rb rename to vendor/plugins/has_many_polymorphs/test/models/kitten.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/parentship.rb b/vendor/plugins/has_many_polymorphs/test/models/parentship.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/parentship.rb rename to vendor/plugins/has_many_polymorphs/test/models/parentship.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/person.rb b/vendor/plugins/has_many_polymorphs/test/models/person.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/person.rb rename to vendor/plugins/has_many_polymorphs/test/models/person.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/petfood.rb b/vendor/plugins/has_many_polymorphs/test/models/petfood.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/petfood.rb rename to vendor/plugins/has_many_polymorphs/test/models/petfood.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/tabby.rb b/vendor/plugins/has_many_polymorphs/test/models/tabby.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/tabby.rb rename to vendor/plugins/has_many_polymorphs/test/models/tabby.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/models/wild_boar.rb b/vendor/plugins/has_many_polymorphs/test/models/wild_boar.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/models/wild_boar.rb rename to vendor/plugins/has_many_polymorphs/test/models/wild_boar.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb b/vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb rename to vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb b/vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb rename to vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/schema.rb b/vendor/plugins/has_many_polymorphs/test/schema.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/schema.rb rename to vendor/plugins/has_many_polymorphs/test/schema.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/setup.rb b/vendor/plugins/has_many_polymorphs/test/setup.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/setup.rb rename to vendor/plugins/has_many_polymorphs/test/setup.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/test_all.rb b/vendor/plugins/has_many_polymorphs/test/test_all.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/test_all.rb rename to vendor/plugins/has_many_polymorphs/test/test_all.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/test_helper.rb b/vendor/plugins/has_many_polymorphs/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/test_helper.rb rename to vendor/plugins/has_many_polymorphs/test/test_helper.rb diff --git a/tracks/vendor/plugins/has_many_polymorphs/test/unit/polymorph_test.rb b/vendor/plugins/has_many_polymorphs/test/unit/polymorph_test.rb similarity index 100% rename from tracks/vendor/plugins/has_many_polymorphs/test/unit/polymorph_test.rb rename to vendor/plugins/has_many_polymorphs/test/unit/polymorph_test.rb diff --git a/tracks/vendor/plugins/in_place_editing/README b/vendor/plugins/in_place_editing/README similarity index 100% rename from tracks/vendor/plugins/in_place_editing/README rename to vendor/plugins/in_place_editing/README diff --git a/tracks/vendor/plugins/in_place_editing/Rakefile b/vendor/plugins/in_place_editing/Rakefile similarity index 100% rename from tracks/vendor/plugins/in_place_editing/Rakefile rename to vendor/plugins/in_place_editing/Rakefile diff --git a/tracks/vendor/plugins/in_place_editing/init.rb b/vendor/plugins/in_place_editing/init.rb similarity index 100% rename from tracks/vendor/plugins/in_place_editing/init.rb rename to vendor/plugins/in_place_editing/init.rb diff --git a/tracks/vendor/plugins/in_place_editing/lib/in_place_editing.rb b/vendor/plugins/in_place_editing/lib/in_place_editing.rb similarity index 100% rename from tracks/vendor/plugins/in_place_editing/lib/in_place_editing.rb rename to vendor/plugins/in_place_editing/lib/in_place_editing.rb diff --git a/tracks/vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb b/vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb similarity index 100% rename from tracks/vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb rename to vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb diff --git a/tracks/vendor/plugins/in_place_editing/test/in_place_editing_test.rb b/vendor/plugins/in_place_editing/test/in_place_editing_test.rb similarity index 100% rename from tracks/vendor/plugins/in_place_editing/test/in_place_editing_test.rb rename to vendor/plugins/in_place_editing/test/in_place_editing_test.rb diff --git a/tracks/vendor/plugins/memory_test_fix/README b/vendor/plugins/memory_test_fix/README similarity index 100% rename from tracks/vendor/plugins/memory_test_fix/README rename to vendor/plugins/memory_test_fix/README diff --git a/tracks/vendor/plugins/memory_test_fix/Rakefile b/vendor/plugins/memory_test_fix/Rakefile similarity index 100% rename from tracks/vendor/plugins/memory_test_fix/Rakefile rename to vendor/plugins/memory_test_fix/Rakefile diff --git a/tracks/vendor/plugins/memory_test_fix/about.yml b/vendor/plugins/memory_test_fix/about.yml similarity index 100% rename from tracks/vendor/plugins/memory_test_fix/about.yml rename to vendor/plugins/memory_test_fix/about.yml diff --git a/tracks/vendor/plugins/memory_test_fix/init.rb b/vendor/plugins/memory_test_fix/init.rb similarity index 100% rename from tracks/vendor/plugins/memory_test_fix/init.rb rename to vendor/plugins/memory_test_fix/init.rb diff --git a/tracks/vendor/plugins/memory_test_fix/lib/memory_test_fix.rb b/vendor/plugins/memory_test_fix/lib/memory_test_fix.rb similarity index 100% rename from tracks/vendor/plugins/memory_test_fix/lib/memory_test_fix.rb rename to vendor/plugins/memory_test_fix/lib/memory_test_fix.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/LICENSE b/vendor/plugins/openid_consumer_plugin/LICENSE similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/LICENSE rename to vendor/plugins/openid_consumer_plugin/LICENSE diff --git a/tracks/vendor/plugins/openid_consumer_plugin/README b/vendor/plugins/openid_consumer_plugin/README similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/README rename to vendor/plugins/openid_consumer_plugin/README diff --git a/tracks/vendor/plugins/openid_consumer_plugin/Rakefile b/vendor/plugins/openid_consumer_plugin/Rakefile similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/Rakefile rename to vendor/plugins/openid_consumer_plugin/Rakefile diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/open_id_consumer_controller_generator.rb b/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/open_id_consumer_controller_generator.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/open_id_consumer_controller_generator.rb rename to vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/open_id_consumer_controller_generator.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/controller.rb b/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/controller.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/controller.rb rename to vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/controller.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/functional_test.rb b/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/functional_test.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/functional_test.rb rename to vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/functional_test.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/helper.rb b/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/helper.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/helper.rb rename to vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/helper.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/index.rhtml b/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/index.rhtml similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/index.rhtml rename to vendor/plugins/openid_consumer_plugin/generators/open_id_consumer_controller/templates/index.rhtml diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_migration/open_id_migration_generator.rb b/vendor/plugins/openid_consumer_plugin/generators/open_id_migration/open_id_migration_generator.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_migration/open_id_migration_generator.rb rename to vendor/plugins/openid_consumer_plugin/generators/open_id_migration/open_id_migration_generator.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_migration/templates/migration.rb b/vendor/plugins/openid_consumer_plugin/generators/open_id_migration/templates/migration.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/generators/open_id_migration/templates/migration.rb rename to vendor/plugins/openid_consumer_plugin/generators/open_id_migration/templates/migration.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/init.rb b/vendor/plugins/openid_consumer_plugin/init.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/init.rb rename to vendor/plugins/openid_consumer_plugin/init.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/install.rb b/vendor/plugins/openid_consumer_plugin/install.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/install.rb rename to vendor/plugins/openid_consumer_plugin/install.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/active_record_open_id_store.rb b/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/active_record_open_id_store.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/active_record_open_id_store.rb rename to vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/active_record_open_id_store.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/association.rb b/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/association.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/association.rb rename to vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/association.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/controller_methods.rb b/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/controller_methods.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/controller_methods.rb rename to vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/controller_methods.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/nonce.rb b/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/nonce.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/nonce.rb rename to vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/nonce.rb diff --git a/tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/setting.rb b/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/setting.rb similarity index 100% rename from tracks/vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/setting.rb rename to vendor/plugins/openid_consumer_plugin/lib/open_id_consumer/setting.rb diff --git a/tracks/vendor/plugins/resource_feeder/README b/vendor/plugins/resource_feeder/README similarity index 100% rename from tracks/vendor/plugins/resource_feeder/README rename to vendor/plugins/resource_feeder/README diff --git a/tracks/vendor/plugins/resource_feeder/Rakefile b/vendor/plugins/resource_feeder/Rakefile similarity index 100% rename from tracks/vendor/plugins/resource_feeder/Rakefile rename to vendor/plugins/resource_feeder/Rakefile diff --git a/tracks/vendor/plugins/resource_feeder/init.rb b/vendor/plugins/resource_feeder/init.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/init.rb rename to vendor/plugins/resource_feeder/init.rb diff --git a/tracks/vendor/plugins/resource_feeder/lib/resource_feeder.rb b/vendor/plugins/resource_feeder/lib/resource_feeder.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/lib/resource_feeder.rb rename to vendor/plugins/resource_feeder/lib/resource_feeder.rb diff --git a/tracks/vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb b/vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb rename to vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb diff --git a/tracks/vendor/plugins/resource_feeder/lib/resource_feeder/common.rb b/vendor/plugins/resource_feeder/lib/resource_feeder/common.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/lib/resource_feeder/common.rb rename to vendor/plugins/resource_feeder/lib/resource_feeder/common.rb diff --git a/tracks/vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb b/vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb rename to vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb diff --git a/tracks/vendor/plugins/resource_feeder/test/atom_feed_test.rb b/vendor/plugins/resource_feeder/test/atom_feed_test.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/test/atom_feed_test.rb rename to vendor/plugins/resource_feeder/test/atom_feed_test.rb diff --git a/tracks/vendor/plugins/resource_feeder/test/rss_feed_test.rb b/vendor/plugins/resource_feeder/test/rss_feed_test.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/test/rss_feed_test.rb rename to vendor/plugins/resource_feeder/test/rss_feed_test.rb diff --git a/tracks/vendor/plugins/resource_feeder/test/test_helper.rb b/vendor/plugins/resource_feeder/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/resource_feeder/test/test_helper.rb rename to vendor/plugins/resource_feeder/test/test_helper.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/LICENSE-2.0.txt b/vendor/plugins/selenium-on-rails/LICENSE-2.0.txt similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/LICENSE-2.0.txt rename to vendor/plugins/selenium-on-rails/LICENSE-2.0.txt diff --git a/tracks/vendor/plugins/selenium-on-rails/README b/vendor/plugins/selenium-on-rails/README similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/README rename to vendor/plugins/selenium-on-rails/README diff --git a/tracks/vendor/plugins/selenium-on-rails/Rakefile b/vendor/plugins/selenium-on-rails/Rakefile similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/Rakefile rename to vendor/plugins/selenium-on-rails/Rakefile diff --git a/tracks/vendor/plugins/selenium-on-rails/config.yml b/vendor/plugins/selenium-on-rails/config.yml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/config.yml rename to vendor/plugins/selenium-on-rails/config.yml diff --git a/tracks/vendor/plugins/selenium-on-rails/config.yml.example b/vendor/plugins/selenium-on-rails/config.yml.example similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/config.yml.example rename to vendor/plugins/selenium-on-rails/config.yml.example diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumController.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumController.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumController.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumController.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumHelper.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumHelper.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumHelper.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumHelper.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/FixtureLoader.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/FixtureLoader.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/FixtureLoader.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/FixtureLoader.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/PartialsSupport.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/PartialsSupport.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/PartialsSupport.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/PartialsSupport.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Paths.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Paths.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Paths.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Paths.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/RSelenese.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/RSelenese.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/RSelenese.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/RSelenese.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Renderer.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Renderer.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Renderer.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Renderer.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Selenese.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Selenese.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Selenese.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/Selenese.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/SuiteRenderer.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/SuiteRenderer.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/SuiteRenderer.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/SuiteRenderer.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilder.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilder.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilder.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilder.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderAccessors.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderAccessors.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderAccessors.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderAccessors.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderActions.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderActions.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderActions.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRails/TestBuilderActions.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRailsConfig.html b/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRailsConfig.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRailsConfig.html rename to vendor/plugins/selenium-on-rails/doc/classes/SeleniumOnRailsConfig.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/README.html b/vendor/plugins/selenium-on-rails/doc/files/README.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/README.html rename to vendor/plugins/selenium-on-rails/doc/files/README.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/controllers/selenium_controller_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/controllers/selenium_controller_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/controllers/selenium_controller_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/controllers/selenium_controller_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_helper_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_helper_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_helper_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_helper_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/acceptance_test_runner_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/acceptance_test_runner_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/acceptance_test_runner_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/acceptance_test_runner_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/fixture_loader_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/fixture_loader_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/fixture_loader_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/fixture_loader_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/partials_support_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/partials_support_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/partials_support_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/partials_support_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/paths_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/paths_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/paths_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/paths_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/renderer_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/renderer_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/renderer_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/renderer_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/rselenese_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/rselenese_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/rselenese_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/rselenese_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/selenese_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/selenese_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/selenese_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/selenese_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/suite_renderer_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/suite_renderer_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/suite_renderer_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/suite_renderer_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_accessors_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_accessors_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_accessors_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_accessors_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_actions_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_actions_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_actions_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_actions_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails/test_builder_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_config_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_config_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_config_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_config_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_rb.html b/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_rb.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_rb.html rename to vendor/plugins/selenium-on-rails/doc/files/lib/selenium_on_rails_rb.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/fr_class_index.html b/vendor/plugins/selenium-on-rails/doc/fr_class_index.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/fr_class_index.html rename to vendor/plugins/selenium-on-rails/doc/fr_class_index.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/fr_file_index.html b/vendor/plugins/selenium-on-rails/doc/fr_file_index.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/fr_file_index.html rename to vendor/plugins/selenium-on-rails/doc/fr_file_index.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/fr_method_index.html b/vendor/plugins/selenium-on-rails/doc/fr_method_index.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/fr_method_index.html rename to vendor/plugins/selenium-on-rails/doc/fr_method_index.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/index.html b/vendor/plugins/selenium-on-rails/doc/index.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/index.html rename to vendor/plugins/selenium-on-rails/doc/index.html diff --git a/tracks/vendor/plugins/selenium-on-rails/doc/rdoc-style.css b/vendor/plugins/selenium-on-rails/doc/rdoc-style.css similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/doc/rdoc-style.css rename to vendor/plugins/selenium-on-rails/doc/rdoc-style.css diff --git a/tracks/vendor/plugins/selenium-on-rails/generators/selenium/USAGE b/vendor/plugins/selenium-on-rails/generators/selenium/USAGE similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/generators/selenium/USAGE rename to vendor/plugins/selenium-on-rails/generators/selenium/USAGE diff --git a/tracks/vendor/plugins/selenium-on-rails/generators/selenium/selenium_generator.rb b/vendor/plugins/selenium-on-rails/generators/selenium/selenium_generator.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/generators/selenium/selenium_generator.rb rename to vendor/plugins/selenium-on-rails/generators/selenium/selenium_generator.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/generators/selenium/templates/rhtml.rhtml b/vendor/plugins/selenium-on-rails/generators/selenium/templates/rhtml.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/generators/selenium/templates/rhtml.rhtml rename to vendor/plugins/selenium-on-rails/generators/selenium/templates/rhtml.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/generators/selenium/templates/rselenese.rhtml b/vendor/plugins/selenium-on-rails/generators/selenium/templates/rselenese.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/generators/selenium/templates/rselenese.rhtml rename to vendor/plugins/selenium-on-rails/generators/selenium/templates/rselenese.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/generators/selenium/templates/selenese.rhtml b/vendor/plugins/selenium-on-rails/generators/selenium/templates/selenese.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/generators/selenium/templates/selenese.rhtml rename to vendor/plugins/selenium-on-rails/generators/selenium/templates/selenese.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/init.rb b/vendor/plugins/selenium-on-rails/init.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/init.rb rename to vendor/plugins/selenium-on-rails/init.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/controllers/selenium_controller.rb b/vendor/plugins/selenium-on-rails/lib/controllers/selenium_controller.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/controllers/selenium_controller.rb rename to vendor/plugins/selenium-on-rails/lib/controllers/selenium_controller.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_helper.rb b/vendor/plugins/selenium-on-rails/lib/selenium_helper.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_helper.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_helper.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/acceptance_test_runner.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/acceptance_test_runner.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/acceptance_test_runner.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/acceptance_test_runner.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/fixture_loader.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/fixture_loader.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/fixture_loader.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/fixture_loader.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/partials_support.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/partials_support.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/partials_support.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/partials_support.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/paths.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/paths.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/paths.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/paths.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/renderer.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/renderer.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/renderer.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/renderer.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/rselenese.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/rselenese.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/rselenese.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/rselenese.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/selenese.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/selenese.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/selenese.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/selenese.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/suite_renderer.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/suite_renderer.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/suite_renderer.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/suite_renderer.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_accessors.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_accessors.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_accessors.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_accessors.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_actions.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_actions.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_actions.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails/test_builder_actions.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails_config.rb b/vendor/plugins/selenium-on-rails/lib/selenium_on_rails_config.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/selenium_on_rails_config.rb rename to vendor/plugins/selenium-on-rails/lib/selenium_on_rails_config.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/views/layout.rhtml b/vendor/plugins/selenium-on-rails/lib/views/layout.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/views/layout.rhtml rename to vendor/plugins/selenium-on-rails/lib/views/layout.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/views/record.rhtml b/vendor/plugins/selenium-on-rails/lib/views/record.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/views/record.rhtml rename to vendor/plugins/selenium-on-rails/lib/views/record.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/views/setup.rhtml b/vendor/plugins/selenium-on-rails/lib/views/setup.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/views/setup.rhtml rename to vendor/plugins/selenium-on-rails/lib/views/setup.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/lib/views/test_suite.rhtml b/vendor/plugins/selenium-on-rails/lib/views/test_suite.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/lib/views/test_suite.rhtml rename to vendor/plugins/selenium-on-rails/lib/views/test_suite.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/routes.rb b/vendor/plugins/selenium-on-rails/routes.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/routes.rb rename to vendor/plugins/selenium-on-rails/routes.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/switch_environment/init.rb b/vendor/plugins/selenium-on-rails/switch_environment/init.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/switch_environment/init.rb rename to vendor/plugins/selenium-on-rails/switch_environment/init.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/switch_environment/switch_environment_controller.rb b/vendor/plugins/selenium-on-rails/switch_environment/switch_environment_controller.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/switch_environment/switch_environment_controller.rb rename to vendor/plugins/selenium-on-rails/switch_environment/switch_environment_controller.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/tasks/test_acceptance.rake b/vendor/plugins/selenium-on-rails/tasks/test_acceptance.rake similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/tasks/test_acceptance.rake rename to vendor/plugins/selenium-on-rails/tasks/test_acceptance.rake diff --git a/tracks/vendor/plugins/selenium-on-rails/test/renderer_test.rb b/vendor/plugins/selenium-on-rails/test/renderer_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/renderer_test.rb rename to vendor/plugins/selenium-on-rails/test/renderer_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/rselenese_test.rb b/vendor/plugins/selenium-on-rails/test/rselenese_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/rselenese_test.rb rename to vendor/plugins/selenium-on-rails/test/rselenese_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/selenese_test.rb b/vendor/plugins/selenium-on-rails/test/selenese_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/selenese_test.rb rename to vendor/plugins/selenium-on-rails/test/selenese_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/selenium_controller_test.rb b/vendor/plugins/selenium-on-rails/test/selenium_controller_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/selenium_controller_test.rb rename to vendor/plugins/selenium-on-rails/test/selenium_controller_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/selenium_support_test.rb b/vendor/plugins/selenium-on-rails/test/selenium_support_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/selenium_support_test.rb rename to vendor/plugins/selenium-on-rails/test/selenium_support_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/setup_test.rb b/vendor/plugins/selenium-on-rails/test/setup_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/setup_test.rb rename to vendor/plugins/selenium-on-rails/test/setup_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/suite_renderer_test.rb b/vendor/plugins/selenium-on-rails/test/suite_renderer_test.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/suite_renderer_test.rb rename to vendor/plugins/selenium-on-rails/test/suite_renderer_test.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test/test_helper.rb b/vendor/plugins/selenium-on-rails/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test/test_helper.rb rename to vendor/plugins/selenium-on-rails/test/test_helper.rb diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/_partial.rsel b/vendor/plugins/selenium-on-rails/test_data/_partial.rsel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/_partial.rsel rename to vendor/plugins/selenium-on-rails/test_data/_partial.rsel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/html.html b/vendor/plugins/selenium-on-rails/test_data/html.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/html.html rename to vendor/plugins/selenium-on-rails/test_data/html.html diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/own_layout.html b/vendor/plugins/selenium-on-rails/test_data/own_layout.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/own_layout.html rename to vendor/plugins/selenium-on-rails/test_data/own_layout.html diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/partials/_html.html b/vendor/plugins/selenium-on-rails/test_data/partials/_html.html similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/partials/_html.html rename to vendor/plugins/selenium-on-rails/test_data/partials/_html.html diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/partials/_nesting.rsel b/vendor/plugins/selenium-on-rails/test_data/partials/_nesting.rsel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/partials/_nesting.rsel rename to vendor/plugins/selenium-on-rails/test_data/partials/_nesting.rsel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/partials/_rhtml.rhtml b/vendor/plugins/selenium-on-rails/test_data/partials/_rhtml.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/partials/_rhtml.rhtml rename to vendor/plugins/selenium-on-rails/test_data/partials/_rhtml.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/partials/_rsel.rsel b/vendor/plugins/selenium-on-rails/test_data/partials/_rsel.rsel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/partials/_rsel.rsel rename to vendor/plugins/selenium-on-rails/test_data/partials/_rsel.rsel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/partials/_sel.sel b/vendor/plugins/selenium-on-rails/test_data/partials/_sel.sel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/partials/_sel.sel rename to vendor/plugins/selenium-on-rails/test_data/partials/_sel.sel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel b/vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel rename to vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/rhtml.rhtml b/vendor/plugins/selenium-on-rails/test_data/rhtml.rhtml similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/rhtml.rhtml rename to vendor/plugins/selenium-on-rails/test_data/rhtml.rhtml diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/rselenese.rsel b/vendor/plugins/selenium-on-rails/test_data/rselenese.rsel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/rselenese.rsel rename to vendor/plugins/selenium-on-rails/test_data/rselenese.rsel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/selenese.sel b/vendor/plugins/selenium-on-rails/test_data/selenese.sel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/selenese.sel rename to vendor/plugins/selenium-on-rails/test_data/selenese.sel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/suite_one/subsuite/suite_one_subsuite_testcase.sel b/vendor/plugins/selenium-on-rails/test_data/suite_one/subsuite/suite_one_subsuite_testcase.sel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/suite_one/subsuite/suite_one_subsuite_testcase.sel rename to vendor/plugins/selenium-on-rails/test_data/suite_one/subsuite/suite_one_subsuite_testcase.sel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase1.sel b/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase1.sel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase1.sel rename to vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase1.sel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase2.sel b/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase2.sel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase2.sel rename to vendor/plugins/selenium-on-rails/test_data/suite_one/suite_one_testcase2.sel diff --git a/tracks/vendor/plugins/selenium-on-rails/test_data/suite_two/suite_two_testcase.sel b/vendor/plugins/selenium-on-rails/test_data/suite_two/suite_two_testcase.sel similarity index 100% rename from tracks/vendor/plugins/selenium-on-rails/test_data/suite_two/suite_two_testcase.sel rename to vendor/plugins/selenium-on-rails/test_data/suite_two/suite_two_testcase.sel diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/README b/vendor/plugins/simple_ldap_authenticator/README similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/README rename to vendor/plugins/simple_ldap_authenticator/README diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/Rakefile b/vendor/plugins/simple_ldap_authenticator/Rakefile similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/Rakefile rename to vendor/plugins/simple_ldap_authenticator/Rakefile diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/init.rb b/vendor/plugins/simple_ldap_authenticator/init.rb similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/init.rb rename to vendor/plugins/simple_ldap_authenticator/init.rb diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/install.rb b/vendor/plugins/simple_ldap_authenticator/install.rb similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/install.rb rename to vendor/plugins/simple_ldap_authenticator/install.rb diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/lib/simple_ldap_authenticator.rb b/vendor/plugins/simple_ldap_authenticator/lib/simple_ldap_authenticator.rb similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/lib/simple_ldap_authenticator.rb rename to vendor/plugins/simple_ldap_authenticator/lib/simple_ldap_authenticator.rb diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/tasks/simple_ldap_authenticator_tasks.rake b/vendor/plugins/simple_ldap_authenticator/tasks/simple_ldap_authenticator_tasks.rake similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/tasks/simple_ldap_authenticator_tasks.rake rename to vendor/plugins/simple_ldap_authenticator/tasks/simple_ldap_authenticator_tasks.rake diff --git a/tracks/vendor/plugins/simple_ldap_authenticator/test/simple_ldap_authenticator_test.rb b/vendor/plugins/simple_ldap_authenticator/test/simple_ldap_authenticator_test.rb similarity index 100% rename from tracks/vendor/plugins/simple_ldap_authenticator/test/simple_ldap_authenticator_test.rb rename to vendor/plugins/simple_ldap_authenticator/test/simple_ldap_authenticator_test.rb diff --git a/tracks/vendor/plugins/simply_helpful/CHANGELOG b/vendor/plugins/simply_helpful/CHANGELOG similarity index 100% rename from tracks/vendor/plugins/simply_helpful/CHANGELOG rename to vendor/plugins/simply_helpful/CHANGELOG diff --git a/tracks/vendor/plugins/simply_helpful/README b/vendor/plugins/simply_helpful/README similarity index 100% rename from tracks/vendor/plugins/simply_helpful/README rename to vendor/plugins/simply_helpful/README diff --git a/tracks/vendor/plugins/simply_helpful/Rakefile b/vendor/plugins/simply_helpful/Rakefile similarity index 100% rename from tracks/vendor/plugins/simply_helpful/Rakefile rename to vendor/plugins/simply_helpful/Rakefile diff --git a/tracks/vendor/plugins/simply_helpful/init.rb b/vendor/plugins/simply_helpful/init.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/init.rb rename to vendor/plugins/simply_helpful/init.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful.rb b/vendor/plugins/simply_helpful/lib/simply_helpful.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/av_extensions.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/av_extensions.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/av_extensions.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/av_extensions.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/controller_extensions.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/controller_extensions.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/controller_extensions.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/controller_extensions.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/form_helper_extensions.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/form_helper_extensions.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/form_helper_extensions.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/form_helper_extensions.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/jsg_extensions.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/jsg_extensions.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/jsg_extensions.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/jsg_extensions.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/polymorphic_routes.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/polymorphic_routes.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/polymorphic_routes.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/polymorphic_routes.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/record_identification_helper.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/record_identification_helper.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/record_identification_helper.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/record_identification_helper.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/record_identifier.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/record_identifier.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/record_identifier.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/record_identifier.rb diff --git a/tracks/vendor/plugins/simply_helpful/lib/simply_helpful/record_tag_helper.rb b/vendor/plugins/simply_helpful/lib/simply_helpful/record_tag_helper.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/lib/simply_helpful/record_tag_helper.rb rename to vendor/plugins/simply_helpful/lib/simply_helpful/record_tag_helper.rb diff --git a/tracks/vendor/plugins/simply_helpful/test/controller_extensions_test.rb b/vendor/plugins/simply_helpful/test/controller_extensions_test.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/test/controller_extensions_test.rb rename to vendor/plugins/simply_helpful/test/controller_extensions_test.rb diff --git a/tracks/vendor/plugins/simply_helpful/test/form_helper_extensions_test.rb b/vendor/plugins/simply_helpful/test/form_helper_extensions_test.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/test/form_helper_extensions_test.rb rename to vendor/plugins/simply_helpful/test/form_helper_extensions_test.rb diff --git a/tracks/vendor/plugins/simply_helpful/test/record_identifier_test.rb b/vendor/plugins/simply_helpful/test/record_identifier_test.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/test/record_identifier_test.rb rename to vendor/plugins/simply_helpful/test/record_identifier_test.rb diff --git a/tracks/vendor/plugins/simply_helpful/test/record_tag_helper_test.rb b/vendor/plugins/simply_helpful/test/record_tag_helper_test.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/test/record_tag_helper_test.rb rename to vendor/plugins/simply_helpful/test/record_tag_helper_test.rb diff --git a/tracks/vendor/plugins/simply_helpful/test/simply_helpful_test.rb b/vendor/plugins/simply_helpful/test/simply_helpful_test.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/test/simply_helpful_test.rb rename to vendor/plugins/simply_helpful/test/simply_helpful_test.rb diff --git a/tracks/vendor/plugins/simply_helpful/test/test_helper.rb b/vendor/plugins/simply_helpful/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/simply_helpful/test/test_helper.rb rename to vendor/plugins/simply_helpful/test/test_helper.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/CHANGELOG b/vendor/plugins/unobtrusive_javascript/CHANGELOG similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/CHANGELOG rename to vendor/plugins/unobtrusive_javascript/CHANGELOG diff --git a/tracks/vendor/plugins/unobtrusive_javascript/README b/vendor/plugins/unobtrusive_javascript/README similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/README rename to vendor/plugins/unobtrusive_javascript/README diff --git a/tracks/vendor/plugins/unobtrusive_javascript/Rakefile b/vendor/plugins/unobtrusive_javascript/Rakefile similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/Rakefile rename to vendor/plugins/unobtrusive_javascript/Rakefile diff --git a/tracks/vendor/plugins/unobtrusive_javascript/about.yml b/vendor/plugins/unobtrusive_javascript/about.yml similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/about.yml rename to vendor/plugins/unobtrusive_javascript/about.yml diff --git a/tracks/vendor/plugins/unobtrusive_javascript/assets/javascripts/lowpro.js b/vendor/plugins/unobtrusive_javascript/assets/javascripts/lowpro.js similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/assets/javascripts/lowpro.js rename to vendor/plugins/unobtrusive_javascript/assets/javascripts/lowpro.js diff --git a/tracks/vendor/plugins/unobtrusive_javascript/init.rb b/vendor/plugins/unobtrusive_javascript/init.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/init.rb rename to vendor/plugins/unobtrusive_javascript/init.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/install.rb b/vendor/plugins/unobtrusive_javascript/install.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/install.rb rename to vendor/plugins/unobtrusive_javascript/install.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/actionview_helpers_patches.rb b/vendor/plugins/unobtrusive_javascript/lib/actionview_helpers_patches.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/actionview_helpers_patches.rb rename to vendor/plugins/unobtrusive_javascript/lib/actionview_helpers_patches.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/asset_tag_helper_patches.rb b/vendor/plugins/unobtrusive_javascript/lib/asset_tag_helper_patches.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/asset_tag_helper_patches.rb rename to vendor/plugins/unobtrusive_javascript/lib/asset_tag_helper_patches.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/behaviour_caching.rb b/vendor/plugins/unobtrusive_javascript/lib/behaviour_caching.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/behaviour_caching.rb rename to vendor/plugins/unobtrusive_javascript/lib/behaviour_caching.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/controllers/unobtrusive_javascript_controller.rb b/vendor/plugins/unobtrusive_javascript/lib/controllers/unobtrusive_javascript_controller.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/controllers/unobtrusive_javascript_controller.rb rename to vendor/plugins/unobtrusive_javascript/lib/controllers/unobtrusive_javascript_controller.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/prototype_helper_patches.rb b/vendor/plugins/unobtrusive_javascript/lib/prototype_helper_patches.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/prototype_helper_patches.rb rename to vendor/plugins/unobtrusive_javascript/lib/prototype_helper_patches.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/scriptaculous_helper_patches.rb b/vendor/plugins/unobtrusive_javascript/lib/scriptaculous_helper_patches.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/scriptaculous_helper_patches.rb rename to vendor/plugins/unobtrusive_javascript/lib/scriptaculous_helper_patches.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/tag_helper_patches.rb b/vendor/plugins/unobtrusive_javascript/lib/tag_helper_patches.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/tag_helper_patches.rb rename to vendor/plugins/unobtrusive_javascript/lib/tag_helper_patches.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_helper.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_helper.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_helper.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_helper.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script_converter.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script_converter.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script_converter.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs/behaviour_script_converter.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/controller_methods.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs/controller_methods.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/controller_methods.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs/controller_methods.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/helpers.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs/helpers.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/helpers.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs/helpers.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/javascript_proxies.rb b/vendor/plugins/unobtrusive_javascript/lib/ujs/javascript_proxies.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/lib/ujs/javascript_proxies.rb rename to vendor/plugins/unobtrusive_javascript/lib/ujs/javascript_proxies.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/tasks/unobtrusive_javascript_tasks.rake b/vendor/plugins/unobtrusive_javascript/tasks/unobtrusive_javascript_tasks.rake similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/tasks/unobtrusive_javascript_tasks.rake rename to vendor/plugins/unobtrusive_javascript/tasks/unobtrusive_javascript_tasks.rake diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/asset_tag_helper_patches_test.rb b/vendor/plugins/unobtrusive_javascript/test/asset_tag_helper_patches_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/asset_tag_helper_patches_test.rb rename to vendor/plugins/unobtrusive_javascript/test/asset_tag_helper_patches_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/behaviour_helper_test.rb b/vendor/plugins/unobtrusive_javascript/test/behaviour_helper_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/behaviour_helper_test.rb rename to vendor/plugins/unobtrusive_javascript/test/behaviour_helper_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/behaviour_script_converter_test.rb b/vendor/plugins/unobtrusive_javascript/test/behaviour_script_converter_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/behaviour_script_converter_test.rb rename to vendor/plugins/unobtrusive_javascript/test/behaviour_script_converter_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/behaviour_script_test.rb b/vendor/plugins/unobtrusive_javascript/test/behaviour_script_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/behaviour_script_test.rb rename to vendor/plugins/unobtrusive_javascript/test/behaviour_script_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/config/database.yml b/vendor/plugins/unobtrusive_javascript/test/config/database.yml similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/config/database.yml rename to vendor/plugins/unobtrusive_javascript/test/config/database.yml diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/config/environment.rb b/vendor/plugins/unobtrusive_javascript/test/config/environment.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/config/environment.rb rename to vendor/plugins/unobtrusive_javascript/test/config/environment.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/config/routes.rb b/vendor/plugins/unobtrusive_javascript/test/config/routes.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/config/routes.rb rename to vendor/plugins/unobtrusive_javascript/test/config/routes.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/config/schema.rb b/vendor/plugins/unobtrusive_javascript/test/config/schema.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/config/schema.rb rename to vendor/plugins/unobtrusive_javascript/test/config/schema.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/controller_methods_test.rb b/vendor/plugins/unobtrusive_javascript/test/controller_methods_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/controller_methods_test.rb rename to vendor/plugins/unobtrusive_javascript/test/controller_methods_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/helpers_test.rb b/vendor/plugins/unobtrusive_javascript/test/helpers_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/helpers_test.rb rename to vendor/plugins/unobtrusive_javascript/test/helpers_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/javascript_proxies_test.rb b/vendor/plugins/unobtrusive_javascript/test/javascript_proxies_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/javascript_proxies_test.rb rename to vendor/plugins/unobtrusive_javascript/test/javascript_proxies_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/boot.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/boot.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/boot.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/boot.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_controller.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_controller.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_controller.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_controller.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_mailer.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_mailer.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_mailer.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/action_mailer.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/active_record.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/active_record.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/active_record.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/active_record.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/rails.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/rails.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/rails.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/gem/rails.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/ptk.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/ptk.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/ptk.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/ptk.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/suite/difference.rb b/vendor/plugins/unobtrusive_javascript/test/lib/ptk/suite/difference.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/ptk/suite/difference.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/ptk/suite/difference.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/lib/stubs/controller_stub.rb b/vendor/plugins/unobtrusive_javascript/test/lib/stubs/controller_stub.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/lib/stubs/controller_stub.rb rename to vendor/plugins/unobtrusive_javascript/test/lib/stubs/controller_stub.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/ptk_helper.rb b/vendor/plugins/unobtrusive_javascript/test/ptk_helper.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/ptk_helper.rb rename to vendor/plugins/unobtrusive_javascript/test/ptk_helper.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/tag_helper_patches_test.rb b/vendor/plugins/unobtrusive_javascript/test/tag_helper_patches_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/tag_helper_patches_test.rb rename to vendor/plugins/unobtrusive_javascript/test/tag_helper_patches_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/test_helper.rb b/vendor/plugins/unobtrusive_javascript/test/test_helper.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/test_helper.rb rename to vendor/plugins/unobtrusive_javascript/test/test_helper.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/test/unobtrusive_javascript_controller_test.rb b/vendor/plugins/unobtrusive_javascript/test/unobtrusive_javascript_controller_test.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/test/unobtrusive_javascript_controller_test.rb rename to vendor/plugins/unobtrusive_javascript/test/unobtrusive_javascript_controller_test.rb diff --git a/tracks/vendor/plugins/unobtrusive_javascript/uninstall.rb b/vendor/plugins/unobtrusive_javascript/uninstall.rb similarity index 100% rename from tracks/vendor/plugins/unobtrusive_javascript/uninstall.rb rename to vendor/plugins/unobtrusive_javascript/uninstall.rb diff --git a/tracks/vendor/plugins/will_paginate/.gitignore b/vendor/plugins/will_paginate/.gitignore similarity index 100% rename from tracks/vendor/plugins/will_paginate/.gitignore rename to vendor/plugins/will_paginate/.gitignore diff --git a/tracks/vendor/plugins/will_paginate/LICENSE b/vendor/plugins/will_paginate/LICENSE similarity index 100% rename from tracks/vendor/plugins/will_paginate/LICENSE rename to vendor/plugins/will_paginate/LICENSE diff --git a/tracks/vendor/plugins/will_paginate/README b/vendor/plugins/will_paginate/README similarity index 100% rename from tracks/vendor/plugins/will_paginate/README rename to vendor/plugins/will_paginate/README diff --git a/tracks/vendor/plugins/will_paginate/Rakefile b/vendor/plugins/will_paginate/Rakefile similarity index 100% rename from tracks/vendor/plugins/will_paginate/Rakefile rename to vendor/plugins/will_paginate/Rakefile diff --git a/tracks/vendor/plugins/will_paginate/init.rb b/vendor/plugins/will_paginate/init.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/init.rb rename to vendor/plugins/will_paginate/init.rb diff --git a/tracks/vendor/plugins/will_paginate/lib/will_paginate.rb b/vendor/plugins/will_paginate/lib/will_paginate.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/lib/will_paginate.rb rename to vendor/plugins/will_paginate/lib/will_paginate.rb diff --git a/tracks/vendor/plugins/will_paginate/lib/will_paginate/collection.rb b/vendor/plugins/will_paginate/lib/will_paginate/collection.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/lib/will_paginate/collection.rb rename to vendor/plugins/will_paginate/lib/will_paginate/collection.rb diff --git a/tracks/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb b/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb rename to vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb diff --git a/tracks/vendor/plugins/will_paginate/lib/will_paginate/finder.rb b/vendor/plugins/will_paginate/lib/will_paginate/finder.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/lib/will_paginate/finder.rb rename to vendor/plugins/will_paginate/lib/will_paginate/finder.rb diff --git a/tracks/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb b/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb rename to vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb diff --git a/tracks/vendor/plugins/will_paginate/test/array_pagination_test.rb b/vendor/plugins/will_paginate/test/array_pagination_test.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/array_pagination_test.rb rename to vendor/plugins/will_paginate/test/array_pagination_test.rb diff --git a/tracks/vendor/plugins/will_paginate/test/boot.rb b/vendor/plugins/will_paginate/test/boot.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/boot.rb rename to vendor/plugins/will_paginate/test/boot.rb diff --git a/tracks/vendor/plugins/will_paginate/test/console b/vendor/plugins/will_paginate/test/console similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/console rename to vendor/plugins/will_paginate/test/console diff --git a/tracks/vendor/plugins/will_paginate/test/database.yml b/vendor/plugins/will_paginate/test/database.yml similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/database.yml rename to vendor/plugins/will_paginate/test/database.yml diff --git a/tracks/vendor/plugins/will_paginate/test/finder_test.rb b/vendor/plugins/will_paginate/test/finder_test.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/finder_test.rb rename to vendor/plugins/will_paginate/test/finder_test.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/admin.rb b/vendor/plugins/will_paginate/test/fixtures/admin.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/admin.rb rename to vendor/plugins/will_paginate/test/fixtures/admin.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/developer.rb b/vendor/plugins/will_paginate/test/fixtures/developer.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/developer.rb rename to vendor/plugins/will_paginate/test/fixtures/developer.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml b/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml rename to vendor/plugins/will_paginate/test/fixtures/developers_projects.yml diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/project.rb b/vendor/plugins/will_paginate/test/fixtures/project.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/project.rb rename to vendor/plugins/will_paginate/test/fixtures/project.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/projects.yml b/vendor/plugins/will_paginate/test/fixtures/projects.yml similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/projects.yml rename to vendor/plugins/will_paginate/test/fixtures/projects.yml diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/replies.yml b/vendor/plugins/will_paginate/test/fixtures/replies.yml similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/replies.yml rename to vendor/plugins/will_paginate/test/fixtures/replies.yml diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/reply.rb b/vendor/plugins/will_paginate/test/fixtures/reply.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/reply.rb rename to vendor/plugins/will_paginate/test/fixtures/reply.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/schema.rb b/vendor/plugins/will_paginate/test/fixtures/schema.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/schema.rb rename to vendor/plugins/will_paginate/test/fixtures/schema.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/topic.rb b/vendor/plugins/will_paginate/test/fixtures/topic.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/topic.rb rename to vendor/plugins/will_paginate/test/fixtures/topic.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/topics.yml b/vendor/plugins/will_paginate/test/fixtures/topics.yml similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/topics.yml rename to vendor/plugins/will_paginate/test/fixtures/topics.yml diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/user.rb b/vendor/plugins/will_paginate/test/fixtures/user.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/user.rb rename to vendor/plugins/will_paginate/test/fixtures/user.rb diff --git a/tracks/vendor/plugins/will_paginate/test/fixtures/users.yml b/vendor/plugins/will_paginate/test/fixtures/users.yml similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/fixtures/users.yml rename to vendor/plugins/will_paginate/test/fixtures/users.yml diff --git a/tracks/vendor/plugins/will_paginate/test/helper.rb b/vendor/plugins/will_paginate/test/helper.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/helper.rb rename to vendor/plugins/will_paginate/test/helper.rb diff --git a/tracks/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb b/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb rename to vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb diff --git a/tracks/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb b/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb rename to vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb diff --git a/tracks/vendor/plugins/will_paginate/test/lib/html_inner_text.rb b/vendor/plugins/will_paginate/test/lib/html_inner_text.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/lib/html_inner_text.rb rename to vendor/plugins/will_paginate/test/lib/html_inner_text.rb diff --git a/tracks/vendor/plugins/will_paginate/test/lib/load_fixtures.rb b/vendor/plugins/will_paginate/test/lib/load_fixtures.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/lib/load_fixtures.rb rename to vendor/plugins/will_paginate/test/lib/load_fixtures.rb diff --git a/tracks/vendor/plugins/will_paginate/test/pagination_test.rb b/vendor/plugins/will_paginate/test/pagination_test.rb similarity index 100% rename from tracks/vendor/plugins/will_paginate/test/pagination_test.rb rename to vendor/plugins/will_paginate/test/pagination_test.rb diff --git a/tracks/vendor/query_analyzer.tar.gz b/vendor/query_analyzer.tar.gz similarity index 100% rename from tracks/vendor/query_analyzer.tar.gz rename to vendor/query_analyzer.tar.gz diff --git a/tracks/vendor/query_trace.tar.gz b/vendor/query_trace.tar.gz similarity index 100% rename from tracks/vendor/query_trace.tar.gz rename to vendor/query_trace.tar.gz diff --git a/tracks/vendor/rails/Rakefile b/vendor/rails/Rakefile similarity index 100% rename from tracks/vendor/rails/Rakefile rename to vendor/rails/Rakefile diff --git a/tracks/vendor/rails/actionmailer/CHANGELOG b/vendor/rails/actionmailer/CHANGELOG similarity index 100% rename from tracks/vendor/rails/actionmailer/CHANGELOG rename to vendor/rails/actionmailer/CHANGELOG diff --git a/tracks/vendor/rails/actionmailer/MIT-LICENSE b/vendor/rails/actionmailer/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/actionmailer/MIT-LICENSE rename to vendor/rails/actionmailer/MIT-LICENSE diff --git a/tracks/vendor/rails/actionmailer/README b/vendor/rails/actionmailer/README similarity index 100% rename from tracks/vendor/rails/actionmailer/README rename to vendor/rails/actionmailer/README diff --git a/tracks/vendor/rails/actionmailer/Rakefile b/vendor/rails/actionmailer/Rakefile similarity index 100% rename from tracks/vendor/rails/actionmailer/Rakefile rename to vendor/rails/actionmailer/Rakefile diff --git a/tracks/vendor/rails/actionmailer/install.rb b/vendor/rails/actionmailer/install.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/install.rb rename to vendor/rails/actionmailer/install.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer.rb b/vendor/rails/actionmailer/lib/action_mailer.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer.rb rename to vendor/rails/actionmailer/lib/action_mailer.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb b/vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb rename to vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/base.rb b/vendor/rails/actionmailer/lib/action_mailer/base.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/base.rb rename to vendor/rails/actionmailer/lib/action_mailer/base.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/helpers.rb b/vendor/rails/actionmailer/lib/action_mailer/helpers.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/helpers.rb rename to vendor/rails/actionmailer/lib/action_mailer/helpers.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb b/vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb rename to vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/part.rb b/vendor/rails/actionmailer/lib/action_mailer/part.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/part.rb rename to vendor/rails/actionmailer/lib/action_mailer/part.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/part_container.rb b/vendor/rails/actionmailer/lib/action_mailer/part_container.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/part_container.rb rename to vendor/rails/actionmailer/lib/action_mailer/part_container.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/quoting.rb b/vendor/rails/actionmailer/lib/action_mailer/quoting.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/quoting.rb rename to vendor/rails/actionmailer/lib/action_mailer/quoting.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/test_case.rb b/vendor/rails/actionmailer/lib/action_mailer/test_case.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/test_case.rb rename to vendor/rails/actionmailer/lib/action_mailer/test_case.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/test_helper.rb b/vendor/rails/actionmailer/lib/action_mailer/test_helper.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/test_helper.rb rename to vendor/rails/actionmailer/lib/action_mailer/test_helper.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/utils.rb b/vendor/rails/actionmailer/lib/action_mailer/utils.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/utils.rb rename to vendor/rails/actionmailer/lib/action_mailer/utils.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/Makefile b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/Makefile similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/Makefile rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/Makefile diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/address.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/address.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/address.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/address.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/attachments.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/attachments.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/attachments.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/attachments.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/compat.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/compat.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/compat.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/compat.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/config.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/config.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/config.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/config.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/core_extensions.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/core_extensions.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/core_extensions.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/core_extensions.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/info.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/info.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/info.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/info.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/loader.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/loader.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/loader.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/loader.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mail.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mail.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mail.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mail.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mailbox.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mailbox.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mailbox.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mailbox.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mbox.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mbox.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mbox.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mbox.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/net.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/net.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/net.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/net.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/obsolete.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/obsolete.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/obsolete.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/obsolete.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.y b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.y similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.y rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/parser.y diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/port.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/port.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/port.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/port.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/quoting.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/quoting.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/quoting.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/quoting.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/tmail.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/tmail.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/tmail.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/tmail.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/version.rb b/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/version.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/version.rb rename to vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/version.rb diff --git a/tracks/vendor/rails/actionmailer/lib/action_mailer/version.rb b/vendor/rails/actionmailer/lib/action_mailer/version.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/action_mailer/version.rb rename to vendor/rails/actionmailer/lib/action_mailer/version.rb diff --git a/tracks/vendor/rails/actionmailer/lib/actionmailer.rb b/vendor/rails/actionmailer/lib/actionmailer.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/lib/actionmailer.rb rename to vendor/rails/actionmailer/lib/actionmailer.rb diff --git a/tracks/vendor/rails/actionmailer/test/abstract_unit.rb b/vendor/rails/actionmailer/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/abstract_unit.rb rename to vendor/rails/actionmailer/test/abstract_unit.rb diff --git a/tracks/vendor/rails/actionmailer/test/delivery_method_test.rb b/vendor/rails/actionmailer/test/delivery_method_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/delivery_method_test.rb rename to vendor/rails/actionmailer/test/delivery_method_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb b/vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb rename to vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/first_mailer/share.rhtml b/vendor/rails/actionmailer/test/fixtures/first_mailer/share.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/first_mailer/share.rhtml rename to vendor/rails/actionmailer/test/fixtures/first_mailer/share.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml b/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml rename to vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb b/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb rename to vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb b/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb rename to vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml b/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml rename to vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml b/vendor/rails/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml rename to vendor/rails/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_base64_decoded_string b/vendor/rails/actionmailer/test/fixtures/raw_base64_decoded_string similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_base64_decoded_string rename to vendor/rails/actionmailer/test/fixtures/raw_base64_decoded_string diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_base64_encoded_string b/vendor/rails/actionmailer/test/fixtures/raw_base64_encoded_string similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_base64_encoded_string rename to vendor/rails/actionmailer/test/fixtures/raw_base64_encoded_string diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email b/vendor/rails/actionmailer/test/fixtures/raw_email similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email rename to vendor/rails/actionmailer/test/fixtures/raw_email diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email10 b/vendor/rails/actionmailer/test/fixtures/raw_email10 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email10 rename to vendor/rails/actionmailer/test/fixtures/raw_email10 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email12 b/vendor/rails/actionmailer/test/fixtures/raw_email12 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email12 rename to vendor/rails/actionmailer/test/fixtures/raw_email12 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email13 b/vendor/rails/actionmailer/test/fixtures/raw_email13 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email13 rename to vendor/rails/actionmailer/test/fixtures/raw_email13 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email2 b/vendor/rails/actionmailer/test/fixtures/raw_email2 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email2 rename to vendor/rails/actionmailer/test/fixtures/raw_email2 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email3 b/vendor/rails/actionmailer/test/fixtures/raw_email3 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email3 rename to vendor/rails/actionmailer/test/fixtures/raw_email3 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email4 b/vendor/rails/actionmailer/test/fixtures/raw_email4 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email4 rename to vendor/rails/actionmailer/test/fixtures/raw_email4 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email5 b/vendor/rails/actionmailer/test/fixtures/raw_email5 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email5 rename to vendor/rails/actionmailer/test/fixtures/raw_email5 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email6 b/vendor/rails/actionmailer/test/fixtures/raw_email6 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email6 rename to vendor/rails/actionmailer/test/fixtures/raw_email6 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email7 b/vendor/rails/actionmailer/test/fixtures/raw_email7 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email7 rename to vendor/rails/actionmailer/test/fixtures/raw_email7 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email8 b/vendor/rails/actionmailer/test/fixtures/raw_email8 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email8 rename to vendor/rails/actionmailer/test/fixtures/raw_email8 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email9 b/vendor/rails/actionmailer/test/fixtures/raw_email9 similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email9 rename to vendor/rails/actionmailer/test/fixtures/raw_email9 diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a b/vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a rename to vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email_with_invalid_characters_in_content_type b/vendor/rails/actionmailer/test/fixtures/raw_email_with_invalid_characters_in_content_type similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email_with_invalid_characters_in_content_type rename to vendor/rails/actionmailer/test/fixtures/raw_email_with_invalid_characters_in_content_type diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment b/vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment rename to vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject b/vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject rename to vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb b/vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb rename to vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/second_mailer/share.rhtml b/vendor/rails/actionmailer/test/fixtures/second_mailer/share.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/second_mailer/share.rhtml rename to vendor/rails/actionmailer/test/fixtures/second_mailer/share.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb b/vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb rename to vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/templates/signed_up.rhtml b/vendor/rails/actionmailer/test/fixtures/templates/signed_up.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/templates/signed_up.rhtml rename to vendor/rails/actionmailer/test/fixtures/templates/signed_up.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/_subtemplate.text.plain.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/_subtemplate.text.plain.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/_subtemplate.text.plain.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/_subtemplate.text.plain.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml b/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml b/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml b/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.builder b/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.builder similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.builder rename to vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.builder diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.rxml b/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.rxml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.rxml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.rxml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.rhtml b/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.rhtml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb b/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb rename to vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb diff --git a/tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml b/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml similarity index 100% rename from tracks/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml rename to vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml diff --git a/tracks/vendor/rails/actionmailer/test/mail_helper_test.rb b/vendor/rails/actionmailer/test/mail_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/mail_helper_test.rb rename to vendor/rails/actionmailer/test/mail_helper_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/mail_render_test.rb b/vendor/rails/actionmailer/test/mail_render_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/mail_render_test.rb rename to vendor/rails/actionmailer/test/mail_render_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/mail_service_test.rb b/vendor/rails/actionmailer/test/mail_service_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/mail_service_test.rb rename to vendor/rails/actionmailer/test/mail_service_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/quoting_test.rb b/vendor/rails/actionmailer/test/quoting_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/quoting_test.rb rename to vendor/rails/actionmailer/test/quoting_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/test_helper_test.rb b/vendor/rails/actionmailer/test/test_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/test_helper_test.rb rename to vendor/rails/actionmailer/test/test_helper_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/tmail_test.rb b/vendor/rails/actionmailer/test/tmail_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/tmail_test.rb rename to vendor/rails/actionmailer/test/tmail_test.rb diff --git a/tracks/vendor/rails/actionmailer/test/url_test.rb b/vendor/rails/actionmailer/test/url_test.rb similarity index 100% rename from tracks/vendor/rails/actionmailer/test/url_test.rb rename to vendor/rails/actionmailer/test/url_test.rb diff --git a/tracks/vendor/rails/actionpack/CHANGELOG b/vendor/rails/actionpack/CHANGELOG similarity index 100% rename from tracks/vendor/rails/actionpack/CHANGELOG rename to vendor/rails/actionpack/CHANGELOG diff --git a/tracks/vendor/rails/actionpack/MIT-LICENSE b/vendor/rails/actionpack/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/actionpack/MIT-LICENSE rename to vendor/rails/actionpack/MIT-LICENSE diff --git a/tracks/vendor/rails/actionpack/README b/vendor/rails/actionpack/README similarity index 100% rename from tracks/vendor/rails/actionpack/README rename to vendor/rails/actionpack/README diff --git a/tracks/vendor/rails/actionpack/RUNNING_UNIT_TESTS b/vendor/rails/actionpack/RUNNING_UNIT_TESTS similarity index 100% rename from tracks/vendor/rails/actionpack/RUNNING_UNIT_TESTS rename to vendor/rails/actionpack/RUNNING_UNIT_TESTS diff --git a/tracks/vendor/rails/actionpack/Rakefile b/vendor/rails/actionpack/Rakefile similarity index 100% rename from tracks/vendor/rails/actionpack/Rakefile rename to vendor/rails/actionpack/Rakefile diff --git a/tracks/vendor/rails/actionpack/install.rb b/vendor/rails/actionpack/install.rb similarity index 100% rename from tracks/vendor/rails/actionpack/install.rb rename to vendor/rails/actionpack/install.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller.rb b/vendor/rails/actionpack/lib/action_controller.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller.rb rename to vendor/rails/actionpack/lib/action_controller.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb b/vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb rename to vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/base.rb b/vendor/rails/actionpack/lib/action_controller/base.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/base.rb rename to vendor/rails/actionpack/lib/action_controller/base.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/benchmarking.rb b/vendor/rails/actionpack/lib/action_controller/benchmarking.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/benchmarking.rb rename to vendor/rails/actionpack/lib/action_controller/benchmarking.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/caching.rb b/vendor/rails/actionpack/lib/action_controller/caching.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/caching.rb rename to vendor/rails/actionpack/lib/action_controller/caching.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext.rb b/vendor/rails/actionpack/lib/action_controller/cgi_ext.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext.rb rename to vendor/rails/actionpack/lib/action_controller/cgi_ext.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb b/vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb rename to vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb b/vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb rename to vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb b/vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb rename to vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb b/vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb rename to vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cgi_process.rb b/vendor/rails/actionpack/lib/action_controller/cgi_process.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cgi_process.rb rename to vendor/rails/actionpack/lib/action_controller/cgi_process.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/components.rb b/vendor/rails/actionpack/lib/action_controller/components.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/components.rb rename to vendor/rails/actionpack/lib/action_controller/components.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/cookies.rb b/vendor/rails/actionpack/lib/action_controller/cookies.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/cookies.rb rename to vendor/rails/actionpack/lib/action_controller/cookies.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/dispatcher.rb b/vendor/rails/actionpack/lib/action_controller/dispatcher.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/dispatcher.rb rename to vendor/rails/actionpack/lib/action_controller/dispatcher.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/filters.rb b/vendor/rails/actionpack/lib/action_controller/filters.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/filters.rb rename to vendor/rails/actionpack/lib/action_controller/filters.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/flash.rb b/vendor/rails/actionpack/lib/action_controller/flash.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/flash.rb rename to vendor/rails/actionpack/lib/action_controller/flash.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/helpers.rb b/vendor/rails/actionpack/lib/action_controller/helpers.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/helpers.rb rename to vendor/rails/actionpack/lib/action_controller/helpers.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/http_authentication.rb b/vendor/rails/actionpack/lib/action_controller/http_authentication.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/http_authentication.rb rename to vendor/rails/actionpack/lib/action_controller/http_authentication.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/integration.rb b/vendor/rails/actionpack/lib/action_controller/integration.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/integration.rb rename to vendor/rails/actionpack/lib/action_controller/integration.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/layout.rb b/vendor/rails/actionpack/lib/action_controller/layout.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/layout.rb rename to vendor/rails/actionpack/lib/action_controller/layout.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/mime_responds.rb b/vendor/rails/actionpack/lib/action_controller/mime_responds.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/mime_responds.rb rename to vendor/rails/actionpack/lib/action_controller/mime_responds.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/mime_type.rb b/vendor/rails/actionpack/lib/action_controller/mime_type.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/mime_type.rb rename to vendor/rails/actionpack/lib/action_controller/mime_type.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/mime_types.rb b/vendor/rails/actionpack/lib/action_controller/mime_types.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/mime_types.rb rename to vendor/rails/actionpack/lib/action_controller/mime_types.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb b/vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb rename to vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/record_identifier.rb b/vendor/rails/actionpack/lib/action_controller/record_identifier.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/record_identifier.rb rename to vendor/rails/actionpack/lib/action_controller/record_identifier.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/request.rb b/vendor/rails/actionpack/lib/action_controller/request.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/request.rb rename to vendor/rails/actionpack/lib/action_controller/request.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb b/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb rename to vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/request_profiler.rb b/vendor/rails/actionpack/lib/action_controller/request_profiler.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/request_profiler.rb rename to vendor/rails/actionpack/lib/action_controller/request_profiler.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/rescue.rb b/vendor/rails/actionpack/lib/action_controller/rescue.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/rescue.rb rename to vendor/rails/actionpack/lib/action_controller/rescue.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/resources.rb b/vendor/rails/actionpack/lib/action_controller/resources.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/resources.rb rename to vendor/rails/actionpack/lib/action_controller/resources.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/response.rb b/vendor/rails/actionpack/lib/action_controller/response.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/response.rb rename to vendor/rails/actionpack/lib/action_controller/response.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/routing.rb b/vendor/rails/actionpack/lib/action_controller/routing.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/routing.rb rename to vendor/rails/actionpack/lib/action_controller/routing.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/routing_optimisation.rb b/vendor/rails/actionpack/lib/action_controller/routing_optimisation.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/routing_optimisation.rb rename to vendor/rails/actionpack/lib/action_controller/routing_optimisation.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb b/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb rename to vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb b/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb rename to vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/session/drb_server.rb b/vendor/rails/actionpack/lib/action_controller/session/drb_server.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/session/drb_server.rb rename to vendor/rails/actionpack/lib/action_controller/session/drb_server.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/session/drb_store.rb b/vendor/rails/actionpack/lib/action_controller/session/drb_store.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/session/drb_store.rb rename to vendor/rails/actionpack/lib/action_controller/session/drb_store.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb b/vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb rename to vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/session_management.rb b/vendor/rails/actionpack/lib/action_controller/session_management.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/session_management.rb rename to vendor/rails/actionpack/lib/action_controller/session_management.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/status_codes.rb b/vendor/rails/actionpack/lib/action_controller/status_codes.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/status_codes.rb rename to vendor/rails/actionpack/lib/action_controller/status_codes.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/streaming.rb b/vendor/rails/actionpack/lib/action_controller/streaming.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/streaming.rb rename to vendor/rails/actionpack/lib/action_controller/streaming.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb b/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb rename to vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/test_case.rb b/vendor/rails/actionpack/lib/action_controller/test_case.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/test_case.rb rename to vendor/rails/actionpack/lib/action_controller/test_case.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/test_process.rb b/vendor/rails/actionpack/lib/action_controller/test_process.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/test_process.rb rename to vendor/rails/actionpack/lib/action_controller/test_process.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb b/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb rename to vendor/rails/actionpack/lib/action_controller/url_rewriter.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb b/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb rename to vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb b/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb rename to vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb b/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb rename to vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb b/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb rename to vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb b/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb rename to vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb b/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb rename to vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_controller/verification.rb b/vendor/rails/actionpack/lib/action_controller/verification.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_controller/verification.rb rename to vendor/rails/actionpack/lib/action_controller/verification.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_pack.rb b/vendor/rails/actionpack/lib/action_pack.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_pack.rb rename to vendor/rails/actionpack/lib/action_pack.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_pack/version.rb b/vendor/rails/actionpack/lib/action_pack/version.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_pack/version.rb rename to vendor/rails/actionpack/lib/action_pack/version.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view.rb b/vendor/rails/actionpack/lib/action_view.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view.rb rename to vendor/rails/actionpack/lib/action_view.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/base.rb b/vendor/rails/actionpack/lib/action_view/base.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/base.rb rename to vendor/rails/actionpack/lib/action_view/base.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/compiled_templates.rb b/vendor/rails/actionpack/lib/action_view/compiled_templates.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/compiled_templates.rb rename to vendor/rails/actionpack/lib/action_view/compiled_templates.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js b/vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js rename to vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js b/vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js rename to vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js b/vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js rename to vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js b/vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js rename to vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/sanitize_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/sanitize_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/sanitize_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/sanitize_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb b/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb rename to vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/partials.rb b/vendor/rails/actionpack/lib/action_view/partials.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/partials.rb rename to vendor/rails/actionpack/lib/action_view/partials.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/template_error.rb b/vendor/rails/actionpack/lib/action_view/template_error.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/template_error.rb rename to vendor/rails/actionpack/lib/action_view/template_error.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/template_handler.rb b/vendor/rails/actionpack/lib/action_view/template_handler.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/template_handler.rb rename to vendor/rails/actionpack/lib/action_view/template_handler.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/template_handlers/builder.rb b/vendor/rails/actionpack/lib/action_view/template_handlers/builder.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/template_handlers/builder.rb rename to vendor/rails/actionpack/lib/action_view/template_handlers/builder.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb b/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb rename to vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb diff --git a/tracks/vendor/rails/actionpack/lib/action_view/template_handlers/rjs.rb b/vendor/rails/actionpack/lib/action_view/template_handlers/rjs.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/action_view/template_handlers/rjs.rb rename to vendor/rails/actionpack/lib/action_view/template_handlers/rjs.rb diff --git a/tracks/vendor/rails/actionpack/lib/actionpack.rb b/vendor/rails/actionpack/lib/actionpack.rb similarity index 100% rename from tracks/vendor/rails/actionpack/lib/actionpack.rb rename to vendor/rails/actionpack/lib/actionpack.rb diff --git a/tracks/vendor/rails/actionpack/test/abstract_unit.rb b/vendor/rails/actionpack/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/abstract_unit.rb rename to vendor/rails/actionpack/test/abstract_unit.rb diff --git a/tracks/vendor/rails/actionpack/test/action_view_test.rb b/vendor/rails/actionpack/test/action_view_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/action_view_test.rb rename to vendor/rails/actionpack/test/action_view_test.rb diff --git a/tracks/vendor/rails/actionpack/test/active_record_unit.rb b/vendor/rails/actionpack/test/active_record_unit.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/active_record_unit.rb rename to vendor/rails/actionpack/test/active_record_unit.rb diff --git a/tracks/vendor/rails/actionpack/test/activerecord/active_record_store_test.rb b/vendor/rails/actionpack/test/activerecord/active_record_store_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/activerecord/active_record_store_test.rb rename to vendor/rails/actionpack/test/activerecord/active_record_store_test.rb diff --git a/tracks/vendor/rails/actionpack/test/activerecord/render_partial_with_record_identification_test.rb b/vendor/rails/actionpack/test/activerecord/render_partial_with_record_identification_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/activerecord/render_partial_with_record_identification_test.rb rename to vendor/rails/actionpack/test/activerecord/render_partial_with_record_identification_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb b/vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb rename to vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/addresses_render_test.rb b/vendor/rails/actionpack/test/controller/addresses_render_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/addresses_render_test.rb rename to vendor/rails/actionpack/test/controller/addresses_render_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/assert_select_test.rb b/vendor/rails/actionpack/test/controller/assert_select_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/assert_select_test.rb rename to vendor/rails/actionpack/test/controller/assert_select_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/base_test.rb b/vendor/rails/actionpack/test/controller/base_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/base_test.rb rename to vendor/rails/actionpack/test/controller/base_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/benchmark_test.rb b/vendor/rails/actionpack/test/controller/benchmark_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/benchmark_test.rb rename to vendor/rails/actionpack/test/controller/benchmark_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/caching_test.rb b/vendor/rails/actionpack/test/controller/caching_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/caching_test.rb rename to vendor/rails/actionpack/test/controller/caching_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/capture_test.rb b/vendor/rails/actionpack/test/controller/capture_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/capture_test.rb rename to vendor/rails/actionpack/test/controller/capture_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/cgi_test.rb b/vendor/rails/actionpack/test/controller/cgi_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/cgi_test.rb rename to vendor/rails/actionpack/test/controller/cgi_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/components_test.rb b/vendor/rails/actionpack/test/controller/components_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/components_test.rb rename to vendor/rails/actionpack/test/controller/components_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/content_type_test.rb b/vendor/rails/actionpack/test/controller/content_type_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/content_type_test.rb rename to vendor/rails/actionpack/test/controller/content_type_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb b/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb rename to vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb b/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb rename to vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb b/vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb rename to vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/cookie_test.rb b/vendor/rails/actionpack/test/controller/cookie_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/cookie_test.rb rename to vendor/rails/actionpack/test/controller/cookie_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/custom_handler_test.rb b/vendor/rails/actionpack/test/controller/custom_handler_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/custom_handler_test.rb rename to vendor/rails/actionpack/test/controller/custom_handler_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb b/vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb rename to vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/dispatcher_test.rb b/vendor/rails/actionpack/test/controller/dispatcher_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/dispatcher_test.rb rename to vendor/rails/actionpack/test/controller/dispatcher_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/fake_controllers.rb b/vendor/rails/actionpack/test/controller/fake_controllers.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/fake_controllers.rb rename to vendor/rails/actionpack/test/controller/fake_controllers.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/fake_models.rb b/vendor/rails/actionpack/test/controller/fake_models.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/fake_models.rb rename to vendor/rails/actionpack/test/controller/fake_models.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/filter_params_test.rb b/vendor/rails/actionpack/test/controller/filter_params_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/filter_params_test.rb rename to vendor/rails/actionpack/test/controller/filter_params_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/filters_test.rb b/vendor/rails/actionpack/test/controller/filters_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/filters_test.rb rename to vendor/rails/actionpack/test/controller/filters_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/flash_test.rb b/vendor/rails/actionpack/test/controller/flash_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/flash_test.rb rename to vendor/rails/actionpack/test/controller/flash_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/fragment_store_setting_test.rb b/vendor/rails/actionpack/test/controller/fragment_store_setting_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/fragment_store_setting_test.rb rename to vendor/rails/actionpack/test/controller/fragment_store_setting_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/helper_test.rb b/vendor/rails/actionpack/test/controller/helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/helper_test.rb rename to vendor/rails/actionpack/test/controller/helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/html-scanner/document_test.rb b/vendor/rails/actionpack/test/controller/html-scanner/document_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/html-scanner/document_test.rb rename to vendor/rails/actionpack/test/controller/html-scanner/document_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/html-scanner/node_test.rb b/vendor/rails/actionpack/test/controller/html-scanner/node_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/html-scanner/node_test.rb rename to vendor/rails/actionpack/test/controller/html-scanner/node_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/html-scanner/sanitizer_test.rb b/vendor/rails/actionpack/test/controller/html-scanner/sanitizer_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/html-scanner/sanitizer_test.rb rename to vendor/rails/actionpack/test/controller/html-scanner/sanitizer_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb b/vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb rename to vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb b/vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb rename to vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb b/vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb rename to vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/http_authentication_test.rb b/vendor/rails/actionpack/test/controller/http_authentication_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/http_authentication_test.rb rename to vendor/rails/actionpack/test/controller/http_authentication_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/integration_test.rb b/vendor/rails/actionpack/test/controller/integration_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/integration_test.rb rename to vendor/rails/actionpack/test/controller/integration_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/layout_test.rb b/vendor/rails/actionpack/test/controller/layout_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/layout_test.rb rename to vendor/rails/actionpack/test/controller/layout_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/mime_responds_test.rb b/vendor/rails/actionpack/test/controller/mime_responds_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/mime_responds_test.rb rename to vendor/rails/actionpack/test/controller/mime_responds_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/mime_type_test.rb b/vendor/rails/actionpack/test/controller/mime_type_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/mime_type_test.rb rename to vendor/rails/actionpack/test/controller/mime_type_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/new_render_test.rb b/vendor/rails/actionpack/test/controller/new_render_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/new_render_test.rb rename to vendor/rails/actionpack/test/controller/new_render_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/polymorphic_routes_test.rb b/vendor/rails/actionpack/test/controller/polymorphic_routes_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/polymorphic_routes_test.rb rename to vendor/rails/actionpack/test/controller/polymorphic_routes_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/record_identifier_test.rb b/vendor/rails/actionpack/test/controller/record_identifier_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/record_identifier_test.rb rename to vendor/rails/actionpack/test/controller/record_identifier_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/redirect_test.rb b/vendor/rails/actionpack/test/controller/redirect_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/redirect_test.rb rename to vendor/rails/actionpack/test/controller/redirect_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/render_test.rb b/vendor/rails/actionpack/test/controller/render_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/render_test.rb rename to vendor/rails/actionpack/test/controller/render_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/request_forgery_protection_test.rb b/vendor/rails/actionpack/test/controller/request_forgery_protection_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/request_forgery_protection_test.rb rename to vendor/rails/actionpack/test/controller/request_forgery_protection_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/request_test.rb b/vendor/rails/actionpack/test/controller/request_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/request_test.rb rename to vendor/rails/actionpack/test/controller/request_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/rescue_test.rb b/vendor/rails/actionpack/test/controller/rescue_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/rescue_test.rb rename to vendor/rails/actionpack/test/controller/rescue_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/resources_test.rb b/vendor/rails/actionpack/test/controller/resources_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/resources_test.rb rename to vendor/rails/actionpack/test/controller/resources_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/routing_test.rb b/vendor/rails/actionpack/test/controller/routing_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/routing_test.rb rename to vendor/rails/actionpack/test/controller/routing_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/selector_test.rb b/vendor/rails/actionpack/test/controller/selector_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/selector_test.rb rename to vendor/rails/actionpack/test/controller/selector_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/send_file_test.rb b/vendor/rails/actionpack/test/controller/send_file_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/send_file_test.rb rename to vendor/rails/actionpack/test/controller/send_file_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/session/cookie_store_test.rb b/vendor/rails/actionpack/test/controller/session/cookie_store_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/session/cookie_store_test.rb rename to vendor/rails/actionpack/test/controller/session/cookie_store_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/session/mem_cache_store_test.rb b/vendor/rails/actionpack/test/controller/session/mem_cache_store_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/session/mem_cache_store_test.rb rename to vendor/rails/actionpack/test/controller/session/mem_cache_store_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/session_fixation_test.rb b/vendor/rails/actionpack/test/controller/session_fixation_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/session_fixation_test.rb rename to vendor/rails/actionpack/test/controller/session_fixation_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/session_management_test.rb b/vendor/rails/actionpack/test/controller/session_management_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/session_management_test.rb rename to vendor/rails/actionpack/test/controller/session_management_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/test_test.rb b/vendor/rails/actionpack/test/controller/test_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/test_test.rb rename to vendor/rails/actionpack/test/controller/test_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/url_rewriter_test.rb b/vendor/rails/actionpack/test/controller/url_rewriter_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/url_rewriter_test.rb rename to vendor/rails/actionpack/test/controller/url_rewriter_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/verification_test.rb b/vendor/rails/actionpack/test/controller/verification_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/verification_test.rb rename to vendor/rails/actionpack/test/controller/verification_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/view_paths_test.rb b/vendor/rails/actionpack/test/controller/view_paths_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/view_paths_test.rb rename to vendor/rails/actionpack/test/controller/view_paths_test.rb diff --git a/tracks/vendor/rails/actionpack/test/controller/webservice_test.rb b/vendor/rails/actionpack/test/controller/webservice_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/controller/webservice_test.rb rename to vendor/rails/actionpack/test/controller/webservice_test.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/addresses/list.erb b/vendor/rails/actionpack/test/fixtures/addresses/list.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/addresses/list.erb rename to vendor/rails/actionpack/test/fixtures/addresses/list.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/companies.yml b/vendor/rails/actionpack/test/fixtures/companies.yml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/companies.yml rename to vendor/rails/actionpack/test/fixtures/companies.yml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/company.rb b/vendor/rails/actionpack/test/fixtures/company.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/company.rb rename to vendor/rails/actionpack/test/fixtures/company.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml b/vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml rename to vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml b/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml rename to vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs b/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs rename to vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs diff --git a/tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml b/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml rename to vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql b/vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql rename to vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql diff --git a/tracks/vendor/rails/actionpack/test/fixtures/developer.rb b/vendor/rails/actionpack/test/fixtures/developer.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/developer.rb rename to vendor/rails/actionpack/test/fixtures/developer.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/developers.yml b/vendor/rails/actionpack/test/fixtures/developers.yml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/developers.yml rename to vendor/rails/actionpack/test/fixtures/developers.yml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/developers_projects.yml b/vendor/rails/actionpack/test/fixtures/developers_projects.yml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/developers_projects.yml rename to vendor/rails/actionpack/test/fixtures/developers_projects.yml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb b/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb rename to vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb b/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb rename to vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb b/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb rename to vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb b/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb rename to vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/alt/hello.rhtml b/vendor/rails/actionpack/test/fixtures/layout_tests/alt/hello.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/alt/hello.rhtml rename to vendor/rails/actionpack/test/fixtures/layout_tests/alt/hello.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml b/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml rename to vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml b/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml rename to vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml b/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml rename to vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb b/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb rename to vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab b/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab rename to vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml b/vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml rename to vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layouts/builder.builder b/vendor/rails/actionpack/test/fixtures/layouts/builder.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layouts/builder.builder rename to vendor/rails/actionpack/test/fixtures/layouts/builder.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layouts/standard.erb b/vendor/rails/actionpack/test/fixtures/layouts/standard.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layouts/standard.erb rename to vendor/rails/actionpack/test/fixtures/layouts/standard.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb b/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb rename to vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/layouts/yield.erb b/vendor/rails/actionpack/test/fixtures/layouts/yield.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/layouts/yield.erb rename to vendor/rails/actionpack/test/fixtures/layouts/yield.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/binary_file b/vendor/rails/actionpack/test/fixtures/multipart/binary_file similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/binary_file rename to vendor/rails/actionpack/test/fixtures/multipart/binary_file diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/bracketed_param b/vendor/rails/actionpack/test/fixtures/multipart/bracketed_param similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/bracketed_param rename to vendor/rails/actionpack/test/fixtures/multipart/bracketed_param diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/large_text_file b/vendor/rails/actionpack/test/fixtures/multipart/large_text_file similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/large_text_file rename to vendor/rails/actionpack/test/fixtures/multipart/large_text_file diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/mixed_files b/vendor/rails/actionpack/test/fixtures/multipart/mixed_files similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/mixed_files rename to vendor/rails/actionpack/test/fixtures/multipart/mixed_files diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg b/vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg rename to vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/single_parameter b/vendor/rails/actionpack/test/fixtures/multipart/single_parameter similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/single_parameter rename to vendor/rails/actionpack/test/fixtures/multipart/single_parameter diff --git a/tracks/vendor/rails/actionpack/test/fixtures/multipart/text_file b/vendor/rails/actionpack/test/fixtures/multipart/text_file similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/multipart/text_file rename to vendor/rails/actionpack/test/fixtures/multipart/text_file diff --git a/tracks/vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb b/vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb rename to vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/override2/layouts/test/sub.erb b/vendor/rails/actionpack/test/fixtures/override2/layouts/test/sub.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/override2/layouts/test/sub.erb rename to vendor/rails/actionpack/test/fixtures/override2/layouts/test/sub.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/post_test/layouts/post.html.erb b/vendor/rails/actionpack/test/fixtures/post_test/layouts/post.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/post_test/layouts/post.html.erb rename to vendor/rails/actionpack/test/fixtures/post_test/layouts/post.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/post_test/layouts/super_post.iphone.erb b/vendor/rails/actionpack/test/fixtures/post_test/layouts/super_post.iphone.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/post_test/layouts/super_post.iphone.erb rename to vendor/rails/actionpack/test/fixtures/post_test/layouts/super_post.iphone.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/post_test/post/index.html.erb b/vendor/rails/actionpack/test/fixtures/post_test/post/index.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/post_test/post/index.html.erb rename to vendor/rails/actionpack/test/fixtures/post_test/post/index.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/post_test/post/index.iphone.erb b/vendor/rails/actionpack/test/fixtures/post_test/post/index.iphone.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/post_test/post/index.iphone.erb rename to vendor/rails/actionpack/test/fixtures/post_test/post/index.iphone.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.html.erb b/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.html.erb rename to vendor/rails/actionpack/test/fixtures/post_test/super_post/index.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.iphone.erb b/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.iphone.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.iphone.erb rename to vendor/rails/actionpack/test/fixtures/post_test/super_post/index.iphone.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/project.rb b/vendor/rails/actionpack/test/fixtures/project.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/project.rb rename to vendor/rails/actionpack/test/fixtures/project.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/projects.yml b/vendor/rails/actionpack/test/fixtures/projects.yml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/projects.yml rename to vendor/rails/actionpack/test/fixtures/projects.yml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/404.html b/vendor/rails/actionpack/test/fixtures/public/404.html similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/404.html rename to vendor/rails/actionpack/test/fixtures/public/404.html diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/500.html b/vendor/rails/actionpack/test/fixtures/public/500.html similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/500.html rename to vendor/rails/actionpack/test/fixtures/public/500.html diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/images/rails.png b/vendor/rails/actionpack/test/fixtures/public/images/rails.png similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/images/rails.png rename to vendor/rails/actionpack/test/fixtures/public/images/rails.png diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/javascripts/application.js b/vendor/rails/actionpack/test/fixtures/public/javascripts/application.js similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/javascripts/application.js rename to vendor/rails/actionpack/test/fixtures/public/javascripts/application.js diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js b/vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js rename to vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js b/vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js rename to vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css b/vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css rename to vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css diff --git a/tracks/vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css b/vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css rename to vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css diff --git a/tracks/vendor/rails/actionpack/test/fixtures/replies.yml b/vendor/rails/actionpack/test/fixtures/replies.yml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/replies.yml rename to vendor/rails/actionpack/test/fixtures/replies.yml diff --git a/tracks/vendor/rails/actionpack/test/fixtures/reply.rb b/vendor/rails/actionpack/test/fixtures/reply.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/reply.rb rename to vendor/rails/actionpack/test/fixtures/reply.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb b/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs b/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs rename to vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb b/vendor/rails/actionpack/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.html.erb b/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.html.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb b/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/layouts/missing.html.erb b/vendor/rails/actionpack/test/fixtures/respond_to/layouts/missing.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/layouts/missing.html.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/layouts/missing.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.html.erb b/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.html.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.iphone.erb b/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.iphone.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.iphone.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.iphone.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb b/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs b/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs rename to vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder b/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder rename to vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb b/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb rename to vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs b/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs rename to vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs diff --git a/tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder b/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder rename to vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb b/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb rename to vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_customer.erb b/vendor/rails/actionpack/test/fixtures/test/_customer.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_customer.erb rename to vendor/rails/actionpack/test/fixtures/test/_customer.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb b/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb rename to vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_hash_greeting.erb b/vendor/rails/actionpack/test/fixtures/test/_hash_greeting.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_hash_greeting.erb rename to vendor/rails/actionpack/test/fixtures/test/_hash_greeting.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_hash_object.erb b/vendor/rails/actionpack/test/fixtures/test/_hash_object.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_hash_object.erb rename to vendor/rails/actionpack/test/fixtures/test/_hash_object.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_hello.builder b/vendor/rails/actionpack/test/fixtures/test/_hello.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_hello.builder rename to vendor/rails/actionpack/test/fixtures/test/_hello.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_layout_for_partial.html.erb b/vendor/rails/actionpack/test/fixtures/test/_layout_for_partial.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_layout_for_partial.html.erb rename to vendor/rails/actionpack/test/fixtures/test/_layout_for_partial.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_partial.erb b/vendor/rails/actionpack/test/fixtures/test/_partial.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_partial.erb rename to vendor/rails/actionpack/test/fixtures/test/_partial.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_partial.html.erb b/vendor/rails/actionpack/test/fixtures/test/_partial.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_partial.html.erb rename to vendor/rails/actionpack/test/fixtures/test/_partial.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_partial.js.erb b/vendor/rails/actionpack/test/fixtures/test/_partial.js.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_partial.js.erb rename to vendor/rails/actionpack/test/fixtures/test/_partial.js.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_partial_for_use_in_layout.html.erb b/vendor/rails/actionpack/test/fixtures/test/_partial_for_use_in_layout.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_partial_for_use_in_layout.html.erb rename to vendor/rails/actionpack/test/fixtures/test/_partial_for_use_in_layout.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_partial_only.erb b/vendor/rails/actionpack/test/fixtures/test/_partial_only.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_partial_only.erb rename to vendor/rails/actionpack/test/fixtures/test/_partial_only.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/_person.erb b/vendor/rails/actionpack/test/fixtures/test/_person.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/_person.erb rename to vendor/rails/actionpack/test/fixtures/test/_person.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb b/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb rename to vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/block_content_for.erb b/vendor/rails/actionpack/test/fixtures/test/block_content_for.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/block_content_for.erb rename to vendor/rails/actionpack/test/fixtures/test/block_content_for.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb b/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb rename to vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/capturing.erb b/vendor/rails/actionpack/test/fixtures/test/capturing.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/capturing.erb rename to vendor/rails/actionpack/test/fixtures/test/capturing.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/content_for.erb b/vendor/rails/actionpack/test/fixtures/test/content_for.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/content_for.erb rename to vendor/rails/actionpack/test/fixtures/test/content_for.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb b/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb rename to vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/content_for_with_parameter.erb b/vendor/rails/actionpack/test/fixtures/test/content_for_with_parameter.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/content_for_with_parameter.erb rename to vendor/rails/actionpack/test/fixtures/test/content_for_with_parameter.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs b/vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs rename to vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb b/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb rename to vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs b/vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs rename to vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb b/vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb rename to vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb b/vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb rename to vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder b/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder rename to vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb b/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb rename to vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb b/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb rename to vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/greeting.erb b/vendor/rails/actionpack/test/fixtures/test/greeting.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/greeting.erb rename to vendor/rails/actionpack/test/fixtures/test/greeting.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/hello.builder b/vendor/rails/actionpack/test/fixtures/test/hello.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/hello.builder rename to vendor/rails/actionpack/test/fixtures/test/hello.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/hello_world.erb b/vendor/rails/actionpack/test/fixtures/test/hello_world.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/hello_world.erb rename to vendor/rails/actionpack/test/fixtures/test/hello_world.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder b/vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder rename to vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/hello_world_from_rxml.builder b/vendor/rails/actionpack/test/fixtures/test/hello_world_from_rxml.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/hello_world_from_rxml.builder rename to vendor/rails/actionpack/test/fixtures/test/hello_world_from_rxml.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb b/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb rename to vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder b/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder rename to vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/list.erb b/vendor/rails/actionpack/test/fixtures/test/list.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/list.erb rename to vendor/rails/actionpack/test/fixtures/test/list.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder b/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder rename to vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb b/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb rename to vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb b/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb rename to vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb b/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb rename to vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb b/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb rename to vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb b/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb rename to vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb b/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb rename to vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/topic.rb b/vendor/rails/actionpack/test/fixtures/topic.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/topic.rb rename to vendor/rails/actionpack/test/fixtures/topic.rb diff --git a/tracks/vendor/rails/actionpack/test/fixtures/topics.yml b/vendor/rails/actionpack/test/fixtures/topics.yml similarity index 100% rename from tracks/vendor/rails/actionpack/test/fixtures/topics.yml rename to vendor/rails/actionpack/test/fixtures/topics.yml diff --git a/tracks/vendor/rails/actionpack/test/template/active_record_helper_test.rb b/vendor/rails/actionpack/test/template/active_record_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/active_record_helper_test.rb rename to vendor/rails/actionpack/test/template/active_record_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/asset_tag_helper_test.rb b/vendor/rails/actionpack/test/template/asset_tag_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/asset_tag_helper_test.rb rename to vendor/rails/actionpack/test/template/asset_tag_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/atom_feed_helper_test.rb b/vendor/rails/actionpack/test/template/atom_feed_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/atom_feed_helper_test.rb rename to vendor/rails/actionpack/test/template/atom_feed_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/benchmark_helper_test.rb b/vendor/rails/actionpack/test/template/benchmark_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/benchmark_helper_test.rb rename to vendor/rails/actionpack/test/template/benchmark_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/compiled_templates_test.rb b/vendor/rails/actionpack/test/template/compiled_templates_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/compiled_templates_test.rb rename to vendor/rails/actionpack/test/template/compiled_templates_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/date_helper_test.rb b/vendor/rails/actionpack/test/template/date_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/date_helper_test.rb rename to vendor/rails/actionpack/test/template/date_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/erb_util_test.rb b/vendor/rails/actionpack/test/template/erb_util_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/erb_util_test.rb rename to vendor/rails/actionpack/test/template/erb_util_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/form_helper_test.rb b/vendor/rails/actionpack/test/template/form_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/form_helper_test.rb rename to vendor/rails/actionpack/test/template/form_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/form_options_helper_test.rb b/vendor/rails/actionpack/test/template/form_options_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/form_options_helper_test.rb rename to vendor/rails/actionpack/test/template/form_options_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/form_tag_helper_test.rb b/vendor/rails/actionpack/test/template/form_tag_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/form_tag_helper_test.rb rename to vendor/rails/actionpack/test/template/form_tag_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/javascript_helper_test.rb b/vendor/rails/actionpack/test/template/javascript_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/javascript_helper_test.rb rename to vendor/rails/actionpack/test/template/javascript_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/number_helper_test.rb b/vendor/rails/actionpack/test/template/number_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/number_helper_test.rb rename to vendor/rails/actionpack/test/template/number_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/prototype_helper_test.rb b/vendor/rails/actionpack/test/template/prototype_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/prototype_helper_test.rb rename to vendor/rails/actionpack/test/template/prototype_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/sanitize_helper_test.rb b/vendor/rails/actionpack/test/template/sanitize_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/sanitize_helper_test.rb rename to vendor/rails/actionpack/test/template/sanitize_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb b/vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb rename to vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/tag_helper_test.rb b/vendor/rails/actionpack/test/template/tag_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/tag_helper_test.rb rename to vendor/rails/actionpack/test/template/tag_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/text_helper_test.rb b/vendor/rails/actionpack/test/template/text_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/text_helper_test.rb rename to vendor/rails/actionpack/test/template/text_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/template/url_helper_test.rb b/vendor/rails/actionpack/test/template/url_helper_test.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/template/url_helper_test.rb rename to vendor/rails/actionpack/test/template/url_helper_test.rb diff --git a/tracks/vendor/rails/actionpack/test/testing_sandbox.rb b/vendor/rails/actionpack/test/testing_sandbox.rb similarity index 100% rename from tracks/vendor/rails/actionpack/test/testing_sandbox.rb rename to vendor/rails/actionpack/test/testing_sandbox.rb diff --git a/tracks/vendor/rails/actionwebservice/CHANGELOG b/vendor/rails/actionwebservice/CHANGELOG similarity index 100% rename from tracks/vendor/rails/actionwebservice/CHANGELOG rename to vendor/rails/actionwebservice/CHANGELOG diff --git a/tracks/vendor/rails/actionwebservice/MIT-LICENSE b/vendor/rails/actionwebservice/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/actionwebservice/MIT-LICENSE rename to vendor/rails/actionwebservice/MIT-LICENSE diff --git a/tracks/vendor/rails/actionwebservice/README b/vendor/rails/actionwebservice/README similarity index 100% rename from tracks/vendor/rails/actionwebservice/README rename to vendor/rails/actionwebservice/README diff --git a/tracks/vendor/rails/actionwebservice/Rakefile b/vendor/rails/actionwebservice/Rakefile similarity index 100% rename from tracks/vendor/rails/actionwebservice/Rakefile rename to vendor/rails/actionwebservice/Rakefile diff --git a/tracks/vendor/rails/actionwebservice/TODO b/vendor/rails/actionwebservice/TODO similarity index 100% rename from tracks/vendor/rails/actionwebservice/TODO rename to vendor/rails/actionwebservice/TODO diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/README b/vendor/rails/actionwebservice/examples/googlesearch/README similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/README rename to vendor/rails/actionwebservice/examples/googlesearch/README diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_api.rb b/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_api.rb rename to vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_api.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_controller.rb b/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_controller.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_controller.rb rename to vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_controller.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/delegated/google_search_service.rb b/vendor/rails/actionwebservice/examples/googlesearch/delegated/google_search_service.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/delegated/google_search_service.rb rename to vendor/rails/actionwebservice/examples/googlesearch/delegated/google_search_service.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb b/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb rename to vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/direct/google_search_api.rb b/vendor/rails/actionwebservice/examples/googlesearch/direct/google_search_api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/direct/google_search_api.rb rename to vendor/rails/actionwebservice/examples/googlesearch/direct/google_search_api.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/googlesearch/direct/search_controller.rb b/vendor/rails/actionwebservice/examples/googlesearch/direct/search_controller.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/googlesearch/direct/search_controller.rb rename to vendor/rails/actionwebservice/examples/googlesearch/direct/search_controller.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/metaWeblog/README b/vendor/rails/actionwebservice/examples/metaWeblog/README similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/metaWeblog/README rename to vendor/rails/actionwebservice/examples/metaWeblog/README diff --git a/tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_api.rb b/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_api.rb rename to vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_api.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_service.rb b/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_service.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_service.rb rename to vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_service.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_api.rb b/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_api.rb rename to vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_api.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_service.rb b/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_service.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_service.rb rename to vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_service.rb diff --git a/tracks/vendor/rails/actionwebservice/examples/metaWeblog/controllers/xmlrpc_controller.rb b/vendor/rails/actionwebservice/examples/metaWeblog/controllers/xmlrpc_controller.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/examples/metaWeblog/controllers/xmlrpc_controller.rb rename to vendor/rails/actionwebservice/examples/metaWeblog/controllers/xmlrpc_controller.rb diff --git a/tracks/vendor/rails/actionwebservice/install.rb b/vendor/rails/actionwebservice/install.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/install.rb rename to vendor/rails/actionwebservice/install.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service.rb b/vendor/rails/actionwebservice/lib/action_web_service.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service.rb rename to vendor/rails/actionwebservice/lib/action_web_service.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/api.rb b/vendor/rails/actionwebservice/lib/action_web_service/api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/api.rb rename to vendor/rails/actionwebservice/lib/action_web_service/api.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/base.rb b/vendor/rails/actionwebservice/lib/action_web_service/base.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/base.rb rename to vendor/rails/actionwebservice/lib/action_web_service/base.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/casting.rb b/vendor/rails/actionwebservice/lib/action_web_service/casting.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/casting.rb rename to vendor/rails/actionwebservice/lib/action_web_service/casting.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/client.rb b/vendor/rails/actionwebservice/lib/action_web_service/client.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/client.rb rename to vendor/rails/actionwebservice/lib/action_web_service/client.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/client/base.rb b/vendor/rails/actionwebservice/lib/action_web_service/client/base.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/client/base.rb rename to vendor/rails/actionwebservice/lib/action_web_service/client/base.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/client/soap_client.rb b/vendor/rails/actionwebservice/lib/action_web_service/client/soap_client.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/client/soap_client.rb rename to vendor/rails/actionwebservice/lib/action_web_service/client/soap_client.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/client/xmlrpc_client.rb b/vendor/rails/actionwebservice/lib/action_web_service/client/xmlrpc_client.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/client/xmlrpc_client.rb rename to vendor/rails/actionwebservice/lib/action_web_service/client/xmlrpc_client.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/container.rb b/vendor/rails/actionwebservice/lib/action_web_service/container.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/container.rb rename to vendor/rails/actionwebservice/lib/action_web_service/container.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/container/action_controller_container.rb b/vendor/rails/actionwebservice/lib/action_web_service/container/action_controller_container.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/container/action_controller_container.rb rename to vendor/rails/actionwebservice/lib/action_web_service/container/action_controller_container.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb b/vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb rename to vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/container/direct_container.rb b/vendor/rails/actionwebservice/lib/action_web_service/container/direct_container.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/container/direct_container.rb rename to vendor/rails/actionwebservice/lib/action_web_service/container/direct_container.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/dispatcher.rb b/vendor/rails/actionwebservice/lib/action_web_service/dispatcher.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/dispatcher.rb rename to vendor/rails/actionwebservice/lib/action_web_service/dispatcher.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb b/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb rename to vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb b/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb rename to vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/invocation.rb b/vendor/rails/actionwebservice/lib/action_web_service/invocation.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/invocation.rb rename to vendor/rails/actionwebservice/lib/action_web_service/invocation.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol.rb b/vendor/rails/actionwebservice/lib/action_web_service/protocol.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol.rb rename to vendor/rails/actionwebservice/lib/action_web_service/protocol.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/abstract.rb b/vendor/rails/actionwebservice/lib/action_web_service/protocol/abstract.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/abstract.rb rename to vendor/rails/actionwebservice/lib/action_web_service/protocol/abstract.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/discovery.rb b/vendor/rails/actionwebservice/lib/action_web_service/protocol/discovery.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/discovery.rb rename to vendor/rails/actionwebservice/lib/action_web_service/protocol/discovery.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb b/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb rename to vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb b/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb rename to vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb b/vendor/rails/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb rename to vendor/rails/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/scaffolding.rb b/vendor/rails/actionwebservice/lib/action_web_service/scaffolding.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/scaffolding.rb rename to vendor/rails/actionwebservice/lib/action_web_service/scaffolding.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/struct.rb b/vendor/rails/actionwebservice/lib/action_web_service/struct.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/struct.rb rename to vendor/rails/actionwebservice/lib/action_web_service/struct.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/support/class_inheritable_options.rb b/vendor/rails/actionwebservice/lib/action_web_service/support/class_inheritable_options.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/support/class_inheritable_options.rb rename to vendor/rails/actionwebservice/lib/action_web_service/support/class_inheritable_options.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/support/signature_types.rb b/vendor/rails/actionwebservice/lib/action_web_service/support/signature_types.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/support/signature_types.rb rename to vendor/rails/actionwebservice/lib/action_web_service/support/signature_types.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.erb b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.erb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.erb rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.erb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.erb b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.erb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.erb rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.erb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.rhtml b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.rhtml similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.rhtml rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.rhtml diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.erb b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.erb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.erb rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.erb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.rhtml b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.rhtml similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.rhtml rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.rhtml diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.erb b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.erb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.erb rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.erb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.rhtml b/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.rhtml similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.rhtml rename to vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.rhtml diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/test_invoke.rb b/vendor/rails/actionwebservice/lib/action_web_service/test_invoke.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/test_invoke.rb rename to vendor/rails/actionwebservice/lib/action_web_service/test_invoke.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/action_web_service/version.rb b/vendor/rails/actionwebservice/lib/action_web_service/version.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/action_web_service/version.rb rename to vendor/rails/actionwebservice/lib/action_web_service/version.rb diff --git a/tracks/vendor/rails/actionwebservice/lib/actionwebservice.rb b/vendor/rails/actionwebservice/lib/actionwebservice.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/lib/actionwebservice.rb rename to vendor/rails/actionwebservice/lib/actionwebservice.rb diff --git a/tracks/vendor/rails/actionwebservice/setup.rb b/vendor/rails/actionwebservice/setup.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/setup.rb rename to vendor/rails/actionwebservice/setup.rb diff --git a/tracks/vendor/rails/actionwebservice/test/abstract_client.rb b/vendor/rails/actionwebservice/test/abstract_client.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/abstract_client.rb rename to vendor/rails/actionwebservice/test/abstract_client.rb diff --git a/tracks/vendor/rails/actionwebservice/test/abstract_dispatcher.rb b/vendor/rails/actionwebservice/test/abstract_dispatcher.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/abstract_dispatcher.rb rename to vendor/rails/actionwebservice/test/abstract_dispatcher.rb diff --git a/tracks/vendor/rails/actionwebservice/test/abstract_unit.rb b/vendor/rails/actionwebservice/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/abstract_unit.rb rename to vendor/rails/actionwebservice/test/abstract_unit.rb diff --git a/tracks/vendor/rails/actionwebservice/test/api_test.rb b/vendor/rails/actionwebservice/test/api_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/api_test.rb rename to vendor/rails/actionwebservice/test/api_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/apis/auto_load_api.rb b/vendor/rails/actionwebservice/test/apis/auto_load_api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/apis/auto_load_api.rb rename to vendor/rails/actionwebservice/test/apis/auto_load_api.rb diff --git a/tracks/vendor/rails/actionwebservice/test/apis/broken_auto_load_api.rb b/vendor/rails/actionwebservice/test/apis/broken_auto_load_api.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/apis/broken_auto_load_api.rb rename to vendor/rails/actionwebservice/test/apis/broken_auto_load_api.rb diff --git a/tracks/vendor/rails/actionwebservice/test/base_test.rb b/vendor/rails/actionwebservice/test/base_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/base_test.rb rename to vendor/rails/actionwebservice/test/base_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/casting_test.rb b/vendor/rails/actionwebservice/test/casting_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/casting_test.rb rename to vendor/rails/actionwebservice/test/casting_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/client_soap_test.rb b/vendor/rails/actionwebservice/test/client_soap_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/client_soap_test.rb rename to vendor/rails/actionwebservice/test/client_soap_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/client_xmlrpc_test.rb b/vendor/rails/actionwebservice/test/client_xmlrpc_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/client_xmlrpc_test.rb rename to vendor/rails/actionwebservice/test/client_xmlrpc_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/container_test.rb b/vendor/rails/actionwebservice/test/container_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/container_test.rb rename to vendor/rails/actionwebservice/test/container_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/dispatcher_action_controller_soap_test.rb b/vendor/rails/actionwebservice/test/dispatcher_action_controller_soap_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/dispatcher_action_controller_soap_test.rb rename to vendor/rails/actionwebservice/test/dispatcher_action_controller_soap_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/dispatcher_action_controller_xmlrpc_test.rb b/vendor/rails/actionwebservice/test/dispatcher_action_controller_xmlrpc_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/dispatcher_action_controller_xmlrpc_test.rb rename to vendor/rails/actionwebservice/test/dispatcher_action_controller_xmlrpc_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/fixtures/db_definitions/mysql.sql b/vendor/rails/actionwebservice/test/fixtures/db_definitions/mysql.sql similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/fixtures/db_definitions/mysql.sql rename to vendor/rails/actionwebservice/test/fixtures/db_definitions/mysql.sql diff --git a/tracks/vendor/rails/actionwebservice/test/fixtures/users.yml b/vendor/rails/actionwebservice/test/fixtures/users.yml similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/fixtures/users.yml rename to vendor/rails/actionwebservice/test/fixtures/users.yml diff --git a/tracks/vendor/rails/actionwebservice/test/gencov b/vendor/rails/actionwebservice/test/gencov similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/gencov rename to vendor/rails/actionwebservice/test/gencov diff --git a/tracks/vendor/rails/actionwebservice/test/invocation_test.rb b/vendor/rails/actionwebservice/test/invocation_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/invocation_test.rb rename to vendor/rails/actionwebservice/test/invocation_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/run b/vendor/rails/actionwebservice/test/run similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/run rename to vendor/rails/actionwebservice/test/run diff --git a/tracks/vendor/rails/actionwebservice/test/scaffolded_controller_test.rb b/vendor/rails/actionwebservice/test/scaffolded_controller_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/scaffolded_controller_test.rb rename to vendor/rails/actionwebservice/test/scaffolded_controller_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/struct_test.rb b/vendor/rails/actionwebservice/test/struct_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/struct_test.rb rename to vendor/rails/actionwebservice/test/struct_test.rb diff --git a/tracks/vendor/rails/actionwebservice/test/test_invoke_test.rb b/vendor/rails/actionwebservice/test/test_invoke_test.rb similarity index 100% rename from tracks/vendor/rails/actionwebservice/test/test_invoke_test.rb rename to vendor/rails/actionwebservice/test/test_invoke_test.rb diff --git a/tracks/vendor/rails/activemodel/CHANGES b/vendor/rails/activemodel/CHANGES similarity index 100% rename from tracks/vendor/rails/activemodel/CHANGES rename to vendor/rails/activemodel/CHANGES diff --git a/tracks/vendor/rails/activemodel/README b/vendor/rails/activemodel/README similarity index 100% rename from tracks/vendor/rails/activemodel/README rename to vendor/rails/activemodel/README diff --git a/tracks/vendor/rails/activemodel/Rakefile b/vendor/rails/activemodel/Rakefile similarity index 100% rename from tracks/vendor/rails/activemodel/Rakefile rename to vendor/rails/activemodel/Rakefile diff --git a/tracks/vendor/rails/activemodel/lib/active_model.rb b/vendor/rails/activemodel/lib/active_model.rb similarity index 100% rename from tracks/vendor/rails/activemodel/lib/active_model.rb rename to vendor/rails/activemodel/lib/active_model.rb diff --git a/tracks/vendor/rails/activemodel/lib/active_model/base.rb b/vendor/rails/activemodel/lib/active_model/base.rb similarity index 100% rename from tracks/vendor/rails/activemodel/lib/active_model/base.rb rename to vendor/rails/activemodel/lib/active_model/base.rb diff --git a/tracks/vendor/rails/activemodel/lib/active_model/callbacks.rb b/vendor/rails/activemodel/lib/active_model/callbacks.rb similarity index 100% rename from tracks/vendor/rails/activemodel/lib/active_model/callbacks.rb rename to vendor/rails/activemodel/lib/active_model/callbacks.rb diff --git a/tracks/vendor/rails/activemodel/lib/active_model/observing.rb b/vendor/rails/activemodel/lib/active_model/observing.rb similarity index 100% rename from tracks/vendor/rails/activemodel/lib/active_model/observing.rb rename to vendor/rails/activemodel/lib/active_model/observing.rb diff --git a/tracks/vendor/rails/activemodel/lib/active_model/validations.rb b/vendor/rails/activemodel/lib/active_model/validations.rb similarity index 100% rename from tracks/vendor/rails/activemodel/lib/active_model/validations.rb rename to vendor/rails/activemodel/lib/active_model/validations.rb diff --git a/tracks/vendor/rails/activemodel/spec/observing_spec.rb b/vendor/rails/activemodel/spec/observing_spec.rb similarity index 100% rename from tracks/vendor/rails/activemodel/spec/observing_spec.rb rename to vendor/rails/activemodel/spec/observing_spec.rb diff --git a/tracks/vendor/rails/activemodel/spec/spec_helper.rb b/vendor/rails/activemodel/spec/spec_helper.rb similarity index 100% rename from tracks/vendor/rails/activemodel/spec/spec_helper.rb rename to vendor/rails/activemodel/spec/spec_helper.rb diff --git a/tracks/vendor/rails/activerecord/CHANGELOG b/vendor/rails/activerecord/CHANGELOG similarity index 100% rename from tracks/vendor/rails/activerecord/CHANGELOG rename to vendor/rails/activerecord/CHANGELOG diff --git a/tracks/vendor/rails/activerecord/MIT-LICENSE b/vendor/rails/activerecord/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/activerecord/MIT-LICENSE rename to vendor/rails/activerecord/MIT-LICENSE diff --git a/tracks/vendor/rails/activerecord/README b/vendor/rails/activerecord/README similarity index 100% rename from tracks/vendor/rails/activerecord/README rename to vendor/rails/activerecord/README diff --git a/tracks/vendor/rails/activerecord/RUNNING_UNIT_TESTS b/vendor/rails/activerecord/RUNNING_UNIT_TESTS similarity index 100% rename from tracks/vendor/rails/activerecord/RUNNING_UNIT_TESTS rename to vendor/rails/activerecord/RUNNING_UNIT_TESTS diff --git a/tracks/vendor/rails/activerecord/Rakefile b/vendor/rails/activerecord/Rakefile similarity index 100% rename from tracks/vendor/rails/activerecord/Rakefile rename to vendor/rails/activerecord/Rakefile diff --git a/tracks/vendor/rails/activerecord/examples/associations.png b/vendor/rails/activerecord/examples/associations.png similarity index 100% rename from tracks/vendor/rails/activerecord/examples/associations.png rename to vendor/rails/activerecord/examples/associations.png diff --git a/tracks/vendor/rails/activerecord/install.rb b/vendor/rails/activerecord/install.rb similarity index 100% rename from tracks/vendor/rails/activerecord/install.rb rename to vendor/rails/activerecord/install.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record.rb b/vendor/rails/activerecord/lib/active_record.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record.rb rename to vendor/rails/activerecord/lib/active_record.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/aggregations.rb b/vendor/rails/activerecord/lib/active_record/aggregations.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/aggregations.rb rename to vendor/rails/activerecord/lib/active_record/aggregations.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations.rb b/vendor/rails/activerecord/lib/active_record/associations.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations.rb rename to vendor/rails/activerecord/lib/active_record/associations.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/association_collection.rb b/vendor/rails/activerecord/lib/active_record/associations/association_collection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/association_collection.rb rename to vendor/rails/activerecord/lib/active_record/associations/association_collection.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb b/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb rename to vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb b/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb rename to vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb b/vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb rename to vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb b/vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb rename to vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb b/vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb rename to vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb b/vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb rename to vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb b/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb rename to vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/attribute_methods.rb b/vendor/rails/activerecord/lib/active_record/attribute_methods.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/attribute_methods.rb rename to vendor/rails/activerecord/lib/active_record/attribute_methods.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/base.rb b/vendor/rails/activerecord/lib/active_record/base.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/base.rb rename to vendor/rails/activerecord/lib/active_record/base.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/calculations.rb b/vendor/rails/activerecord/lib/active_record/calculations.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/calculations.rb rename to vendor/rails/activerecord/lib/active_record/calculations.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/callbacks.rb b/vendor/rails/activerecord/lib/active_record/callbacks.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/callbacks.rb rename to vendor/rails/activerecord/lib/active_record/callbacks.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb b/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb rename to vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/fixtures.rb b/vendor/rails/activerecord/lib/active_record/fixtures.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/fixtures.rb rename to vendor/rails/activerecord/lib/active_record/fixtures.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb b/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb rename to vendor/rails/activerecord/lib/active_record/locking/optimistic.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb b/vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb rename to vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/migration.rb b/vendor/rails/activerecord/lib/active_record/migration.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/migration.rb rename to vendor/rails/activerecord/lib/active_record/migration.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/observer.rb b/vendor/rails/activerecord/lib/active_record/observer.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/observer.rb rename to vendor/rails/activerecord/lib/active_record/observer.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/query_cache.rb b/vendor/rails/activerecord/lib/active_record/query_cache.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/query_cache.rb rename to vendor/rails/activerecord/lib/active_record/query_cache.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/reflection.rb b/vendor/rails/activerecord/lib/active_record/reflection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/reflection.rb rename to vendor/rails/activerecord/lib/active_record/reflection.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/schema.rb b/vendor/rails/activerecord/lib/active_record/schema.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/schema.rb rename to vendor/rails/activerecord/lib/active_record/schema.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/schema_dumper.rb b/vendor/rails/activerecord/lib/active_record/schema_dumper.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/schema_dumper.rb rename to vendor/rails/activerecord/lib/active_record/schema_dumper.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/serialization.rb b/vendor/rails/activerecord/lib/active_record/serialization.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/serialization.rb rename to vendor/rails/activerecord/lib/active_record/serialization.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/serializers/json_serializer.rb b/vendor/rails/activerecord/lib/active_record/serializers/json_serializer.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/serializers/json_serializer.rb rename to vendor/rails/activerecord/lib/active_record/serializers/json_serializer.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/serializers/xml_serializer.rb b/vendor/rails/activerecord/lib/active_record/serializers/xml_serializer.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/serializers/xml_serializer.rb rename to vendor/rails/activerecord/lib/active_record/serializers/xml_serializer.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/timestamp.rb b/vendor/rails/activerecord/lib/active_record/timestamp.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/timestamp.rb rename to vendor/rails/activerecord/lib/active_record/timestamp.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/transactions.rb b/vendor/rails/activerecord/lib/active_record/transactions.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/transactions.rb rename to vendor/rails/activerecord/lib/active_record/transactions.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/validations.rb b/vendor/rails/activerecord/lib/active_record/validations.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/validations.rb rename to vendor/rails/activerecord/lib/active_record/validations.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/vendor/db2.rb b/vendor/rails/activerecord/lib/active_record/vendor/db2.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/vendor/db2.rb rename to vendor/rails/activerecord/lib/active_record/vendor/db2.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb b/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb rename to vendor/rails/activerecord/lib/active_record/vendor/mysql.rb diff --git a/tracks/vendor/rails/activerecord/lib/active_record/version.rb b/vendor/rails/activerecord/lib/active_record/version.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/active_record/version.rb rename to vendor/rails/activerecord/lib/active_record/version.rb diff --git a/tracks/vendor/rails/activerecord/lib/activerecord.rb b/vendor/rails/activerecord/lib/activerecord.rb similarity index 100% rename from tracks/vendor/rails/activerecord/lib/activerecord.rb rename to vendor/rails/activerecord/lib/activerecord.rb diff --git a/tracks/vendor/rails/activerecord/test/aaa_create_tables_test.rb b/vendor/rails/activerecord/test/aaa_create_tables_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/aaa_create_tables_test.rb rename to vendor/rails/activerecord/test/aaa_create_tables_test.rb diff --git a/tracks/vendor/rails/activerecord/test/abstract_unit.rb b/vendor/rails/activerecord/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/abstract_unit.rb rename to vendor/rails/activerecord/test/abstract_unit.rb diff --git a/tracks/vendor/rails/activerecord/test/active_schema_test_mysql.rb b/vendor/rails/activerecord/test/active_schema_test_mysql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/active_schema_test_mysql.rb rename to vendor/rails/activerecord/test/active_schema_test_mysql.rb diff --git a/tracks/vendor/rails/activerecord/test/adapter_test.rb b/vendor/rails/activerecord/test/adapter_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/adapter_test.rb rename to vendor/rails/activerecord/test/adapter_test.rb diff --git a/tracks/vendor/rails/activerecord/test/adapter_test_sqlserver.rb b/vendor/rails/activerecord/test/adapter_test_sqlserver.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/adapter_test_sqlserver.rb rename to vendor/rails/activerecord/test/adapter_test_sqlserver.rb diff --git a/tracks/vendor/rails/activerecord/test/aggregations_test.rb b/vendor/rails/activerecord/test/aggregations_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/aggregations_test.rb rename to vendor/rails/activerecord/test/aggregations_test.rb diff --git a/tracks/vendor/rails/activerecord/test/all.sh b/vendor/rails/activerecord/test/all.sh similarity index 100% rename from tracks/vendor/rails/activerecord/test/all.sh rename to vendor/rails/activerecord/test/all.sh diff --git a/tracks/vendor/rails/activerecord/test/ar_schema_test.rb b/vendor/rails/activerecord/test/ar_schema_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/ar_schema_test.rb rename to vendor/rails/activerecord/test/ar_schema_test.rb diff --git a/tracks/vendor/rails/activerecord/test/association_inheritance_reload.rb b/vendor/rails/activerecord/test/association_inheritance_reload.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/association_inheritance_reload.rb rename to vendor/rails/activerecord/test/association_inheritance_reload.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/callbacks_test.rb b/vendor/rails/activerecord/test/associations/callbacks_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/callbacks_test.rb rename to vendor/rails/activerecord/test/associations/callbacks_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/cascaded_eager_loading_test.rb b/vendor/rails/activerecord/test/associations/cascaded_eager_loading_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/cascaded_eager_loading_test.rb rename to vendor/rails/activerecord/test/associations/cascaded_eager_loading_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/eager_singularization_test.rb b/vendor/rails/activerecord/test/associations/eager_singularization_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/eager_singularization_test.rb rename to vendor/rails/activerecord/test/associations/eager_singularization_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/eager_test.rb b/vendor/rails/activerecord/test/associations/eager_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/eager_test.rb rename to vendor/rails/activerecord/test/associations/eager_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/extension_test.rb b/vendor/rails/activerecord/test/associations/extension_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/extension_test.rb rename to vendor/rails/activerecord/test/associations/extension_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/inner_join_association_test.rb b/vendor/rails/activerecord/test/associations/inner_join_association_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/inner_join_association_test.rb rename to vendor/rails/activerecord/test/associations/inner_join_association_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations/join_model_test.rb b/vendor/rails/activerecord/test/associations/join_model_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations/join_model_test.rb rename to vendor/rails/activerecord/test/associations/join_model_test.rb diff --git a/tracks/vendor/rails/activerecord/test/associations_test.rb b/vendor/rails/activerecord/test/associations_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/associations_test.rb rename to vendor/rails/activerecord/test/associations_test.rb diff --git a/tracks/vendor/rails/activerecord/test/attribute_methods_test.rb b/vendor/rails/activerecord/test/attribute_methods_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/attribute_methods_test.rb rename to vendor/rails/activerecord/test/attribute_methods_test.rb diff --git a/tracks/vendor/rails/activerecord/test/base_test.rb b/vendor/rails/activerecord/test/base_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/base_test.rb rename to vendor/rails/activerecord/test/base_test.rb diff --git a/tracks/vendor/rails/activerecord/test/binary_test.rb b/vendor/rails/activerecord/test/binary_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/binary_test.rb rename to vendor/rails/activerecord/test/binary_test.rb diff --git a/tracks/vendor/rails/activerecord/test/calculations_test.rb b/vendor/rails/activerecord/test/calculations_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/calculations_test.rb rename to vendor/rails/activerecord/test/calculations_test.rb diff --git a/tracks/vendor/rails/activerecord/test/callbacks_test.rb b/vendor/rails/activerecord/test/callbacks_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/callbacks_test.rb rename to vendor/rails/activerecord/test/callbacks_test.rb diff --git a/tracks/vendor/rails/activerecord/test/class_inheritable_attributes_test.rb b/vendor/rails/activerecord/test/class_inheritable_attributes_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/class_inheritable_attributes_test.rb rename to vendor/rails/activerecord/test/class_inheritable_attributes_test.rb diff --git a/tracks/vendor/rails/activerecord/test/column_alias_test.rb b/vendor/rails/activerecord/test/column_alias_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/column_alias_test.rb rename to vendor/rails/activerecord/test/column_alias_test.rb diff --git a/tracks/vendor/rails/activerecord/test/connection_test_firebird.rb b/vendor/rails/activerecord/test/connection_test_firebird.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connection_test_firebird.rb rename to vendor/rails/activerecord/test/connection_test_firebird.rb diff --git a/tracks/vendor/rails/activerecord/test/connection_test_mysql.rb b/vendor/rails/activerecord/test/connection_test_mysql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connection_test_mysql.rb rename to vendor/rails/activerecord/test/connection_test_mysql.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_db2/connection.rb b/vendor/rails/activerecord/test/connections/native_db2/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_db2/connection.rb rename to vendor/rails/activerecord/test/connections/native_db2/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_firebird/connection.rb b/vendor/rails/activerecord/test/connections/native_firebird/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_firebird/connection.rb rename to vendor/rails/activerecord/test/connections/native_firebird/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_frontbase/connection.rb b/vendor/rails/activerecord/test/connections/native_frontbase/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_frontbase/connection.rb rename to vendor/rails/activerecord/test/connections/native_frontbase/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_mysql/connection.rb b/vendor/rails/activerecord/test/connections/native_mysql/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_mysql/connection.rb rename to vendor/rails/activerecord/test/connections/native_mysql/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_openbase/connection.rb b/vendor/rails/activerecord/test/connections/native_openbase/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_openbase/connection.rb rename to vendor/rails/activerecord/test/connections/native_openbase/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_oracle/connection.rb b/vendor/rails/activerecord/test/connections/native_oracle/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_oracle/connection.rb rename to vendor/rails/activerecord/test/connections/native_oracle/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb b/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb rename to vendor/rails/activerecord/test/connections/native_postgresql/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_sqlite/connection.rb b/vendor/rails/activerecord/test/connections/native_sqlite/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_sqlite/connection.rb rename to vendor/rails/activerecord/test/connections/native_sqlite/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb b/vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb rename to vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb b/vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb rename to vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb diff --git a/tracks/vendor/rails/activerecord/test/connections/native_sybase/connection.rb b/vendor/rails/activerecord/test/connections/native_sybase/connection.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/connections/native_sybase/connection.rb rename to vendor/rails/activerecord/test/connections/native_sybase/connection.rb diff --git a/tracks/vendor/rails/activerecord/test/copy_table_test_sqlite.rb b/vendor/rails/activerecord/test/copy_table_test_sqlite.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/copy_table_test_sqlite.rb rename to vendor/rails/activerecord/test/copy_table_test_sqlite.rb diff --git a/tracks/vendor/rails/activerecord/test/datatype_test_postgresql.rb b/vendor/rails/activerecord/test/datatype_test_postgresql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/datatype_test_postgresql.rb rename to vendor/rails/activerecord/test/datatype_test_postgresql.rb diff --git a/tracks/vendor/rails/activerecord/test/date_time_test.rb b/vendor/rails/activerecord/test/date_time_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/date_time_test.rb rename to vendor/rails/activerecord/test/date_time_test.rb diff --git a/tracks/vendor/rails/activerecord/test/default_test_firebird.rb b/vendor/rails/activerecord/test/default_test_firebird.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/default_test_firebird.rb rename to vendor/rails/activerecord/test/default_test_firebird.rb diff --git a/tracks/vendor/rails/activerecord/test/defaults_test.rb b/vendor/rails/activerecord/test/defaults_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/defaults_test.rb rename to vendor/rails/activerecord/test/defaults_test.rb diff --git a/tracks/vendor/rails/activerecord/test/deprecated_finder_test.rb b/vendor/rails/activerecord/test/deprecated_finder_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/deprecated_finder_test.rb rename to vendor/rails/activerecord/test/deprecated_finder_test.rb diff --git a/tracks/vendor/rails/activerecord/test/finder_test.rb b/vendor/rails/activerecord/test/finder_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/finder_test.rb rename to vendor/rails/activerecord/test/finder_test.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/accounts.yml b/vendor/rails/activerecord/test/fixtures/accounts.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/accounts.yml rename to vendor/rails/activerecord/test/fixtures/accounts.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/all/developers.yml b/vendor/rails/activerecord/test/fixtures/all/developers.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/all/developers.yml rename to vendor/rails/activerecord/test/fixtures/all/developers.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/all/people.csv b/vendor/rails/activerecord/test/fixtures/all/people.csv similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/all/people.csv rename to vendor/rails/activerecord/test/fixtures/all/people.csv diff --git a/tracks/vendor/rails/activerecord/test/fixtures/all/tasks.yml b/vendor/rails/activerecord/test/fixtures/all/tasks.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/all/tasks.yml rename to vendor/rails/activerecord/test/fixtures/all/tasks.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/author.rb b/vendor/rails/activerecord/test/fixtures/author.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/author.rb rename to vendor/rails/activerecord/test/fixtures/author.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/author_favorites.yml b/vendor/rails/activerecord/test/fixtures/author_favorites.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/author_favorites.yml rename to vendor/rails/activerecord/test/fixtures/author_favorites.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/authors.yml b/vendor/rails/activerecord/test/fixtures/authors.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/authors.yml rename to vendor/rails/activerecord/test/fixtures/authors.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/auto_id.rb b/vendor/rails/activerecord/test/fixtures/auto_id.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/auto_id.rb rename to vendor/rails/activerecord/test/fixtures/auto_id.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_numeric_first_char b/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_numeric_first_char similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_numeric_first_char rename to vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_numeric_first_char diff --git a/tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_spaces b/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_spaces similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_spaces rename to vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_spaces diff --git a/tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/blank_line b/vendor/rails/activerecord/test/fixtures/bad_fixtures/blank_line similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/blank_line rename to vendor/rails/activerecord/test/fixtures/bad_fixtures/blank_line diff --git a/tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/duplicate_attributes b/vendor/rails/activerecord/test/fixtures/bad_fixtures/duplicate_attributes similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/duplicate_attributes rename to vendor/rails/activerecord/test/fixtures/bad_fixtures/duplicate_attributes diff --git a/tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/missing_value b/vendor/rails/activerecord/test/fixtures/bad_fixtures/missing_value similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/bad_fixtures/missing_value rename to vendor/rails/activerecord/test/fixtures/bad_fixtures/missing_value diff --git a/tracks/vendor/rails/activerecord/test/fixtures/binaries.yml b/vendor/rails/activerecord/test/fixtures/binaries.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/binaries.yml rename to vendor/rails/activerecord/test/fixtures/binaries.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/binary.rb b/vendor/rails/activerecord/test/fixtures/binary.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/binary.rb rename to vendor/rails/activerecord/test/fixtures/binary.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/book.rb b/vendor/rails/activerecord/test/fixtures/book.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/book.rb rename to vendor/rails/activerecord/test/fixtures/book.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/books.yml b/vendor/rails/activerecord/test/fixtures/books.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/books.yml rename to vendor/rails/activerecord/test/fixtures/books.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categories.yml b/vendor/rails/activerecord/test/fixtures/categories.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categories.yml rename to vendor/rails/activerecord/test/fixtures/categories.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categories/special_categories.yml b/vendor/rails/activerecord/test/fixtures/categories/special_categories.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categories/special_categories.yml rename to vendor/rails/activerecord/test/fixtures/categories/special_categories.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml b/vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml rename to vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categories_ordered.yml b/vendor/rails/activerecord/test/fixtures/categories_ordered.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categories_ordered.yml rename to vendor/rails/activerecord/test/fixtures/categories_ordered.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categories_posts.yml b/vendor/rails/activerecord/test/fixtures/categories_posts.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categories_posts.yml rename to vendor/rails/activerecord/test/fixtures/categories_posts.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categorization.rb b/vendor/rails/activerecord/test/fixtures/categorization.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categorization.rb rename to vendor/rails/activerecord/test/fixtures/categorization.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/categorizations.yml b/vendor/rails/activerecord/test/fixtures/categorizations.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/categorizations.yml rename to vendor/rails/activerecord/test/fixtures/categorizations.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/category.rb b/vendor/rails/activerecord/test/fixtures/category.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/category.rb rename to vendor/rails/activerecord/test/fixtures/category.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/citation.rb b/vendor/rails/activerecord/test/fixtures/citation.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/citation.rb rename to vendor/rails/activerecord/test/fixtures/citation.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/column_name.rb b/vendor/rails/activerecord/test/fixtures/column_name.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/column_name.rb rename to vendor/rails/activerecord/test/fixtures/column_name.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/comment.rb b/vendor/rails/activerecord/test/fixtures/comment.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/comment.rb rename to vendor/rails/activerecord/test/fixtures/comment.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/comments.yml b/vendor/rails/activerecord/test/fixtures/comments.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/comments.yml rename to vendor/rails/activerecord/test/fixtures/comments.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/companies.yml b/vendor/rails/activerecord/test/fixtures/companies.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/companies.yml rename to vendor/rails/activerecord/test/fixtures/companies.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/company.rb b/vendor/rails/activerecord/test/fixtures/company.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/company.rb rename to vendor/rails/activerecord/test/fixtures/company.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/company_in_module.rb b/vendor/rails/activerecord/test/fixtures/company_in_module.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/company_in_module.rb rename to vendor/rails/activerecord/test/fixtures/company_in_module.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/computer.rb b/vendor/rails/activerecord/test/fixtures/computer.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/computer.rb rename to vendor/rails/activerecord/test/fixtures/computer.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/computers.yml b/vendor/rails/activerecord/test/fixtures/computers.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/computers.yml rename to vendor/rails/activerecord/test/fixtures/computers.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/contact.rb b/vendor/rails/activerecord/test/fixtures/contact.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/contact.rb rename to vendor/rails/activerecord/test/fixtures/contact.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/course.rb b/vendor/rails/activerecord/test/fixtures/course.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/course.rb rename to vendor/rails/activerecord/test/fixtures/course.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/courses.yml b/vendor/rails/activerecord/test/fixtures/courses.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/courses.yml rename to vendor/rails/activerecord/test/fixtures/courses.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/customer.rb b/vendor/rails/activerecord/test/fixtures/customer.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/customer.rb rename to vendor/rails/activerecord/test/fixtures/customer.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/customers.yml b/vendor/rails/activerecord/test/fixtures/customers.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/customers.yml rename to vendor/rails/activerecord/test/fixtures/customers.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/db2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/db2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/db2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/db2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db22.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/db22.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db22.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/db22.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db22.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/db22.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/db22.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/db22.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/firebird.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/firebird.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/openbase.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/openbase.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/oracle.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/oracle.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/schema.rb b/vendor/rails/activerecord/test/fixtures/db_definitions/schema.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/schema.rb rename to vendor/rails/activerecord/test/fixtures/db_definitions/schema.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/schema2.rb b/vendor/rails/activerecord/test/fixtures/db_definitions/schema2.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/schema2.rb rename to vendor/rails/activerecord/test/fixtures/db_definitions/schema2.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sybase.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sybase.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.drop.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.drop.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.drop.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.drop.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.sql b/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.sql similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.sql rename to vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.sql diff --git a/tracks/vendor/rails/activerecord/test/fixtures/default.rb b/vendor/rails/activerecord/test/fixtures/default.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/default.rb rename to vendor/rails/activerecord/test/fixtures/default.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/developer.rb b/vendor/rails/activerecord/test/fixtures/developer.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/developer.rb rename to vendor/rails/activerecord/test/fixtures/developer.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/developers.yml b/vendor/rails/activerecord/test/fixtures/developers.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/developers.yml rename to vendor/rails/activerecord/test/fixtures/developers.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/developers_projects.yml b/vendor/rails/activerecord/test/fixtures/developers_projects.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/developers_projects.yml rename to vendor/rails/activerecord/test/fixtures/developers_projects.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/developers_projects/david_action_controller b/vendor/rails/activerecord/test/fixtures/developers_projects/david_action_controller similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/developers_projects/david_action_controller rename to vendor/rails/activerecord/test/fixtures/developers_projects/david_action_controller diff --git a/tracks/vendor/rails/activerecord/test/fixtures/developers_projects/david_active_record b/vendor/rails/activerecord/test/fixtures/developers_projects/david_active_record similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/developers_projects/david_active_record rename to vendor/rails/activerecord/test/fixtures/developers_projects/david_active_record diff --git a/tracks/vendor/rails/activerecord/test/fixtures/developers_projects/jamis_active_record b/vendor/rails/activerecord/test/fixtures/developers_projects/jamis_active_record similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/developers_projects/jamis_active_record rename to vendor/rails/activerecord/test/fixtures/developers_projects/jamis_active_record diff --git a/tracks/vendor/rails/activerecord/test/fixtures/edge.rb b/vendor/rails/activerecord/test/fixtures/edge.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/edge.rb rename to vendor/rails/activerecord/test/fixtures/edge.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/edges.yml b/vendor/rails/activerecord/test/fixtures/edges.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/edges.yml rename to vendor/rails/activerecord/test/fixtures/edges.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/entrant.rb b/vendor/rails/activerecord/test/fixtures/entrant.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/entrant.rb rename to vendor/rails/activerecord/test/fixtures/entrant.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/entrants.yml b/vendor/rails/activerecord/test/fixtures/entrants.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/entrants.yml rename to vendor/rails/activerecord/test/fixtures/entrants.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/example.log b/vendor/rails/activerecord/test/fixtures/example.log similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/example.log rename to vendor/rails/activerecord/test/fixtures/example.log diff --git a/tracks/vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml b/vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml rename to vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml b/vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml rename to vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/flowers.jpg b/vendor/rails/activerecord/test/fixtures/flowers.jpg similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/flowers.jpg rename to vendor/rails/activerecord/test/fixtures/flowers.jpg diff --git a/tracks/vendor/rails/activerecord/test/fixtures/funny_jokes.yml b/vendor/rails/activerecord/test/fixtures/funny_jokes.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/funny_jokes.yml rename to vendor/rails/activerecord/test/fixtures/funny_jokes.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/item.rb b/vendor/rails/activerecord/test/fixtures/item.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/item.rb rename to vendor/rails/activerecord/test/fixtures/item.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/items.yml b/vendor/rails/activerecord/test/fixtures/items.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/items.yml rename to vendor/rails/activerecord/test/fixtures/items.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/joke.rb b/vendor/rails/activerecord/test/fixtures/joke.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/joke.rb rename to vendor/rails/activerecord/test/fixtures/joke.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/keyboard.rb b/vendor/rails/activerecord/test/fixtures/keyboard.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/keyboard.rb rename to vendor/rails/activerecord/test/fixtures/keyboard.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/legacy_thing.rb b/vendor/rails/activerecord/test/fixtures/legacy_thing.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/legacy_thing.rb rename to vendor/rails/activerecord/test/fixtures/legacy_thing.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/legacy_things.yml b/vendor/rails/activerecord/test/fixtures/legacy_things.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/legacy_things.yml rename to vendor/rails/activerecord/test/fixtures/legacy_things.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/matey.rb b/vendor/rails/activerecord/test/fixtures/matey.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/matey.rb rename to vendor/rails/activerecord/test/fixtures/matey.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/mateys.yml b/vendor/rails/activerecord/test/fixtures/mateys.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/mateys.yml rename to vendor/rails/activerecord/test/fixtures/mateys.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations/1_people_have_last_names.rb b/vendor/rails/activerecord/test/fixtures/migrations/1_people_have_last_names.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations/1_people_have_last_names.rb rename to vendor/rails/activerecord/test/fixtures/migrations/1_people_have_last_names.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations/2_we_need_reminders.rb b/vendor/rails/activerecord/test/fixtures/migrations/2_we_need_reminders.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations/2_we_need_reminders.rb rename to vendor/rails/activerecord/test/fixtures/migrations/2_we_need_reminders.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations/3_innocent_jointable.rb b/vendor/rails/activerecord/test/fixtures/migrations/3_innocent_jointable.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations/3_innocent_jointable.rb rename to vendor/rails/activerecord/test/fixtures/migrations/3_innocent_jointable.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb b/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb rename to vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/minimalistic.rb b/vendor/rails/activerecord/test/fixtures/minimalistic.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/minimalistic.rb rename to vendor/rails/activerecord/test/fixtures/minimalistic.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/minimalistics.yml b/vendor/rails/activerecord/test/fixtures/minimalistics.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/minimalistics.yml rename to vendor/rails/activerecord/test/fixtures/minimalistics.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb b/vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb rename to vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml b/vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml rename to vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/mixins.yml b/vendor/rails/activerecord/test/fixtures/mixins.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/mixins.yml rename to vendor/rails/activerecord/test/fixtures/mixins.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/movie.rb b/vendor/rails/activerecord/test/fixtures/movie.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/movie.rb rename to vendor/rails/activerecord/test/fixtures/movie.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/movies.yml b/vendor/rails/activerecord/test/fixtures/movies.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/movies.yml rename to vendor/rails/activerecord/test/fixtures/movies.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv b/vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv rename to vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv diff --git a/tracks/vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml b/vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml rename to vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml b/vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml rename to vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml b/vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml rename to vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/order.rb b/vendor/rails/activerecord/test/fixtures/order.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/order.rb rename to vendor/rails/activerecord/test/fixtures/order.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/parrot.rb b/vendor/rails/activerecord/test/fixtures/parrot.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/parrot.rb rename to vendor/rails/activerecord/test/fixtures/parrot.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/parrots.yml b/vendor/rails/activerecord/test/fixtures/parrots.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/parrots.yml rename to vendor/rails/activerecord/test/fixtures/parrots.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/parrots_pirates.yml b/vendor/rails/activerecord/test/fixtures/parrots_pirates.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/parrots_pirates.yml rename to vendor/rails/activerecord/test/fixtures/parrots_pirates.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/people.yml b/vendor/rails/activerecord/test/fixtures/people.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/people.yml rename to vendor/rails/activerecord/test/fixtures/people.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/person.rb b/vendor/rails/activerecord/test/fixtures/person.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/person.rb rename to vendor/rails/activerecord/test/fixtures/person.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/pirate.rb b/vendor/rails/activerecord/test/fixtures/pirate.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/pirate.rb rename to vendor/rails/activerecord/test/fixtures/pirate.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/pirates.yml b/vendor/rails/activerecord/test/fixtures/pirates.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/pirates.yml rename to vendor/rails/activerecord/test/fixtures/pirates.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/post.rb b/vendor/rails/activerecord/test/fixtures/post.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/post.rb rename to vendor/rails/activerecord/test/fixtures/post.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/posts.yml b/vendor/rails/activerecord/test/fixtures/posts.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/posts.yml rename to vendor/rails/activerecord/test/fixtures/posts.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/project.rb b/vendor/rails/activerecord/test/fixtures/project.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/project.rb rename to vendor/rails/activerecord/test/fixtures/project.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/projects.yml b/vendor/rails/activerecord/test/fixtures/projects.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/projects.yml rename to vendor/rails/activerecord/test/fixtures/projects.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reader.rb b/vendor/rails/activerecord/test/fixtures/reader.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reader.rb rename to vendor/rails/activerecord/test/fixtures/reader.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/readers.yml b/vendor/rails/activerecord/test/fixtures/readers.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/readers.yml rename to vendor/rails/activerecord/test/fixtures/readers.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reply.rb b/vendor/rails/activerecord/test/fixtures/reply.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reply.rb rename to vendor/rails/activerecord/test/fixtures/reply.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reserved_words/distinct.yml b/vendor/rails/activerecord/test/fixtures/reserved_words/distinct.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reserved_words/distinct.yml rename to vendor/rails/activerecord/test/fixtures/reserved_words/distinct.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reserved_words/distincts_selects.yml b/vendor/rails/activerecord/test/fixtures/reserved_words/distincts_selects.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reserved_words/distincts_selects.yml rename to vendor/rails/activerecord/test/fixtures/reserved_words/distincts_selects.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reserved_words/group.yml b/vendor/rails/activerecord/test/fixtures/reserved_words/group.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reserved_words/group.yml rename to vendor/rails/activerecord/test/fixtures/reserved_words/group.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reserved_words/select.yml b/vendor/rails/activerecord/test/fixtures/reserved_words/select.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reserved_words/select.yml rename to vendor/rails/activerecord/test/fixtures/reserved_words/select.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/reserved_words/values.yml b/vendor/rails/activerecord/test/fixtures/reserved_words/values.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/reserved_words/values.yml rename to vendor/rails/activerecord/test/fixtures/reserved_words/values.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/ship.rb b/vendor/rails/activerecord/test/fixtures/ship.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/ship.rb rename to vendor/rails/activerecord/test/fixtures/ship.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/ships.yml b/vendor/rails/activerecord/test/fixtures/ships.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/ships.yml rename to vendor/rails/activerecord/test/fixtures/ships.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/subject.rb b/vendor/rails/activerecord/test/fixtures/subject.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/subject.rb rename to vendor/rails/activerecord/test/fixtures/subject.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/subscriber.rb b/vendor/rails/activerecord/test/fixtures/subscriber.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/subscriber.rb rename to vendor/rails/activerecord/test/fixtures/subscriber.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/subscribers/first b/vendor/rails/activerecord/test/fixtures/subscribers/first similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/subscribers/first rename to vendor/rails/activerecord/test/fixtures/subscribers/first diff --git a/tracks/vendor/rails/activerecord/test/fixtures/subscribers/second b/vendor/rails/activerecord/test/fixtures/subscribers/second similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/subscribers/second rename to vendor/rails/activerecord/test/fixtures/subscribers/second diff --git a/tracks/vendor/rails/activerecord/test/fixtures/tag.rb b/vendor/rails/activerecord/test/fixtures/tag.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/tag.rb rename to vendor/rails/activerecord/test/fixtures/tag.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/tagging.rb b/vendor/rails/activerecord/test/fixtures/tagging.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/tagging.rb rename to vendor/rails/activerecord/test/fixtures/tagging.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/taggings.yml b/vendor/rails/activerecord/test/fixtures/taggings.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/taggings.yml rename to vendor/rails/activerecord/test/fixtures/taggings.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/tags.yml b/vendor/rails/activerecord/test/fixtures/tags.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/tags.yml rename to vendor/rails/activerecord/test/fixtures/tags.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/task.rb b/vendor/rails/activerecord/test/fixtures/task.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/task.rb rename to vendor/rails/activerecord/test/fixtures/task.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/tasks.yml b/vendor/rails/activerecord/test/fixtures/tasks.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/tasks.yml rename to vendor/rails/activerecord/test/fixtures/tasks.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/topic.rb b/vendor/rails/activerecord/test/fixtures/topic.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/topic.rb rename to vendor/rails/activerecord/test/fixtures/topic.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/topics.yml b/vendor/rails/activerecord/test/fixtures/topics.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/topics.yml rename to vendor/rails/activerecord/test/fixtures/topics.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/treasure.rb b/vendor/rails/activerecord/test/fixtures/treasure.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/treasure.rb rename to vendor/rails/activerecord/test/fixtures/treasure.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/treasures.yml b/vendor/rails/activerecord/test/fixtures/treasures.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/treasures.yml rename to vendor/rails/activerecord/test/fixtures/treasures.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures/vertex.rb b/vendor/rails/activerecord/test/fixtures/vertex.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/vertex.rb rename to vendor/rails/activerecord/test/fixtures/vertex.rb diff --git a/tracks/vendor/rails/activerecord/test/fixtures/vertices.yml b/vendor/rails/activerecord/test/fixtures/vertices.yml similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures/vertices.yml rename to vendor/rails/activerecord/test/fixtures/vertices.yml diff --git a/tracks/vendor/rails/activerecord/test/fixtures_test.rb b/vendor/rails/activerecord/test/fixtures_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/fixtures_test.rb rename to vendor/rails/activerecord/test/fixtures_test.rb diff --git a/tracks/vendor/rails/activerecord/test/inheritance_test.rb b/vendor/rails/activerecord/test/inheritance_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/inheritance_test.rb rename to vendor/rails/activerecord/test/inheritance_test.rb diff --git a/tracks/vendor/rails/activerecord/test/json_serialization_test.rb b/vendor/rails/activerecord/test/json_serialization_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/json_serialization_test.rb rename to vendor/rails/activerecord/test/json_serialization_test.rb diff --git a/tracks/vendor/rails/activerecord/test/lifecycle_test.rb b/vendor/rails/activerecord/test/lifecycle_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/lifecycle_test.rb rename to vendor/rails/activerecord/test/lifecycle_test.rb diff --git a/tracks/vendor/rails/activerecord/test/locking_test.rb b/vendor/rails/activerecord/test/locking_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/locking_test.rb rename to vendor/rails/activerecord/test/locking_test.rb diff --git a/tracks/vendor/rails/activerecord/test/method_scoping_test.rb b/vendor/rails/activerecord/test/method_scoping_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/method_scoping_test.rb rename to vendor/rails/activerecord/test/method_scoping_test.rb diff --git a/tracks/vendor/rails/activerecord/test/migration_test.rb b/vendor/rails/activerecord/test/migration_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/migration_test.rb rename to vendor/rails/activerecord/test/migration_test.rb diff --git a/tracks/vendor/rails/activerecord/test/migration_test_firebird.rb b/vendor/rails/activerecord/test/migration_test_firebird.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/migration_test_firebird.rb rename to vendor/rails/activerecord/test/migration_test_firebird.rb diff --git a/tracks/vendor/rails/activerecord/test/mixin_test.rb b/vendor/rails/activerecord/test/mixin_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/mixin_test.rb rename to vendor/rails/activerecord/test/mixin_test.rb diff --git a/tracks/vendor/rails/activerecord/test/modules_test.rb b/vendor/rails/activerecord/test/modules_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/modules_test.rb rename to vendor/rails/activerecord/test/modules_test.rb diff --git a/tracks/vendor/rails/activerecord/test/multiple_db_test.rb b/vendor/rails/activerecord/test/multiple_db_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/multiple_db_test.rb rename to vendor/rails/activerecord/test/multiple_db_test.rb diff --git a/tracks/vendor/rails/activerecord/test/pk_test.rb b/vendor/rails/activerecord/test/pk_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/pk_test.rb rename to vendor/rails/activerecord/test/pk_test.rb diff --git a/tracks/vendor/rails/activerecord/test/query_cache_test.rb b/vendor/rails/activerecord/test/query_cache_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/query_cache_test.rb rename to vendor/rails/activerecord/test/query_cache_test.rb diff --git a/tracks/vendor/rails/activerecord/test/readonly_test.rb b/vendor/rails/activerecord/test/readonly_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/readonly_test.rb rename to vendor/rails/activerecord/test/readonly_test.rb diff --git a/tracks/vendor/rails/activerecord/test/reflection_test.rb b/vendor/rails/activerecord/test/reflection_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/reflection_test.rb rename to vendor/rails/activerecord/test/reflection_test.rb diff --git a/tracks/vendor/rails/activerecord/test/reserved_word_test_mysql.rb b/vendor/rails/activerecord/test/reserved_word_test_mysql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/reserved_word_test_mysql.rb rename to vendor/rails/activerecord/test/reserved_word_test_mysql.rb diff --git a/tracks/vendor/rails/activerecord/test/schema_authorization_test_postgresql.rb b/vendor/rails/activerecord/test/schema_authorization_test_postgresql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/schema_authorization_test_postgresql.rb rename to vendor/rails/activerecord/test/schema_authorization_test_postgresql.rb diff --git a/tracks/vendor/rails/activerecord/test/schema_dumper_test.rb b/vendor/rails/activerecord/test/schema_dumper_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/schema_dumper_test.rb rename to vendor/rails/activerecord/test/schema_dumper_test.rb diff --git a/tracks/vendor/rails/activerecord/test/schema_test_postgresql.rb b/vendor/rails/activerecord/test/schema_test_postgresql.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/schema_test_postgresql.rb rename to vendor/rails/activerecord/test/schema_test_postgresql.rb diff --git a/tracks/vendor/rails/activerecord/test/serialization_test.rb b/vendor/rails/activerecord/test/serialization_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/serialization_test.rb rename to vendor/rails/activerecord/test/serialization_test.rb diff --git a/tracks/vendor/rails/activerecord/test/synonym_test_oracle.rb b/vendor/rails/activerecord/test/synonym_test_oracle.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/synonym_test_oracle.rb rename to vendor/rails/activerecord/test/synonym_test_oracle.rb diff --git a/tracks/vendor/rails/activerecord/test/table_name_test_sqlserver.rb b/vendor/rails/activerecord/test/table_name_test_sqlserver.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/table_name_test_sqlserver.rb rename to vendor/rails/activerecord/test/table_name_test_sqlserver.rb diff --git a/tracks/vendor/rails/activerecord/test/threaded_connections_test.rb b/vendor/rails/activerecord/test/threaded_connections_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/threaded_connections_test.rb rename to vendor/rails/activerecord/test/threaded_connections_test.rb diff --git a/tracks/vendor/rails/activerecord/test/transactions_test.rb b/vendor/rails/activerecord/test/transactions_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/transactions_test.rb rename to vendor/rails/activerecord/test/transactions_test.rb diff --git a/tracks/vendor/rails/activerecord/test/unconnected_test.rb b/vendor/rails/activerecord/test/unconnected_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/unconnected_test.rb rename to vendor/rails/activerecord/test/unconnected_test.rb diff --git a/tracks/vendor/rails/activerecord/test/validations_test.rb b/vendor/rails/activerecord/test/validations_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/validations_test.rb rename to vendor/rails/activerecord/test/validations_test.rb diff --git a/tracks/vendor/rails/activerecord/test/xml_serialization_test.rb b/vendor/rails/activerecord/test/xml_serialization_test.rb similarity index 100% rename from tracks/vendor/rails/activerecord/test/xml_serialization_test.rb rename to vendor/rails/activerecord/test/xml_serialization_test.rb diff --git a/tracks/vendor/rails/activeresource/CHANGELOG b/vendor/rails/activeresource/CHANGELOG similarity index 100% rename from tracks/vendor/rails/activeresource/CHANGELOG rename to vendor/rails/activeresource/CHANGELOG diff --git a/tracks/vendor/rails/activeresource/MIT-LICENSE b/vendor/rails/activeresource/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/activeresource/MIT-LICENSE rename to vendor/rails/activeresource/MIT-LICENSE diff --git a/tracks/vendor/rails/activeresource/README b/vendor/rails/activeresource/README similarity index 100% rename from tracks/vendor/rails/activeresource/README rename to vendor/rails/activeresource/README diff --git a/tracks/vendor/rails/activeresource/Rakefile b/vendor/rails/activeresource/Rakefile similarity index 100% rename from tracks/vendor/rails/activeresource/Rakefile rename to vendor/rails/activeresource/Rakefile diff --git a/tracks/vendor/rails/activeresource/lib/active_resource.rb b/vendor/rails/activeresource/lib/active_resource.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource.rb rename to vendor/rails/activeresource/lib/active_resource.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/base.rb b/vendor/rails/activeresource/lib/active_resource/base.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/base.rb rename to vendor/rails/activeresource/lib/active_resource/base.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/connection.rb b/vendor/rails/activeresource/lib/active_resource/connection.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/connection.rb rename to vendor/rails/activeresource/lib/active_resource/connection.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/custom_methods.rb b/vendor/rails/activeresource/lib/active_resource/custom_methods.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/custom_methods.rb rename to vendor/rails/activeresource/lib/active_resource/custom_methods.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/formats.rb b/vendor/rails/activeresource/lib/active_resource/formats.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/formats.rb rename to vendor/rails/activeresource/lib/active_resource/formats.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/formats/json_format.rb b/vendor/rails/activeresource/lib/active_resource/formats/json_format.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/formats/json_format.rb rename to vendor/rails/activeresource/lib/active_resource/formats/json_format.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/formats/xml_format.rb b/vendor/rails/activeresource/lib/active_resource/formats/xml_format.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/formats/xml_format.rb rename to vendor/rails/activeresource/lib/active_resource/formats/xml_format.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/http_mock.rb b/vendor/rails/activeresource/lib/active_resource/http_mock.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/http_mock.rb rename to vendor/rails/activeresource/lib/active_resource/http_mock.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/validations.rb b/vendor/rails/activeresource/lib/active_resource/validations.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/validations.rb rename to vendor/rails/activeresource/lib/active_resource/validations.rb diff --git a/tracks/vendor/rails/activeresource/lib/active_resource/version.rb b/vendor/rails/activeresource/lib/active_resource/version.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/active_resource/version.rb rename to vendor/rails/activeresource/lib/active_resource/version.rb diff --git a/tracks/vendor/rails/activeresource/lib/activeresource.rb b/vendor/rails/activeresource/lib/activeresource.rb similarity index 100% rename from tracks/vendor/rails/activeresource/lib/activeresource.rb rename to vendor/rails/activeresource/lib/activeresource.rb diff --git a/tracks/vendor/rails/activeresource/test/abstract_unit.rb b/vendor/rails/activeresource/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/abstract_unit.rb rename to vendor/rails/activeresource/test/abstract_unit.rb diff --git a/tracks/vendor/rails/activeresource/test/authorization_test.rb b/vendor/rails/activeresource/test/authorization_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/authorization_test.rb rename to vendor/rails/activeresource/test/authorization_test.rb diff --git a/tracks/vendor/rails/activeresource/test/base/custom_methods_test.rb b/vendor/rails/activeresource/test/base/custom_methods_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/base/custom_methods_test.rb rename to vendor/rails/activeresource/test/base/custom_methods_test.rb diff --git a/tracks/vendor/rails/activeresource/test/base/equality_test.rb b/vendor/rails/activeresource/test/base/equality_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/base/equality_test.rb rename to vendor/rails/activeresource/test/base/equality_test.rb diff --git a/tracks/vendor/rails/activeresource/test/base/load_test.rb b/vendor/rails/activeresource/test/base/load_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/base/load_test.rb rename to vendor/rails/activeresource/test/base/load_test.rb diff --git a/tracks/vendor/rails/activeresource/test/base_errors_test.rb b/vendor/rails/activeresource/test/base_errors_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/base_errors_test.rb rename to vendor/rails/activeresource/test/base_errors_test.rb diff --git a/tracks/vendor/rails/activeresource/test/base_test.rb b/vendor/rails/activeresource/test/base_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/base_test.rb rename to vendor/rails/activeresource/test/base_test.rb diff --git a/tracks/vendor/rails/activeresource/test/connection_test.rb b/vendor/rails/activeresource/test/connection_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/connection_test.rb rename to vendor/rails/activeresource/test/connection_test.rb diff --git a/tracks/vendor/rails/activeresource/test/fixtures/beast.rb b/vendor/rails/activeresource/test/fixtures/beast.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/fixtures/beast.rb rename to vendor/rails/activeresource/test/fixtures/beast.rb diff --git a/tracks/vendor/rails/activeresource/test/fixtures/person.rb b/vendor/rails/activeresource/test/fixtures/person.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/fixtures/person.rb rename to vendor/rails/activeresource/test/fixtures/person.rb diff --git a/tracks/vendor/rails/activeresource/test/fixtures/street_address.rb b/vendor/rails/activeresource/test/fixtures/street_address.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/fixtures/street_address.rb rename to vendor/rails/activeresource/test/fixtures/street_address.rb diff --git a/tracks/vendor/rails/activeresource/test/format_test.rb b/vendor/rails/activeresource/test/format_test.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/format_test.rb rename to vendor/rails/activeresource/test/format_test.rb diff --git a/tracks/vendor/rails/activeresource/test/setter_trap.rb b/vendor/rails/activeresource/test/setter_trap.rb similarity index 100% rename from tracks/vendor/rails/activeresource/test/setter_trap.rb rename to vendor/rails/activeresource/test/setter_trap.rb diff --git a/tracks/vendor/rails/activesupport/CHANGELOG b/vendor/rails/activesupport/CHANGELOG similarity index 100% rename from tracks/vendor/rails/activesupport/CHANGELOG rename to vendor/rails/activesupport/CHANGELOG diff --git a/tracks/vendor/rails/activesupport/MIT-LICENSE b/vendor/rails/activesupport/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/activesupport/MIT-LICENSE rename to vendor/rails/activesupport/MIT-LICENSE diff --git a/tracks/vendor/rails/activesupport/README b/vendor/rails/activesupport/README similarity index 100% rename from tracks/vendor/rails/activesupport/README rename to vendor/rails/activesupport/README diff --git a/tracks/vendor/rails/activesupport/Rakefile b/vendor/rails/activesupport/Rakefile similarity index 100% rename from tracks/vendor/rails/activesupport/Rakefile rename to vendor/rails/activesupport/Rakefile diff --git a/tracks/vendor/rails/activesupport/install.rb b/vendor/rails/activesupport/install.rb similarity index 100% rename from tracks/vendor/rails/activesupport/install.rb rename to vendor/rails/activesupport/install.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support.rb b/vendor/rails/activesupport/lib/active_support.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support.rb rename to vendor/rails/activesupport/lib/active_support.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/basic_object.rb b/vendor/rails/activesupport/lib/active_support/basic_object.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/basic_object.rb rename to vendor/rails/activesupport/lib/active_support/basic_object.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/buffered_logger.rb b/vendor/rails/activesupport/lib/active_support/buffered_logger.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/buffered_logger.rb rename to vendor/rails/activesupport/lib/active_support/buffered_logger.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/clean_logger.rb b/vendor/rails/activesupport/lib/active_support/clean_logger.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/clean_logger.rb rename to vendor/rails/activesupport/lib/active_support/clean_logger.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext.rb b/vendor/rails/activesupport/lib/active_support/core_ext.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext.rb rename to vendor/rails/activesupport/lib/active_support/core_ext.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/array.rb b/vendor/rails/activesupport/lib/active_support/core_ext/array.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/array.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/array.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/access.rb b/vendor/rails/activesupport/lib/active_support/core_ext/array/access.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/access.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/array/access.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/extract_options.rb b/vendor/rails/activesupport/lib/active_support/core_ext/array/extract_options.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/extract_options.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/array/extract_options.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb b/vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb b/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb b/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb b/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/blank.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb b/vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb b/vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/class.rb b/vendor/rails/activesupport/lib/active_support/core_ext/class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/class.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/class.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb b/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb b/vendor/rails/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb b/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb b/vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/duplicable.rb b/vendor/rails/activesupport/lib/active_support/core_ext/duplicable.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/duplicable.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/duplicable.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb b/vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/exception.rb b/vendor/rails/activesupport/lib/active_support/core_ext/exception.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/exception.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/exception.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/file.rb b/vendor/rails/activesupport/lib/active_support/core_ext/file.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/file.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/file.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/float.rb b/vendor/rails/activesupport/lib/active_support/core_ext/float.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/float.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/float.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/float/rounding.rb b/vendor/rails/activesupport/lib/active_support/core_ext/float/rounding.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/float/rounding.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/float/rounding.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/except.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/except.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/except.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/except.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb b/vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb b/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/integer.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb b/vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb b/vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb b/vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/logger.rb b/vendor/rails/activesupport/lib/active_support/core_ext/logger.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/logger.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/logger.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb b/vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb b/vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb b/vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb b/vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb b/vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/object.rb b/vendor/rails/activesupport/lib/active_support/core_ext/object.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/object.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/object.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/object/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/object/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb b/vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/instance_variables.rb b/vendor/rails/activesupport/lib/active_support/core_ext/object/instance_variables.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/instance_variables.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/object/instance_variables.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb b/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb b/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb b/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/proc.rb b/vendor/rails/activesupport/lib/active_support/core_ext/proc.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/proc.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/proc.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/range.rb b/vendor/rails/activesupport/lib/active_support/core_ext/range.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/range.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/range.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/blockless_step.rb b/vendor/rails/activesupport/lib/active_support/core_ext/range/blockless_step.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/blockless_step.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/range/blockless_step.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/include_range.rb b/vendor/rails/activesupport/lib/active_support/core_ext/range/include_range.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/include_range.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/range/include_range.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/overlaps.rb b/vendor/rails/activesupport/lib/active_support/core_ext/range/overlaps.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/range/overlaps.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/range/overlaps.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb b/vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/test.rb b/vendor/rails/activesupport/lib/active_support/core_ext/test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/test.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/test.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/test/unit/assertions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/test/unit/assertions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/test/unit/assertions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/test/unit/assertions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/time.rb b/vendor/rails/activesupport/lib/active_support/core_ext/time.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/time.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/time.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb b/vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb b/vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb rename to vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/dependencies.rb b/vendor/rails/activesupport/lib/active_support/dependencies.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/dependencies.rb rename to vendor/rails/activesupport/lib/active_support/dependencies.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/deprecation.rb b/vendor/rails/activesupport/lib/active_support/deprecation.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/deprecation.rb rename to vendor/rails/activesupport/lib/active_support/deprecation.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/duration.rb b/vendor/rails/activesupport/lib/active_support/duration.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/duration.rb rename to vendor/rails/activesupport/lib/active_support/duration.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/inflections.rb b/vendor/rails/activesupport/lib/active_support/inflections.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/inflections.rb rename to vendor/rails/activesupport/lib/active_support/inflections.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/inflector.rb b/vendor/rails/activesupport/lib/active_support/inflector.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/inflector.rb rename to vendor/rails/activesupport/lib/active_support/inflector.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json.rb b/vendor/rails/activesupport/lib/active_support/json.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json.rb rename to vendor/rails/activesupport/lib/active_support/json.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/decoding.rb b/vendor/rails/activesupport/lib/active_support/json/decoding.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/decoding.rb rename to vendor/rails/activesupport/lib/active_support/json/decoding.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/date.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/date.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/date.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/date.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/date_time.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/date_time.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/date_time.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/date_time.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/object.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/string.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/string.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/string.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/string.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/time.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/time.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/time.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/time.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb rename to vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/encoding.rb b/vendor/rails/activesupport/lib/active_support/json/encoding.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/encoding.rb rename to vendor/rails/activesupport/lib/active_support/json/encoding.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/json/variable.rb b/vendor/rails/activesupport/lib/active_support/json/variable.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/json/variable.rb rename to vendor/rails/activesupport/lib/active_support/json/variable.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/multibyte.rb b/vendor/rails/activesupport/lib/active_support/multibyte.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/multibyte.rb rename to vendor/rails/activesupport/lib/active_support/multibyte.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/multibyte/chars.rb b/vendor/rails/activesupport/lib/active_support/multibyte/chars.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/multibyte/chars.rb rename to vendor/rails/activesupport/lib/active_support/multibyte/chars.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb b/vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb rename to vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb b/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb rename to vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb b/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb rename to vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb b/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb rename to vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/option_merger.rb b/vendor/rails/activesupport/lib/active_support/option_merger.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/option_merger.rb rename to vendor/rails/activesupport/lib/active_support/option_merger.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/ordered_options.rb b/vendor/rails/activesupport/lib/active_support/ordered_options.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/ordered_options.rb rename to vendor/rails/activesupport/lib/active_support/ordered_options.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/test_case.rb b/vendor/rails/activesupport/lib/active_support/test_case.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/test_case.rb rename to vendor/rails/activesupport/lib/active_support/test_case.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/testing.rb b/vendor/rails/activesupport/lib/active_support/testing.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/testing.rb rename to vendor/rails/activesupport/lib/active_support/testing.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/testing/default.rb b/vendor/rails/activesupport/lib/active_support/testing/default.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/testing/default.rb rename to vendor/rails/activesupport/lib/active_support/testing/default.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/values/time_zone.rb b/vendor/rails/activesupport/lib/active_support/values/time_zone.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/values/time_zone.rb rename to vendor/rails/activesupport/lib/active_support/values/time_zone.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat b/vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat rename to vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor.rb b/vendor/rails/activesupport/lib/active_support/vendor.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor.rb rename to vendor/rails/activesupport/lib/active_support/vendor.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb b/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb rename to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb b/vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb rename to vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/version.rb b/vendor/rails/activesupport/lib/active_support/version.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/version.rb rename to vendor/rails/activesupport/lib/active_support/version.rb diff --git a/tracks/vendor/rails/activesupport/lib/active_support/whiny_nil.rb b/vendor/rails/activesupport/lib/active_support/whiny_nil.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/active_support/whiny_nil.rb rename to vendor/rails/activesupport/lib/active_support/whiny_nil.rb diff --git a/tracks/vendor/rails/activesupport/lib/activesupport.rb b/vendor/rails/activesupport/lib/activesupport.rb similarity index 100% rename from tracks/vendor/rails/activesupport/lib/activesupport.rb rename to vendor/rails/activesupport/lib/activesupport.rb diff --git a/tracks/vendor/rails/activesupport/test/abstract_unit.rb b/vendor/rails/activesupport/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/abstract_unit.rb rename to vendor/rails/activesupport/test/abstract_unit.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb b/vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb b/vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb b/vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/application.rb b/vendor/rails/activesupport/test/autoloading_fixtures/application.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/application.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/application.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb b/vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb b/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb b/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb b/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb b/vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb b/vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb b/vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/e.rb b/vendor/rails/activesupport/test/autoloading_fixtures/e.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/e.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/e.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb b/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb b/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb b/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb b/vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb b/vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb b/vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb diff --git a/tracks/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb b/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb rename to vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb diff --git a/tracks/vendor/rails/activesupport/test/buffered_logger_test.rb b/vendor/rails/activesupport/test/buffered_logger_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/buffered_logger_test.rb rename to vendor/rails/activesupport/test/buffered_logger_test.rb diff --git a/tracks/vendor/rails/activesupport/test/clean_logger_test.rb b/vendor/rails/activesupport/test/clean_logger_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/clean_logger_test.rb rename to vendor/rails/activesupport/test/clean_logger_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/array_ext_test.rb b/vendor/rails/activesupport/test/core_ext/array_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/array_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/array_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/blank_test.rb b/vendor/rails/activesupport/test/core_ext/blank_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/blank_test.rb rename to vendor/rails/activesupport/test/core_ext/blank_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb b/vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb b/vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb rename to vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb b/vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb rename to vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/class/delegating_attributes_test.rb b/vendor/rails/activesupport/test/core_ext/class/delegating_attributes_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/class/delegating_attributes_test.rb rename to vendor/rails/activesupport/test/core_ext/class/delegating_attributes_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/class_test.rb b/vendor/rails/activesupport/test/core_ext/class_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/class_test.rb rename to vendor/rails/activesupport/test/core_ext/class_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/date_ext_test.rb b/vendor/rails/activesupport/test/core_ext/date_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/date_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/date_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb b/vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/duplicable_test.rb b/vendor/rails/activesupport/test/core_ext/duplicable_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/duplicable_test.rb rename to vendor/rails/activesupport/test/core_ext/duplicable_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/duration_test.rb b/vendor/rails/activesupport/test/core_ext/duration_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/duration_test.rb rename to vendor/rails/activesupport/test/core_ext/duration_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/enumerable_test.rb b/vendor/rails/activesupport/test/core_ext/enumerable_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/enumerable_test.rb rename to vendor/rails/activesupport/test/core_ext/enumerable_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/exception_test.rb b/vendor/rails/activesupport/test/core_ext/exception_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/exception_test.rb rename to vendor/rails/activesupport/test/core_ext/exception_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/file_test.rb b/vendor/rails/activesupport/test/core_ext/file_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/file_test.rb rename to vendor/rails/activesupport/test/core_ext/file_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/float_ext_test.rb b/vendor/rails/activesupport/test/core_ext/float_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/float_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/float_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/hash_ext_test.rb b/vendor/rails/activesupport/test/core_ext/hash_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/hash_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/hash_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/integer_ext_test.rb b/vendor/rails/activesupport/test/core_ext/integer_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/integer_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/integer_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/kernel_test.rb b/vendor/rails/activesupport/test/core_ext/kernel_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/kernel_test.rb rename to vendor/rails/activesupport/test/core_ext/kernel_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/load_error_tests.rb b/vendor/rails/activesupport/test/core_ext/load_error_tests.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/load_error_tests.rb rename to vendor/rails/activesupport/test/core_ext/load_error_tests.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb b/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb rename to vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb b/vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb rename to vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb b/vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb rename to vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb b/vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb rename to vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/module_test.rb b/vendor/rails/activesupport/test/core_ext/module_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/module_test.rb rename to vendor/rails/activesupport/test/core_ext/module_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/name_error_test.rb b/vendor/rails/activesupport/test/core_ext/name_error_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/name_error_test.rb rename to vendor/rails/activesupport/test/core_ext/name_error_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb b/vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb b/vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/pathname_test.rb b/vendor/rails/activesupport/test/core_ext/pathname_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/pathname_test.rb rename to vendor/rails/activesupport/test/core_ext/pathname_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/proc_test.rb b/vendor/rails/activesupport/test/core_ext/proc_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/proc_test.rb rename to vendor/rails/activesupport/test/core_ext/proc_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/range_ext_test.rb b/vendor/rails/activesupport/test/core_ext/range_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/range_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/range_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/string_ext_test.rb b/vendor/rails/activesupport/test/core_ext/string_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/string_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/string_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/symbol_test.rb b/vendor/rails/activesupport/test/core_ext/symbol_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/symbol_test.rb rename to vendor/rails/activesupport/test/core_ext/symbol_test.rb diff --git a/tracks/vendor/rails/activesupport/test/core_ext/time_ext_test.rb b/vendor/rails/activesupport/test/core_ext/time_ext_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/core_ext/time_ext_test.rb rename to vendor/rails/activesupport/test/core_ext/time_ext_test.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/check_warnings.rb b/vendor/rails/activesupport/test/dependencies/check_warnings.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/check_warnings.rb rename to vendor/rails/activesupport/test/dependencies/check_warnings.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/conflict.rb b/vendor/rails/activesupport/test/dependencies/conflict.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/conflict.rb rename to vendor/rails/activesupport/test/dependencies/conflict.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/cross_site_depender.rb b/vendor/rails/activesupport/test/dependencies/cross_site_depender.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/cross_site_depender.rb rename to vendor/rails/activesupport/test/dependencies/cross_site_depender.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/mutual_one.rb b/vendor/rails/activesupport/test/dependencies/mutual_one.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/mutual_one.rb rename to vendor/rails/activesupport/test/dependencies/mutual_one.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/mutual_two.rb b/vendor/rails/activesupport/test/dependencies/mutual_two.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/mutual_two.rb rename to vendor/rails/activesupport/test/dependencies/mutual_two.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/raises_exception.rb b/vendor/rails/activesupport/test/dependencies/raises_exception.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/raises_exception.rb rename to vendor/rails/activesupport/test/dependencies/raises_exception.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb b/vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb rename to vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb b/vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb rename to vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/service_one.rb b/vendor/rails/activesupport/test/dependencies/service_one.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/service_one.rb rename to vendor/rails/activesupport/test/dependencies/service_one.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies/service_two.rb b/vendor/rails/activesupport/test/dependencies/service_two.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies/service_two.rb rename to vendor/rails/activesupport/test/dependencies/service_two.rb diff --git a/tracks/vendor/rails/activesupport/test/dependencies_test.rb b/vendor/rails/activesupport/test/dependencies_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/dependencies_test.rb rename to vendor/rails/activesupport/test/dependencies_test.rb diff --git a/tracks/vendor/rails/activesupport/test/deprecation_test.rb b/vendor/rails/activesupport/test/deprecation_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/deprecation_test.rb rename to vendor/rails/activesupport/test/deprecation_test.rb diff --git a/tracks/vendor/rails/activesupport/test/inflector_test.rb b/vendor/rails/activesupport/test/inflector_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/inflector_test.rb rename to vendor/rails/activesupport/test/inflector_test.rb diff --git a/tracks/vendor/rails/activesupport/test/inflector_test_cases.rb b/vendor/rails/activesupport/test/inflector_test_cases.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/inflector_test_cases.rb rename to vendor/rails/activesupport/test/inflector_test_cases.rb diff --git a/tracks/vendor/rails/activesupport/test/json/decoding_test.rb b/vendor/rails/activesupport/test/json/decoding_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/json/decoding_test.rb rename to vendor/rails/activesupport/test/json/decoding_test.rb diff --git a/tracks/vendor/rails/activesupport/test/json/encoding_test.rb b/vendor/rails/activesupport/test/json/encoding_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/json/encoding_test.rb rename to vendor/rails/activesupport/test/json/encoding_test.rb diff --git a/tracks/vendor/rails/activesupport/test/multibyte_chars_test.rb b/vendor/rails/activesupport/test/multibyte_chars_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/multibyte_chars_test.rb rename to vendor/rails/activesupport/test/multibyte_chars_test.rb diff --git a/tracks/vendor/rails/activesupport/test/multibyte_conformance.rb b/vendor/rails/activesupport/test/multibyte_conformance.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/multibyte_conformance.rb rename to vendor/rails/activesupport/test/multibyte_conformance.rb diff --git a/tracks/vendor/rails/activesupport/test/multibyte_handler_test.rb b/vendor/rails/activesupport/test/multibyte_handler_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/multibyte_handler_test.rb rename to vendor/rails/activesupport/test/multibyte_handler_test.rb diff --git a/tracks/vendor/rails/activesupport/test/option_merger_test.rb b/vendor/rails/activesupport/test/option_merger_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/option_merger_test.rb rename to vendor/rails/activesupport/test/option_merger_test.rb diff --git a/tracks/vendor/rails/activesupport/test/ordered_options_test.rb b/vendor/rails/activesupport/test/ordered_options_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/ordered_options_test.rb rename to vendor/rails/activesupport/test/ordered_options_test.rb diff --git a/tracks/vendor/rails/activesupport/test/test_test.rb b/vendor/rails/activesupport/test/test_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/test_test.rb rename to vendor/rails/activesupport/test/test_test.rb diff --git a/tracks/vendor/rails/activesupport/test/time_zone_test.rb b/vendor/rails/activesupport/test/time_zone_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/time_zone_test.rb rename to vendor/rails/activesupport/test/time_zone_test.rb diff --git a/tracks/vendor/rails/activesupport/test/whiny_nil_test.rb b/vendor/rails/activesupport/test/whiny_nil_test.rb similarity index 100% rename from tracks/vendor/rails/activesupport/test/whiny_nil_test.rb rename to vendor/rails/activesupport/test/whiny_nil_test.rb diff --git a/tracks/vendor/rails/cleanlogs.sh b/vendor/rails/cleanlogs.sh similarity index 100% rename from tracks/vendor/rails/cleanlogs.sh rename to vendor/rails/cleanlogs.sh diff --git a/tracks/vendor/rails/pushgems.rb b/vendor/rails/pushgems.rb similarity index 100% rename from tracks/vendor/rails/pushgems.rb rename to vendor/rails/pushgems.rb diff --git a/tracks/vendor/rails/railties/CHANGELOG b/vendor/rails/railties/CHANGELOG similarity index 100% rename from tracks/vendor/rails/railties/CHANGELOG rename to vendor/rails/railties/CHANGELOG diff --git a/tracks/vendor/rails/railties/MIT-LICENSE b/vendor/rails/railties/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/railties/MIT-LICENSE rename to vendor/rails/railties/MIT-LICENSE diff --git a/tracks/vendor/rails/railties/README b/vendor/rails/railties/README similarity index 100% rename from tracks/vendor/rails/railties/README rename to vendor/rails/railties/README diff --git a/tracks/vendor/rails/railties/Rakefile b/vendor/rails/railties/Rakefile similarity index 100% rename from tracks/vendor/rails/railties/Rakefile rename to vendor/rails/railties/Rakefile diff --git a/tracks/vendor/rails/railties/bin/about b/vendor/rails/railties/bin/about similarity index 100% rename from tracks/vendor/rails/railties/bin/about rename to vendor/rails/railties/bin/about diff --git a/tracks/vendor/rails/railties/bin/console b/vendor/rails/railties/bin/console similarity index 100% rename from tracks/vendor/rails/railties/bin/console rename to vendor/rails/railties/bin/console diff --git a/tracks/vendor/rails/railties/bin/destroy b/vendor/rails/railties/bin/destroy similarity index 100% rename from tracks/vendor/rails/railties/bin/destroy rename to vendor/rails/railties/bin/destroy diff --git a/tracks/vendor/rails/railties/bin/generate b/vendor/rails/railties/bin/generate similarity index 100% rename from tracks/vendor/rails/railties/bin/generate rename to vendor/rails/railties/bin/generate diff --git a/tracks/vendor/rails/railties/bin/performance/benchmarker b/vendor/rails/railties/bin/performance/benchmarker similarity index 100% rename from tracks/vendor/rails/railties/bin/performance/benchmarker rename to vendor/rails/railties/bin/performance/benchmarker diff --git a/tracks/vendor/rails/railties/bin/performance/profiler b/vendor/rails/railties/bin/performance/profiler similarity index 100% rename from tracks/vendor/rails/railties/bin/performance/profiler rename to vendor/rails/railties/bin/performance/profiler diff --git a/tracks/vendor/rails/railties/bin/performance/request b/vendor/rails/railties/bin/performance/request similarity index 100% rename from tracks/vendor/rails/railties/bin/performance/request rename to vendor/rails/railties/bin/performance/request diff --git a/tracks/vendor/rails/railties/bin/plugin b/vendor/rails/railties/bin/plugin similarity index 100% rename from tracks/vendor/rails/railties/bin/plugin rename to vendor/rails/railties/bin/plugin diff --git a/tracks/vendor/rails/railties/bin/process/inspector b/vendor/rails/railties/bin/process/inspector similarity index 100% rename from tracks/vendor/rails/railties/bin/process/inspector rename to vendor/rails/railties/bin/process/inspector diff --git a/tracks/vendor/rails/railties/bin/process/reaper b/vendor/rails/railties/bin/process/reaper similarity index 100% rename from tracks/vendor/rails/railties/bin/process/reaper rename to vendor/rails/railties/bin/process/reaper diff --git a/tracks/vendor/rails/railties/bin/process/spawner b/vendor/rails/railties/bin/process/spawner similarity index 100% rename from tracks/vendor/rails/railties/bin/process/spawner rename to vendor/rails/railties/bin/process/spawner diff --git a/tracks/vendor/rails/railties/bin/rails b/vendor/rails/railties/bin/rails similarity index 100% rename from tracks/vendor/rails/railties/bin/rails rename to vendor/rails/railties/bin/rails diff --git a/tracks/vendor/rails/railties/bin/runner b/vendor/rails/railties/bin/runner similarity index 100% rename from tracks/vendor/rails/railties/bin/runner rename to vendor/rails/railties/bin/runner diff --git a/tracks/vendor/rails/railties/bin/server b/vendor/rails/railties/bin/server similarity index 100% rename from tracks/vendor/rails/railties/bin/server rename to vendor/rails/railties/bin/server diff --git a/tracks/vendor/rails/railties/builtin/rails_info/rails/info.rb b/vendor/rails/railties/builtin/rails_info/rails/info.rb similarity index 100% rename from tracks/vendor/rails/railties/builtin/rails_info/rails/info.rb rename to vendor/rails/railties/builtin/rails_info/rails/info.rb diff --git a/tracks/vendor/rails/railties/builtin/rails_info/rails/info_controller.rb b/vendor/rails/railties/builtin/rails_info/rails/info_controller.rb similarity index 100% rename from tracks/vendor/rails/railties/builtin/rails_info/rails/info_controller.rb rename to vendor/rails/railties/builtin/rails_info/rails/info_controller.rb diff --git a/tracks/vendor/rails/railties/builtin/rails_info/rails/info_helper.rb b/vendor/rails/railties/builtin/rails_info/rails/info_helper.rb similarity index 100% rename from tracks/vendor/rails/railties/builtin/rails_info/rails/info_helper.rb rename to vendor/rails/railties/builtin/rails_info/rails/info_helper.rb diff --git a/tracks/vendor/rails/railties/builtin/rails_info/rails_info_controller.rb b/vendor/rails/railties/builtin/rails_info/rails_info_controller.rb similarity index 100% rename from tracks/vendor/rails/railties/builtin/rails_info/rails_info_controller.rb rename to vendor/rails/railties/builtin/rails_info/rails_info_controller.rb diff --git a/tracks/vendor/rails/railties/configs/apache.conf b/vendor/rails/railties/configs/apache.conf similarity index 100% rename from tracks/vendor/rails/railties/configs/apache.conf rename to vendor/rails/railties/configs/apache.conf diff --git a/tracks/vendor/rails/railties/configs/databases/frontbase.yml b/vendor/rails/railties/configs/databases/frontbase.yml similarity index 100% rename from tracks/vendor/rails/railties/configs/databases/frontbase.yml rename to vendor/rails/railties/configs/databases/frontbase.yml diff --git a/tracks/vendor/rails/railties/configs/databases/mysql.yml b/vendor/rails/railties/configs/databases/mysql.yml similarity index 100% rename from tracks/vendor/rails/railties/configs/databases/mysql.yml rename to vendor/rails/railties/configs/databases/mysql.yml diff --git a/tracks/vendor/rails/railties/configs/databases/oracle.yml b/vendor/rails/railties/configs/databases/oracle.yml similarity index 100% rename from tracks/vendor/rails/railties/configs/databases/oracle.yml rename to vendor/rails/railties/configs/databases/oracle.yml diff --git a/tracks/vendor/rails/railties/configs/databases/postgresql.yml b/vendor/rails/railties/configs/databases/postgresql.yml similarity index 100% rename from tracks/vendor/rails/railties/configs/databases/postgresql.yml rename to vendor/rails/railties/configs/databases/postgresql.yml diff --git a/tracks/vendor/rails/railties/configs/databases/sqlite2.yml b/vendor/rails/railties/configs/databases/sqlite2.yml similarity index 100% rename from tracks/vendor/rails/railties/configs/databases/sqlite2.yml rename to vendor/rails/railties/configs/databases/sqlite2.yml diff --git a/tracks/vendor/rails/railties/configs/databases/sqlite3.yml b/vendor/rails/railties/configs/databases/sqlite3.yml similarity index 100% rename from tracks/vendor/rails/railties/configs/databases/sqlite3.yml rename to vendor/rails/railties/configs/databases/sqlite3.yml diff --git a/tracks/vendor/rails/railties/configs/empty.log b/vendor/rails/railties/configs/empty.log similarity index 100% rename from tracks/vendor/rails/railties/configs/empty.log rename to vendor/rails/railties/configs/empty.log diff --git a/tracks/vendor/rails/railties/configs/initializers/inflections.rb b/vendor/rails/railties/configs/initializers/inflections.rb similarity index 100% rename from tracks/vendor/rails/railties/configs/initializers/inflections.rb rename to vendor/rails/railties/configs/initializers/inflections.rb diff --git a/tracks/vendor/rails/railties/configs/initializers/mime_types.rb b/vendor/rails/railties/configs/initializers/mime_types.rb similarity index 100% rename from tracks/vendor/rails/railties/configs/initializers/mime_types.rb rename to vendor/rails/railties/configs/initializers/mime_types.rb diff --git a/tracks/vendor/rails/railties/configs/lighttpd.conf b/vendor/rails/railties/configs/lighttpd.conf similarity index 100% rename from tracks/vendor/rails/railties/configs/lighttpd.conf rename to vendor/rails/railties/configs/lighttpd.conf diff --git a/tracks/vendor/rails/railties/configs/routes.rb b/vendor/rails/railties/configs/routes.rb similarity index 100% rename from tracks/vendor/rails/railties/configs/routes.rb rename to vendor/rails/railties/configs/routes.rb diff --git a/tracks/vendor/rails/railties/dispatches/dispatch.fcgi b/vendor/rails/railties/dispatches/dispatch.fcgi similarity index 100% rename from tracks/vendor/rails/railties/dispatches/dispatch.fcgi rename to vendor/rails/railties/dispatches/dispatch.fcgi diff --git a/tracks/vendor/rails/railties/dispatches/dispatch.rb b/vendor/rails/railties/dispatches/dispatch.rb similarity index 100% rename from tracks/vendor/rails/railties/dispatches/dispatch.rb rename to vendor/rails/railties/dispatches/dispatch.rb diff --git a/tracks/vendor/rails/railties/dispatches/gateway.cgi b/vendor/rails/railties/dispatches/gateway.cgi similarity index 100% rename from tracks/vendor/rails/railties/dispatches/gateway.cgi rename to vendor/rails/railties/dispatches/gateway.cgi diff --git a/tracks/vendor/rails/railties/doc/README_FOR_APP b/vendor/rails/railties/doc/README_FOR_APP similarity index 100% rename from tracks/vendor/rails/railties/doc/README_FOR_APP rename to vendor/rails/railties/doc/README_FOR_APP diff --git a/tracks/vendor/rails/railties/environments/boot.rb b/vendor/rails/railties/environments/boot.rb similarity index 100% rename from tracks/vendor/rails/railties/environments/boot.rb rename to vendor/rails/railties/environments/boot.rb diff --git a/tracks/vendor/rails/railties/environments/development.rb b/vendor/rails/railties/environments/development.rb similarity index 100% rename from tracks/vendor/rails/railties/environments/development.rb rename to vendor/rails/railties/environments/development.rb diff --git a/tracks/vendor/rails/railties/environments/environment.rb b/vendor/rails/railties/environments/environment.rb similarity index 100% rename from tracks/vendor/rails/railties/environments/environment.rb rename to vendor/rails/railties/environments/environment.rb diff --git a/tracks/vendor/rails/railties/environments/production.rb b/vendor/rails/railties/environments/production.rb similarity index 100% rename from tracks/vendor/rails/railties/environments/production.rb rename to vendor/rails/railties/environments/production.rb diff --git a/tracks/vendor/rails/railties/environments/test.rb b/vendor/rails/railties/environments/test.rb similarity index 100% rename from tracks/vendor/rails/railties/environments/test.rb rename to vendor/rails/railties/environments/test.rb diff --git a/tracks/vendor/rails/railties/fresh_rakefile b/vendor/rails/railties/fresh_rakefile similarity index 100% rename from tracks/vendor/rails/railties/fresh_rakefile rename to vendor/rails/railties/fresh_rakefile diff --git a/tracks/vendor/rails/railties/helpers/application.rb b/vendor/rails/railties/helpers/application.rb similarity index 100% rename from tracks/vendor/rails/railties/helpers/application.rb rename to vendor/rails/railties/helpers/application.rb diff --git a/tracks/vendor/rails/railties/helpers/application_helper.rb b/vendor/rails/railties/helpers/application_helper.rb similarity index 100% rename from tracks/vendor/rails/railties/helpers/application_helper.rb rename to vendor/rails/railties/helpers/application_helper.rb diff --git a/tracks/vendor/rails/railties/helpers/test_helper.rb b/vendor/rails/railties/helpers/test_helper.rb similarity index 100% rename from tracks/vendor/rails/railties/helpers/test_helper.rb rename to vendor/rails/railties/helpers/test_helper.rb diff --git a/tracks/vendor/rails/railties/html/404.html b/vendor/rails/railties/html/404.html similarity index 100% rename from tracks/vendor/rails/railties/html/404.html rename to vendor/rails/railties/html/404.html diff --git a/tracks/vendor/rails/railties/html/422.html b/vendor/rails/railties/html/422.html similarity index 100% rename from tracks/vendor/rails/railties/html/422.html rename to vendor/rails/railties/html/422.html diff --git a/tracks/vendor/rails/railties/html/500.html b/vendor/rails/railties/html/500.html similarity index 100% rename from tracks/vendor/rails/railties/html/500.html rename to vendor/rails/railties/html/500.html diff --git a/tracks/vendor/rails/railties/html/favicon.ico b/vendor/rails/railties/html/favicon.ico similarity index 100% rename from tracks/vendor/rails/railties/html/favicon.ico rename to vendor/rails/railties/html/favicon.ico diff --git a/tracks/vendor/rails/railties/html/images/rails.png b/vendor/rails/railties/html/images/rails.png similarity index 100% rename from tracks/vendor/rails/railties/html/images/rails.png rename to vendor/rails/railties/html/images/rails.png diff --git a/tracks/vendor/rails/railties/html/index.html b/vendor/rails/railties/html/index.html similarity index 100% rename from tracks/vendor/rails/railties/html/index.html rename to vendor/rails/railties/html/index.html diff --git a/tracks/vendor/rails/railties/html/javascripts/application.js b/vendor/rails/railties/html/javascripts/application.js similarity index 100% rename from tracks/vendor/rails/railties/html/javascripts/application.js rename to vendor/rails/railties/html/javascripts/application.js diff --git a/tracks/vendor/rails/railties/html/javascripts/controls.js b/vendor/rails/railties/html/javascripts/controls.js similarity index 100% rename from tracks/vendor/rails/railties/html/javascripts/controls.js rename to vendor/rails/railties/html/javascripts/controls.js diff --git a/tracks/vendor/rails/railties/html/javascripts/dragdrop.js b/vendor/rails/railties/html/javascripts/dragdrop.js similarity index 100% rename from tracks/vendor/rails/railties/html/javascripts/dragdrop.js rename to vendor/rails/railties/html/javascripts/dragdrop.js diff --git a/tracks/vendor/rails/railties/html/javascripts/effects.js b/vendor/rails/railties/html/javascripts/effects.js similarity index 100% rename from tracks/vendor/rails/railties/html/javascripts/effects.js rename to vendor/rails/railties/html/javascripts/effects.js diff --git a/tracks/vendor/rails/railties/html/javascripts/prototype.js b/vendor/rails/railties/html/javascripts/prototype.js similarity index 100% rename from tracks/vendor/rails/railties/html/javascripts/prototype.js rename to vendor/rails/railties/html/javascripts/prototype.js diff --git a/tracks/vendor/rails/railties/html/robots.txt b/vendor/rails/railties/html/robots.txt similarity index 100% rename from tracks/vendor/rails/railties/html/robots.txt rename to vendor/rails/railties/html/robots.txt diff --git a/tracks/vendor/rails/railties/lib/code_statistics.rb b/vendor/rails/railties/lib/code_statistics.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/code_statistics.rb rename to vendor/rails/railties/lib/code_statistics.rb diff --git a/tracks/vendor/rails/railties/lib/commands.rb b/vendor/rails/railties/lib/commands.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands.rb rename to vendor/rails/railties/lib/commands.rb diff --git a/tracks/vendor/rails/railties/lib/commands/about.rb b/vendor/rails/railties/lib/commands/about.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/about.rb rename to vendor/rails/railties/lib/commands/about.rb diff --git a/tracks/vendor/rails/railties/lib/commands/console.rb b/vendor/rails/railties/lib/commands/console.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/console.rb rename to vendor/rails/railties/lib/commands/console.rb diff --git a/tracks/vendor/rails/railties/lib/commands/destroy.rb b/vendor/rails/railties/lib/commands/destroy.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/destroy.rb rename to vendor/rails/railties/lib/commands/destroy.rb diff --git a/tracks/vendor/rails/railties/lib/commands/generate.rb b/vendor/rails/railties/lib/commands/generate.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/generate.rb rename to vendor/rails/railties/lib/commands/generate.rb diff --git a/tracks/vendor/rails/railties/lib/commands/ncgi/listener b/vendor/rails/railties/lib/commands/ncgi/listener similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/ncgi/listener rename to vendor/rails/railties/lib/commands/ncgi/listener diff --git a/tracks/vendor/rails/railties/lib/commands/ncgi/tracker b/vendor/rails/railties/lib/commands/ncgi/tracker similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/ncgi/tracker rename to vendor/rails/railties/lib/commands/ncgi/tracker diff --git a/tracks/vendor/rails/railties/lib/commands/performance/benchmarker.rb b/vendor/rails/railties/lib/commands/performance/benchmarker.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/performance/benchmarker.rb rename to vendor/rails/railties/lib/commands/performance/benchmarker.rb diff --git a/tracks/vendor/rails/railties/lib/commands/performance/profiler.rb b/vendor/rails/railties/lib/commands/performance/profiler.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/performance/profiler.rb rename to vendor/rails/railties/lib/commands/performance/profiler.rb diff --git a/tracks/vendor/rails/railties/lib/commands/performance/request.rb b/vendor/rails/railties/lib/commands/performance/request.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/performance/request.rb rename to vendor/rails/railties/lib/commands/performance/request.rb diff --git a/tracks/vendor/rails/railties/lib/commands/plugin.rb b/vendor/rails/railties/lib/commands/plugin.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/plugin.rb rename to vendor/rails/railties/lib/commands/plugin.rb diff --git a/tracks/vendor/rails/railties/lib/commands/process/inspector.rb b/vendor/rails/railties/lib/commands/process/inspector.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/process/inspector.rb rename to vendor/rails/railties/lib/commands/process/inspector.rb diff --git a/tracks/vendor/rails/railties/lib/commands/process/reaper.rb b/vendor/rails/railties/lib/commands/process/reaper.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/process/reaper.rb rename to vendor/rails/railties/lib/commands/process/reaper.rb diff --git a/tracks/vendor/rails/railties/lib/commands/process/spawner.rb b/vendor/rails/railties/lib/commands/process/spawner.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/process/spawner.rb rename to vendor/rails/railties/lib/commands/process/spawner.rb diff --git a/tracks/vendor/rails/railties/lib/commands/process/spinner.rb b/vendor/rails/railties/lib/commands/process/spinner.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/process/spinner.rb rename to vendor/rails/railties/lib/commands/process/spinner.rb diff --git a/tracks/vendor/rails/railties/lib/commands/runner.rb b/vendor/rails/railties/lib/commands/runner.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/runner.rb rename to vendor/rails/railties/lib/commands/runner.rb diff --git a/tracks/vendor/rails/railties/lib/commands/server.rb b/vendor/rails/railties/lib/commands/server.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/server.rb rename to vendor/rails/railties/lib/commands/server.rb diff --git a/tracks/vendor/rails/railties/lib/commands/servers/base.rb b/vendor/rails/railties/lib/commands/servers/base.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/servers/base.rb rename to vendor/rails/railties/lib/commands/servers/base.rb diff --git a/tracks/vendor/rails/railties/lib/commands/servers/lighttpd.rb b/vendor/rails/railties/lib/commands/servers/lighttpd.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/servers/lighttpd.rb rename to vendor/rails/railties/lib/commands/servers/lighttpd.rb diff --git a/tracks/vendor/rails/railties/lib/commands/servers/mongrel.rb b/vendor/rails/railties/lib/commands/servers/mongrel.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/servers/mongrel.rb rename to vendor/rails/railties/lib/commands/servers/mongrel.rb diff --git a/tracks/vendor/rails/railties/lib/commands/servers/webrick.rb b/vendor/rails/railties/lib/commands/servers/webrick.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/servers/webrick.rb rename to vendor/rails/railties/lib/commands/servers/webrick.rb diff --git a/tracks/vendor/rails/railties/lib/commands/update.rb b/vendor/rails/railties/lib/commands/update.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/commands/update.rb rename to vendor/rails/railties/lib/commands/update.rb diff --git a/tracks/vendor/rails/railties/lib/console_app.rb b/vendor/rails/railties/lib/console_app.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/console_app.rb rename to vendor/rails/railties/lib/console_app.rb diff --git a/tracks/vendor/rails/railties/lib/console_sandbox.rb b/vendor/rails/railties/lib/console_sandbox.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/console_sandbox.rb rename to vendor/rails/railties/lib/console_sandbox.rb diff --git a/tracks/vendor/rails/railties/lib/console_with_helpers.rb b/vendor/rails/railties/lib/console_with_helpers.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/console_with_helpers.rb rename to vendor/rails/railties/lib/console_with_helpers.rb diff --git a/tracks/vendor/rails/railties/lib/dispatcher.rb b/vendor/rails/railties/lib/dispatcher.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/dispatcher.rb rename to vendor/rails/railties/lib/dispatcher.rb diff --git a/tracks/vendor/rails/railties/lib/fcgi_handler.rb b/vendor/rails/railties/lib/fcgi_handler.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/fcgi_handler.rb rename to vendor/rails/railties/lib/fcgi_handler.rb diff --git a/tracks/vendor/rails/railties/lib/initializer.rb b/vendor/rails/railties/lib/initializer.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/initializer.rb rename to vendor/rails/railties/lib/initializer.rb diff --git a/tracks/vendor/rails/railties/lib/rails/plugin.rb b/vendor/rails/railties/lib/rails/plugin.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails/plugin.rb rename to vendor/rails/railties/lib/rails/plugin.rb diff --git a/tracks/vendor/rails/railties/lib/rails/plugin/loader.rb b/vendor/rails/railties/lib/rails/plugin/loader.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails/plugin/loader.rb rename to vendor/rails/railties/lib/rails/plugin/loader.rb diff --git a/tracks/vendor/rails/railties/lib/rails/plugin/locator.rb b/vendor/rails/railties/lib/rails/plugin/locator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails/plugin/locator.rb rename to vendor/rails/railties/lib/rails/plugin/locator.rb diff --git a/tracks/vendor/rails/railties/lib/rails/version.rb b/vendor/rails/railties/lib/rails/version.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails/version.rb rename to vendor/rails/railties/lib/rails/version.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator.rb b/vendor/rails/railties/lib/rails_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator.rb rename to vendor/rails/railties/lib/rails_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/base.rb b/vendor/rails/railties/lib/rails_generator/base.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/base.rb rename to vendor/rails/railties/lib/rails_generator/base.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/commands.rb b/vendor/rails/railties/lib/rails_generator/commands.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/commands.rb rename to vendor/rails/railties/lib/rails_generator/commands.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generated_attribute.rb b/vendor/rails/railties/lib/rails_generator/generated_attribute.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generated_attribute.rb rename to vendor/rails/railties/lib/rails_generator/generated_attribute.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE b/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb b/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb b/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb b/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml b/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml rename to vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb b/vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml b/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml rename to vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb b/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb b/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb b/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb b/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb b/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb b/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb rename to vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE b/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE rename to vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb b/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb b/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb rename to vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/lookup.rb b/vendor/rails/railties/lib/rails_generator/lookup.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/lookup.rb rename to vendor/rails/railties/lib/rails_generator/lookup.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/manifest.rb b/vendor/rails/railties/lib/rails_generator/manifest.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/manifest.rb rename to vendor/rails/railties/lib/rails_generator/manifest.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/options.rb b/vendor/rails/railties/lib/rails_generator/options.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/options.rb rename to vendor/rails/railties/lib/rails_generator/options.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/scripts.rb b/vendor/rails/railties/lib/rails_generator/scripts.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/scripts.rb rename to vendor/rails/railties/lib/rails_generator/scripts.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb b/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb rename to vendor/rails/railties/lib/rails_generator/scripts/destroy.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/scripts/generate.rb b/vendor/rails/railties/lib/rails_generator/scripts/generate.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/scripts/generate.rb rename to vendor/rails/railties/lib/rails_generator/scripts/generate.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/scripts/update.rb b/vendor/rails/railties/lib/rails_generator/scripts/update.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/scripts/update.rb rename to vendor/rails/railties/lib/rails_generator/scripts/update.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/secret_key_generator.rb b/vendor/rails/railties/lib/rails_generator/secret_key_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/secret_key_generator.rb rename to vendor/rails/railties/lib/rails_generator/secret_key_generator.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/simple_logger.rb b/vendor/rails/railties/lib/rails_generator/simple_logger.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/simple_logger.rb rename to vendor/rails/railties/lib/rails_generator/simple_logger.rb diff --git a/tracks/vendor/rails/railties/lib/rails_generator/spec.rb b/vendor/rails/railties/lib/rails_generator/spec.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rails_generator/spec.rb rename to vendor/rails/railties/lib/rails_generator/spec.rb diff --git a/tracks/vendor/rails/railties/lib/railties_path.rb b/vendor/rails/railties/lib/railties_path.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/railties_path.rb rename to vendor/rails/railties/lib/railties_path.rb diff --git a/tracks/vendor/rails/railties/lib/ruby_version_check.rb b/vendor/rails/railties/lib/ruby_version_check.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/ruby_version_check.rb rename to vendor/rails/railties/lib/ruby_version_check.rb diff --git a/tracks/vendor/rails/railties/lib/rubyprof_ext.rb b/vendor/rails/railties/lib/rubyprof_ext.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/rubyprof_ext.rb rename to vendor/rails/railties/lib/rubyprof_ext.rb diff --git a/tracks/vendor/rails/railties/lib/source_annotation_extractor.rb b/vendor/rails/railties/lib/source_annotation_extractor.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/source_annotation_extractor.rb rename to vendor/rails/railties/lib/source_annotation_extractor.rb diff --git a/tracks/vendor/rails/railties/lib/tasks/annotations.rake b/vendor/rails/railties/lib/tasks/annotations.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/annotations.rake rename to vendor/rails/railties/lib/tasks/annotations.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/databases.rake b/vendor/rails/railties/lib/tasks/databases.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/databases.rake rename to vendor/rails/railties/lib/tasks/databases.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/documentation.rake b/vendor/rails/railties/lib/tasks/documentation.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/documentation.rake rename to vendor/rails/railties/lib/tasks/documentation.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/framework.rake b/vendor/rails/railties/lib/tasks/framework.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/framework.rake rename to vendor/rails/railties/lib/tasks/framework.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/log.rake b/vendor/rails/railties/lib/tasks/log.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/log.rake rename to vendor/rails/railties/lib/tasks/log.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/misc.rake b/vendor/rails/railties/lib/tasks/misc.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/misc.rake rename to vendor/rails/railties/lib/tasks/misc.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/rails.rb b/vendor/rails/railties/lib/tasks/rails.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/rails.rb rename to vendor/rails/railties/lib/tasks/rails.rb diff --git a/tracks/vendor/rails/railties/lib/tasks/routes.rake b/vendor/rails/railties/lib/tasks/routes.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/routes.rake rename to vendor/rails/railties/lib/tasks/routes.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/statistics.rake b/vendor/rails/railties/lib/tasks/statistics.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/statistics.rake rename to vendor/rails/railties/lib/tasks/statistics.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/testing.rake b/vendor/rails/railties/lib/tasks/testing.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/testing.rake rename to vendor/rails/railties/lib/tasks/testing.rake diff --git a/tracks/vendor/rails/railties/lib/tasks/tmp.rake b/vendor/rails/railties/lib/tasks/tmp.rake similarity index 100% rename from tracks/vendor/rails/railties/lib/tasks/tmp.rake rename to vendor/rails/railties/lib/tasks/tmp.rake diff --git a/tracks/vendor/rails/railties/lib/test_help.rb b/vendor/rails/railties/lib/test_help.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/test_help.rb rename to vendor/rails/railties/lib/test_help.rb diff --git a/tracks/vendor/rails/railties/lib/webrick_server.rb b/vendor/rails/railties/lib/webrick_server.rb similarity index 100% rename from tracks/vendor/rails/railties/lib/webrick_server.rb rename to vendor/rails/railties/lib/webrick_server.rb diff --git a/tracks/vendor/rails/railties/test/abstract_unit.rb b/vendor/rails/railties/test/abstract_unit.rb similarity index 100% rename from tracks/vendor/rails/railties/test/abstract_unit.rb rename to vendor/rails/railties/test/abstract_unit.rb diff --git a/tracks/vendor/rails/railties/test/boot_test.rb b/vendor/rails/railties/test/boot_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/boot_test.rb rename to vendor/rails/railties/test/boot_test.rb diff --git a/tracks/vendor/rails/railties/test/console_app_test.rb b/vendor/rails/railties/test/console_app_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/console_app_test.rb rename to vendor/rails/railties/test/console_app_test.rb diff --git a/tracks/vendor/rails/railties/test/fcgi_dispatcher_test.rb b/vendor/rails/railties/test/fcgi_dispatcher_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fcgi_dispatcher_test.rb rename to vendor/rails/railties/test/fcgi_dispatcher_test.rb diff --git a/tracks/vendor/rails/railties/test/fixtures/environment_with_constant.rb b/vendor/rails/railties/test/fixtures/environment_with_constant.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fixtures/environment_with_constant.rb rename to vendor/rails/railties/test/fixtures/environment_with_constant.rb diff --git a/tracks/vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb b/vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb rename to vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb diff --git a/tracks/vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb b/vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb rename to vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb diff --git a/tracks/vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb b/vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb rename to vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb diff --git a/tracks/vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb b/vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb rename to vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb diff --git a/tracks/vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb b/vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb similarity index 100% rename from tracks/vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb rename to vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb diff --git a/tracks/vendor/rails/railties/test/generators/generator_test_helper.rb b/vendor/rails/railties/test/generators/generator_test_helper.rb similarity index 100% rename from tracks/vendor/rails/railties/test/generators/generator_test_helper.rb rename to vendor/rails/railties/test/generators/generator_test_helper.rb diff --git a/tracks/vendor/rails/railties/test/generators/rails_model_generator_test.rb b/vendor/rails/railties/test/generators/rails_model_generator_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/generators/rails_model_generator_test.rb rename to vendor/rails/railties/test/generators/rails_model_generator_test.rb diff --git a/tracks/vendor/rails/railties/test/generators/rails_resource_generator_test.rb b/vendor/rails/railties/test/generators/rails_resource_generator_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/generators/rails_resource_generator_test.rb rename to vendor/rails/railties/test/generators/rails_resource_generator_test.rb diff --git a/tracks/vendor/rails/railties/test/generators/rails_scaffold_generator_test.rb b/vendor/rails/railties/test/generators/rails_scaffold_generator_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/generators/rails_scaffold_generator_test.rb rename to vendor/rails/railties/test/generators/rails_scaffold_generator_test.rb diff --git a/tracks/vendor/rails/railties/test/initializer_test.rb b/vendor/rails/railties/test/initializer_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/initializer_test.rb rename to vendor/rails/railties/test/initializer_test.rb diff --git a/tracks/vendor/rails/railties/test/mocks/routes.rb b/vendor/rails/railties/test/mocks/routes.rb similarity index 100% rename from tracks/vendor/rails/railties/test/mocks/routes.rb rename to vendor/rails/railties/test/mocks/routes.rb diff --git a/tracks/vendor/rails/railties/test/plugin_loader_test.rb b/vendor/rails/railties/test/plugin_loader_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/plugin_loader_test.rb rename to vendor/rails/railties/test/plugin_loader_test.rb diff --git a/tracks/vendor/rails/railties/test/plugin_locator_test.rb b/vendor/rails/railties/test/plugin_locator_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/plugin_locator_test.rb rename to vendor/rails/railties/test/plugin_locator_test.rb diff --git a/tracks/vendor/rails/railties/test/plugin_test.rb b/vendor/rails/railties/test/plugin_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/plugin_test.rb rename to vendor/rails/railties/test/plugin_test.rb diff --git a/tracks/vendor/rails/railties/test/plugin_test_helper.rb b/vendor/rails/railties/test/plugin_test_helper.rb similarity index 100% rename from tracks/vendor/rails/railties/test/plugin_test_helper.rb rename to vendor/rails/railties/test/plugin_test_helper.rb diff --git a/tracks/vendor/rails/railties/test/rails_generator_test.rb b/vendor/rails/railties/test/rails_generator_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/rails_generator_test.rb rename to vendor/rails/railties/test/rails_generator_test.rb diff --git a/tracks/vendor/rails/railties/test/rails_info_controller_test.rb b/vendor/rails/railties/test/rails_info_controller_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/rails_info_controller_test.rb rename to vendor/rails/railties/test/rails_info_controller_test.rb diff --git a/tracks/vendor/rails/railties/test/rails_info_test.rb b/vendor/rails/railties/test/rails_info_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/rails_info_test.rb rename to vendor/rails/railties/test/rails_info_test.rb diff --git a/tracks/vendor/rails/railties/test/secret_key_generation_test.rb b/vendor/rails/railties/test/secret_key_generation_test.rb similarity index 100% rename from tracks/vendor/rails/railties/test/secret_key_generation_test.rb rename to vendor/rails/railties/test/secret_key_generation_test.rb diff --git a/tracks/vendor/rails/release.rb b/vendor/rails/release.rb similarity index 100% rename from tracks/vendor/rails/release.rb rename to vendor/rails/release.rb diff --git a/tracks/vendor/selenium/Blank.html b/vendor/selenium/Blank.html similarity index 100% rename from tracks/vendor/selenium/Blank.html rename to vendor/selenium/Blank.html diff --git a/tracks/vendor/selenium/InjectedRemoteRunner.html b/vendor/selenium/InjectedRemoteRunner.html similarity index 100% rename from tracks/vendor/selenium/InjectedRemoteRunner.html rename to vendor/selenium/InjectedRemoteRunner.html diff --git a/tracks/vendor/selenium/RemoteRunner.html b/vendor/selenium/RemoteRunner.html similarity index 100% rename from tracks/vendor/selenium/RemoteRunner.html rename to vendor/selenium/RemoteRunner.html diff --git a/tracks/vendor/selenium/SeleniumLog.html b/vendor/selenium/SeleniumLog.html similarity index 100% rename from tracks/vendor/selenium/SeleniumLog.html rename to vendor/selenium/SeleniumLog.html diff --git a/tracks/vendor/selenium/TestPrompt.html b/vendor/selenium/TestPrompt.html similarity index 100% rename from tracks/vendor/selenium/TestPrompt.html rename to vendor/selenium/TestPrompt.html diff --git a/tracks/vendor/selenium/TestRunner-splash.html b/vendor/selenium/TestRunner-splash.html similarity index 100% rename from tracks/vendor/selenium/TestRunner-splash.html rename to vendor/selenium/TestRunner-splash.html diff --git a/tracks/vendor/selenium/TestRunner.hta b/vendor/selenium/TestRunner.hta similarity index 100% rename from tracks/vendor/selenium/TestRunner.hta rename to vendor/selenium/TestRunner.hta diff --git a/tracks/vendor/selenium/TestRunner.html b/vendor/selenium/TestRunner.html similarity index 100% rename from tracks/vendor/selenium/TestRunner.html rename to vendor/selenium/TestRunner.html diff --git a/tracks/vendor/selenium/domviewer/butmin.gif b/vendor/selenium/domviewer/butmin.gif similarity index 100% rename from tracks/vendor/selenium/domviewer/butmin.gif rename to vendor/selenium/domviewer/butmin.gif diff --git a/tracks/vendor/selenium/domviewer/butplus.gif b/vendor/selenium/domviewer/butplus.gif similarity index 100% rename from tracks/vendor/selenium/domviewer/butplus.gif rename to vendor/selenium/domviewer/butplus.gif diff --git a/tracks/vendor/selenium/domviewer/domviewer.css b/vendor/selenium/domviewer/domviewer.css similarity index 100% rename from tracks/vendor/selenium/domviewer/domviewer.css rename to vendor/selenium/domviewer/domviewer.css diff --git a/tracks/vendor/selenium/domviewer/domviewer.html b/vendor/selenium/domviewer/domviewer.html similarity index 100% rename from tracks/vendor/selenium/domviewer/domviewer.html rename to vendor/selenium/domviewer/domviewer.html diff --git a/tracks/vendor/selenium/domviewer/selenium-domviewer.js b/vendor/selenium/domviewer/selenium-domviewer.js similarity index 100% rename from tracks/vendor/selenium/domviewer/selenium-domviewer.js rename to vendor/selenium/domviewer/selenium-domviewer.js diff --git a/tracks/vendor/selenium/icons/all.png b/vendor/selenium/icons/all.png similarity index 100% rename from tracks/vendor/selenium/icons/all.png rename to vendor/selenium/icons/all.png diff --git a/tracks/vendor/selenium/icons/continue.png b/vendor/selenium/icons/continue.png similarity index 100% rename from tracks/vendor/selenium/icons/continue.png rename to vendor/selenium/icons/continue.png diff --git a/tracks/vendor/selenium/icons/continue_disabled.png b/vendor/selenium/icons/continue_disabled.png similarity index 100% rename from tracks/vendor/selenium/icons/continue_disabled.png rename to vendor/selenium/icons/continue_disabled.png diff --git a/tracks/vendor/selenium/icons/pause.png b/vendor/selenium/icons/pause.png similarity index 100% rename from tracks/vendor/selenium/icons/pause.png rename to vendor/selenium/icons/pause.png diff --git a/tracks/vendor/selenium/icons/pause_disabled.png b/vendor/selenium/icons/pause_disabled.png similarity index 100% rename from tracks/vendor/selenium/icons/pause_disabled.png rename to vendor/selenium/icons/pause_disabled.png diff --git a/tracks/vendor/selenium/icons/selected.png b/vendor/selenium/icons/selected.png similarity index 100% rename from tracks/vendor/selenium/icons/selected.png rename to vendor/selenium/icons/selected.png diff --git a/tracks/vendor/selenium/icons/step.png b/vendor/selenium/icons/step.png similarity index 100% rename from tracks/vendor/selenium/icons/step.png rename to vendor/selenium/icons/step.png diff --git a/tracks/vendor/selenium/icons/step_disabled.png b/vendor/selenium/icons/step_disabled.png similarity index 100% rename from tracks/vendor/selenium/icons/step_disabled.png rename to vendor/selenium/icons/step_disabled.png diff --git a/tracks/vendor/selenium/iedoc-core.xml b/vendor/selenium/iedoc-core.xml similarity index 100% rename from tracks/vendor/selenium/iedoc-core.xml rename to vendor/selenium/iedoc-core.xml diff --git a/tracks/vendor/selenium/iedoc.xml b/vendor/selenium/iedoc.xml similarity index 100% rename from tracks/vendor/selenium/iedoc.xml rename to vendor/selenium/iedoc.xml diff --git a/tracks/vendor/selenium/lib/cssQuery/cssQuery-p.js b/vendor/selenium/lib/cssQuery/cssQuery-p.js similarity index 100% rename from tracks/vendor/selenium/lib/cssQuery/cssQuery-p.js rename to vendor/selenium/lib/cssQuery/cssQuery-p.js diff --git a/tracks/vendor/selenium/lib/cssQuery/src/cssQuery-level2.js b/vendor/selenium/lib/cssQuery/src/cssQuery-level2.js similarity index 100% rename from tracks/vendor/selenium/lib/cssQuery/src/cssQuery-level2.js rename to vendor/selenium/lib/cssQuery/src/cssQuery-level2.js diff --git a/tracks/vendor/selenium/lib/cssQuery/src/cssQuery-level3.js b/vendor/selenium/lib/cssQuery/src/cssQuery-level3.js similarity index 100% rename from tracks/vendor/selenium/lib/cssQuery/src/cssQuery-level3.js rename to vendor/selenium/lib/cssQuery/src/cssQuery-level3.js diff --git a/tracks/vendor/selenium/lib/cssQuery/src/cssQuery-standard.js b/vendor/selenium/lib/cssQuery/src/cssQuery-standard.js similarity index 100% rename from tracks/vendor/selenium/lib/cssQuery/src/cssQuery-standard.js rename to vendor/selenium/lib/cssQuery/src/cssQuery-standard.js diff --git a/tracks/vendor/selenium/lib/cssQuery/src/cssQuery.js b/vendor/selenium/lib/cssQuery/src/cssQuery.js similarity index 100% rename from tracks/vendor/selenium/lib/cssQuery/src/cssQuery.js rename to vendor/selenium/lib/cssQuery/src/cssQuery.js diff --git a/tracks/vendor/selenium/lib/prototype.js b/vendor/selenium/lib/prototype.js similarity index 100% rename from tracks/vendor/selenium/lib/prototype.js rename to vendor/selenium/lib/prototype.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/builder.js b/vendor/selenium/lib/scriptaculous/builder.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/builder.js rename to vendor/selenium/lib/scriptaculous/builder.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/controls.js b/vendor/selenium/lib/scriptaculous/controls.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/controls.js rename to vendor/selenium/lib/scriptaculous/controls.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/dragdrop.js b/vendor/selenium/lib/scriptaculous/dragdrop.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/dragdrop.js rename to vendor/selenium/lib/scriptaculous/dragdrop.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/effects.js b/vendor/selenium/lib/scriptaculous/effects.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/effects.js rename to vendor/selenium/lib/scriptaculous/effects.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/scriptaculous.js b/vendor/selenium/lib/scriptaculous/scriptaculous.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/scriptaculous.js rename to vendor/selenium/lib/scriptaculous/scriptaculous.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/slider.js b/vendor/selenium/lib/scriptaculous/slider.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/slider.js rename to vendor/selenium/lib/scriptaculous/slider.js diff --git a/tracks/vendor/selenium/lib/scriptaculous/unittest.js b/vendor/selenium/lib/scriptaculous/unittest.js similarity index 100% rename from tracks/vendor/selenium/lib/scriptaculous/unittest.js rename to vendor/selenium/lib/scriptaculous/unittest.js diff --git a/tracks/vendor/selenium/scripts/find_matching_child.js b/vendor/selenium/scripts/find_matching_child.js similarity index 100% rename from tracks/vendor/selenium/scripts/find_matching_child.js rename to vendor/selenium/scripts/find_matching_child.js diff --git a/tracks/vendor/selenium/scripts/htmlutils.js b/vendor/selenium/scripts/htmlutils.js similarity index 100% rename from tracks/vendor/selenium/scripts/htmlutils.js rename to vendor/selenium/scripts/htmlutils.js diff --git a/tracks/vendor/selenium/scripts/injection.html b/vendor/selenium/scripts/injection.html similarity index 100% rename from tracks/vendor/selenium/scripts/injection.html rename to vendor/selenium/scripts/injection.html diff --git a/tracks/vendor/selenium/scripts/injection_iframe.html b/vendor/selenium/scripts/injection_iframe.html similarity index 100% rename from tracks/vendor/selenium/scripts/injection_iframe.html rename to vendor/selenium/scripts/injection_iframe.html diff --git a/tracks/vendor/selenium/scripts/js2html.js b/vendor/selenium/scripts/js2html.js similarity index 100% rename from tracks/vendor/selenium/scripts/js2html.js rename to vendor/selenium/scripts/js2html.js diff --git a/tracks/vendor/selenium/scripts/narcissus-defs.js b/vendor/selenium/scripts/narcissus-defs.js similarity index 100% rename from tracks/vendor/selenium/scripts/narcissus-defs.js rename to vendor/selenium/scripts/narcissus-defs.js diff --git a/tracks/vendor/selenium/scripts/narcissus-exec.js b/vendor/selenium/scripts/narcissus-exec.js similarity index 100% rename from tracks/vendor/selenium/scripts/narcissus-exec.js rename to vendor/selenium/scripts/narcissus-exec.js diff --git a/tracks/vendor/selenium/scripts/narcissus-parse.js b/vendor/selenium/scripts/narcissus-parse.js similarity index 100% rename from tracks/vendor/selenium/scripts/narcissus-parse.js rename to vendor/selenium/scripts/narcissus-parse.js diff --git a/tracks/vendor/selenium/scripts/se2html.js b/vendor/selenium/scripts/se2html.js similarity index 100% rename from tracks/vendor/selenium/scripts/se2html.js rename to vendor/selenium/scripts/se2html.js diff --git a/tracks/vendor/selenium/scripts/selenium-api.js b/vendor/selenium/scripts/selenium-api.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-api.js rename to vendor/selenium/scripts/selenium-api.js diff --git a/tracks/vendor/selenium/scripts/selenium-browserbot.js b/vendor/selenium/scripts/selenium-browserbot.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-browserbot.js rename to vendor/selenium/scripts/selenium-browserbot.js diff --git a/tracks/vendor/selenium/scripts/selenium-browserdetect.js b/vendor/selenium/scripts/selenium-browserdetect.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-browserdetect.js rename to vendor/selenium/scripts/selenium-browserdetect.js diff --git a/tracks/vendor/selenium/scripts/selenium-commandhandlers.js b/vendor/selenium/scripts/selenium-commandhandlers.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-commandhandlers.js rename to vendor/selenium/scripts/selenium-commandhandlers.js diff --git a/tracks/vendor/selenium/scripts/selenium-executionloop.js b/vendor/selenium/scripts/selenium-executionloop.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-executionloop.js rename to vendor/selenium/scripts/selenium-executionloop.js diff --git a/tracks/vendor/selenium/scripts/selenium-logging.js b/vendor/selenium/scripts/selenium-logging.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-logging.js rename to vendor/selenium/scripts/selenium-logging.js diff --git a/tracks/vendor/selenium/scripts/selenium-remoterunner.js b/vendor/selenium/scripts/selenium-remoterunner.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-remoterunner.js rename to vendor/selenium/scripts/selenium-remoterunner.js diff --git a/tracks/vendor/selenium/scripts/selenium-testrunner.js b/vendor/selenium/scripts/selenium-testrunner.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-testrunner.js rename to vendor/selenium/scripts/selenium-testrunner.js diff --git a/tracks/vendor/selenium/scripts/selenium-version.js b/vendor/selenium/scripts/selenium-version.js similarity index 100% rename from tracks/vendor/selenium/scripts/selenium-version.js rename to vendor/selenium/scripts/selenium-version.js diff --git a/tracks/vendor/selenium/scripts/user-extensions.js b/vendor/selenium/scripts/user-extensions.js similarity index 100% rename from tracks/vendor/selenium/scripts/user-extensions.js rename to vendor/selenium/scripts/user-extensions.js diff --git a/tracks/vendor/selenium/scripts/user-extensions.js.sample b/vendor/selenium/scripts/user-extensions.js.sample similarity index 100% rename from tracks/vendor/selenium/scripts/user-extensions.js.sample rename to vendor/selenium/scripts/user-extensions.js.sample diff --git a/tracks/vendor/selenium/scripts/xmlextras.js b/vendor/selenium/scripts/xmlextras.js similarity index 100% rename from tracks/vendor/selenium/scripts/xmlextras.js rename to vendor/selenium/scripts/xmlextras.js diff --git a/tracks/vendor/selenium/selenium-logo.png b/vendor/selenium/selenium-logo.png similarity index 100% rename from tracks/vendor/selenium/selenium-logo.png rename to vendor/selenium/selenium-logo.png diff --git a/tracks/vendor/selenium/selenium-test.css b/vendor/selenium/selenium-test.css similarity index 100% rename from tracks/vendor/selenium/selenium-test.css rename to vendor/selenium/selenium-test.css diff --git a/tracks/vendor/selenium/selenium.css b/vendor/selenium/selenium.css similarity index 100% rename from tracks/vendor/selenium/selenium.css rename to vendor/selenium/selenium.css diff --git a/tracks/vendor/selenium/xpath/dom.js b/vendor/selenium/xpath/dom.js similarity index 100% rename from tracks/vendor/selenium/xpath/dom.js rename to vendor/selenium/xpath/dom.js diff --git a/tracks/vendor/selenium/xpath/misc.js b/vendor/selenium/xpath/misc.js similarity index 100% rename from tracks/vendor/selenium/xpath/misc.js rename to vendor/selenium/xpath/misc.js diff --git a/tracks/vendor/selenium/xpath/xpath.js b/vendor/selenium/xpath/xpath.js similarity index 100% rename from tracks/vendor/selenium/xpath/xpath.js rename to vendor/selenium/xpath/xpath.js