admin_assistant 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/admin_assistant.gemspec +1 -285
- metadata +3 -287
- data/test_rails_app/README +0 -256
- data/test_rails_app/Rakefile +0 -13
- data/test_rails_app/app/controllers/admin/appointments2_controller.rb +0 -15
- data/test_rails_app/app/controllers/admin/appointments_controller.rb +0 -11
- data/test_rails_app/app/controllers/admin/blog_posts2_controller.rb +0 -138
- data/test_rails_app/app/controllers/admin/blog_posts3_controller.rb +0 -76
- data/test_rails_app/app/controllers/admin/blog_posts4_controller.rb +0 -21
- data/test_rails_app/app/controllers/admin/blog_posts5_controller.rb +0 -27
- data/test_rails_app/app/controllers/admin/blog_posts6_controller.rb +0 -10
- data/test_rails_app/app/controllers/admin/blog_posts_controller.rb +0 -8
- data/test_rails_app/app/controllers/admin/blog_posts_custom_new_and_edit_controller.rb +0 -15
- data/test_rails_app/app/controllers/admin/blog_posts_read_only_controller.rb +0 -19
- data/test_rails_app/app/controllers/admin/bookmarks_controller.rb +0 -11
- data/test_rails_app/app/controllers/admin/comments2_controller.rb +0 -14
- data/test_rails_app/app/controllers/admin/comments_controller.rb +0 -12
- data/test_rails_app/app/controllers/admin/file_column_images2_controller.rb +0 -10
- data/test_rails_app/app/controllers/admin/file_column_images_controller.rb +0 -6
- data/test_rails_app/app/controllers/admin/images2_controller.rb +0 -11
- data/test_rails_app/app/controllers/admin/images_controller.rb +0 -6
- data/test_rails_app/app/controllers/admin/misconfigured1_controller.rb +0 -7
- data/test_rails_app/app/controllers/admin/not_migrated_yets_controller.rb +0 -9
- data/test_rails_app/app/controllers/admin/product_categories2_controller.rb +0 -7
- data/test_rails_app/app/controllers/admin/product_categories_controller.rb +0 -5
- data/test_rails_app/app/controllers/admin/products2_controller.rb +0 -15
- data/test_rails_app/app/controllers/admin/products_controller.rb +0 -31
- data/test_rails_app/app/controllers/admin/television_airings_controller.rb +0 -5
- data/test_rails_app/app/controllers/admin/television_time_slots_controller.rb +0 -5
- data/test_rails_app/app/controllers/admin/users2_controller.rb +0 -10
- data/test_rails_app/app/controllers/admin/users_controller.rb +0 -63
- data/test_rails_app/app/controllers/application.rb +0 -16
- data/test_rails_app/app/controllers/application_controller.rb +0 -16
- data/test_rails_app/app/controllers/blog_posts_controller.rb +0 -5
- data/test_rails_app/app/helpers/admin/appointments2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/appointments_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts2_helper.rb +0 -27
- data/test_rails_app/app/helpers/admin/blog_posts3_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts4_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts6_helper.rb +0 -16
- data/test_rails_app/app/helpers/admin/blog_posts_custom_new_and_edit_helper.rb +0 -29
- data/test_rails_app/app/helpers/admin/blog_posts_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts_read_only_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/bookmarks_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/comments2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/comments_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/file_column_images2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/file_column_images_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/images2_helper.rb +0 -8
- data/test_rails_app/app/helpers/admin/images_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/misconfigured1_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/not_migrated_yets_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/product_categories2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/product_categories_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/products2_helper.rb +0 -3
- data/test_rails_app/app/helpers/admin/products_helper.rb +0 -6
- data/test_rails_app/app/helpers/admin/television_airings_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/television_time_slots_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/users2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/users_helper.rb +0 -25
- data/test_rails_app/app/helpers/application_helper.rb +0 -3
- data/test_rails_app/app/helpers/blog_posts_helper.rb +0 -2
- data/test_rails_app/app/models/appointment.rb +0 -5
- data/test_rails_app/app/models/blog_post.rb +0 -14
- data/test_rails_app/app/models/blog_post_tag.rb +0 -6
- data/test_rails_app/app/models/bookmark.rb +0 -6
- data/test_rails_app/app/models/comment.rb +0 -4
- data/test_rails_app/app/models/file_column_image.rb +0 -3
- data/test_rails_app/app/models/image.rb +0 -3
- data/test_rails_app/app/models/not_migrated_yet.rb +0 -2
- data/test_rails_app/app/models/product.rb +0 -7
- data/test_rails_app/app/models/product_category.rb +0 -9
- data/test_rails_app/app/models/tag.rb +0 -4
- data/test_rails_app/app/models/television_airing.rb +0 -3
- data/test_rails_app/app/models/television_time_slot.rb +0 -11
- data/test_rails_app/app/models/user.rb +0 -14
- data/test_rails_app/app/views/admin/appointments/_subject_input.html.erb +0 -2
- data/test_rails_app/app/views/admin/appointments2/_time_input.html.erb +0 -31
- data/test_rails_app/app/views/admin/blog_posts2/_after_form.html.erb +0 -5
- data/test_rails_app/app/views/admin/blog_posts2/_after_index.html.erb +0 -1
- data/test_rails_app/app/views/admin/blog_posts2/_after_tags_input.html.erb +0 -16
- data/test_rails_app/app/views/admin/blog_posts2/_before_index.html.erb +0 -2
- data/test_rails_app/app/views/admin/blog_posts5/_after_index_header.html.erb +0 -8
- data/test_rails_app/app/views/admin/blog_posts_read_only/_body_for_show.html.erb +0 -1
- data/test_rails_app/app/views/admin/products/_name_input.html.erb +0 -2
- data/test_rails_app/app/views/admin/products/_percent_off_input.html.erb +0 -2
- data/test_rails_app/app/views/admin/products/_price_input.html.erb +0 -10
- data/test_rails_app/app/views/blog_posts/show.html.erb +0 -13
- data/test_rails_app/app/views/layouts/admin.html.erb +0 -31
- data/test_rails_app/config/boot.rb +0 -109
- data/test_rails_app/config/database.yml +0 -28
- data/test_rails_app/config/environment.rb +0 -78
- data/test_rails_app/config/environments/development.rb +0 -17
- data/test_rails_app/config/environments/production.rb +0 -24
- data/test_rails_app/config/environments/test.rb +0 -24
- data/test_rails_app/config/initializers/inflections.rb +0 -10
- data/test_rails_app/config/initializers/mime_types.rb +0 -5
- data/test_rails_app/config/initializers/new_rails_defaults.rb +0 -17
- data/test_rails_app/config/locales/en.yml +0 -5
- data/test_rails_app/config/routes.rb +0 -43
- data/test_rails_app/db/migrate/20090213215514_create_blog_posts.rb +0 -12
- data/test_rails_app/db/migrate/20090217225542_add_body_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090221220917_create_tags.rb +0 -13
- data/test_rails_app/db/migrate/20090221220947_create_blog_post_tags.rb +0 -14
- data/test_rails_app/db/migrate/20090222162204_add_textile_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090222163231_add_published_at_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090301191722_create_images.rb +0 -16
- data/test_rails_app/db/migrate/20090305165345_create_accounts.rb +0 -14
- data/test_rails_app/db/migrate/20090307225027_rename_accounts_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090307225750_add_user_id_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090309185114_change_blog_posts_textile.rb +0 -9
- data/test_rails_app/db/migrate/20090309193635_create_products.rb +0 -14
- data/test_rails_app/db/migrate/20090309203056_create_comments.rb +0 -15
- data/test_rails_app/db/migrate/20090323005947_create_file_column_images.rb +0 -12
- data/test_rails_app/db/migrate/20090326160049_add_birthday_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090326223606_add_state_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090503134004_add_file_column_image_to_products.rb +0 -9
- data/test_rails_app/db/migrate/20090617173651_create_bookmarks.rb +0 -15
- data/test_rails_app/db/migrate/20090624165355_add_tags_string_to_blog_post.rb +0 -9
- data/test_rails_app/db/migrate/20090625144313_add_avatar_fields_to_user.rb +0 -11
- data/test_rails_app/db/migrate/20090629202956_add_merged_into_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090701171857_add_force_textile_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090704163647_add_deleted_at_to_products.rb +0 -9
- data/test_rails_app/db/migrate/20090704173800_add_sale_fields_to_products.rb +0 -13
- data/test_rails_app/db/migrate/20090714024501_create_product_categories.rb +0 -15
- data/test_rails_app/db/migrate/20090819162835_add_admin_level_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20091115134559_add_first_and_last_names_to_users.rb +0 -11
- data/test_rails_app/db/migrate/20091221011256_add_position_to_product_categories.rb +0 -9
- data/test_rails_app/db/migrate/20091222160814_create_appointments.rb +0 -14
- data/test_rails_app/db/migrate/20091227224547_add_user_id_to_appointments.rb +0 -9
- data/test_rails_app/db/migrate/20100214213359_create_television_time_slots.rb +0 -13
- data/test_rails_app/db/migrate/20100214213451_create_television_airings.rb +0 -15
- data/test_rails_app/doc/README_FOR_APP +0 -5
- data/test_rails_app/lib/tasks/rspec.rake +0 -163
- data/test_rails_app/public/404.html +0 -30
- data/test_rails_app/public/422.html +0 -30
- data/test_rails_app/public/500.html +0 -33
- data/test_rails_app/public/dispatch.cgi +0 -10
- data/test_rails_app/public/dispatch.fcgi +0 -24
- data/test_rails_app/public/dispatch.rb +0 -10
- data/test_rails_app/public/favicon.ico +0 -0
- data/test_rails_app/public/images/rails.png +0 -0
- data/test_rails_app/public/index.html +0 -274
- data/test_rails_app/public/javascripts/application.js +0 -2
- data/test_rails_app/public/javascripts/controls.js +0 -963
- data/test_rails_app/public/javascripts/dragdrop.js +0 -973
- data/test_rails_app/public/javascripts/effects.js +0 -1128
- data/test_rails_app/public/javascripts/prototype.js +0 -4320
- data/test_rails_app/public/robots.txt +0 -5
- data/test_rails_app/public/stylesheets/admin.css +0 -3
- data/test_rails_app/public/stylesheets/scaffold.css +0 -54
- data/test_rails_app/script/about +0 -4
- data/test_rails_app/script/autospec +0 -5
- data/test_rails_app/script/console +0 -3
- data/test_rails_app/script/dbconsole +0 -3
- data/test_rails_app/script/destroy +0 -3
- data/test_rails_app/script/generate +0 -3
- data/test_rails_app/script/performance/benchmarker +0 -3
- data/test_rails_app/script/performance/profiler +0 -3
- data/test_rails_app/script/performance/request +0 -3
- data/test_rails_app/script/plugin +0 -3
- data/test_rails_app/script/populate_tables.rb +0 -49
- data/test_rails_app/script/process/inspector +0 -3
- data/test_rails_app/script/process/reaper +0 -3
- data/test_rails_app/script/process/spawner +0 -3
- data/test_rails_app/script/runner +0 -3
- data/test_rails_app/script/server +0 -3
- data/test_rails_app/script/spec +0 -5
- data/test_rails_app/script/spec_server +0 -125
- data/test_rails_app/spec/controllers/admin/appointments2_controller_spec.rb +0 -88
- data/test_rails_app/spec/controllers/admin/appointments_controller_spec.rb +0 -419
- data/test_rails_app/spec/controllers/admin/blog_posts2_controller_spec.rb +0 -1021
- data/test_rails_app/spec/controllers/admin/blog_posts3_controller_spec.rb +0 -532
- data/test_rails_app/spec/controllers/admin/blog_posts4_controller_spec.rb +0 -231
- data/test_rails_app/spec/controllers/admin/blog_posts5_controller_spec.rb +0 -77
- data/test_rails_app/spec/controllers/admin/blog_posts6_controller_spec.rb +0 -49
- data/test_rails_app/spec/controllers/admin/blog_posts_controller_spec.rb +0 -987
- data/test_rails_app/spec/controllers/admin/blog_posts_custom_new_and_edit_controller_spec.rb +0 -99
- data/test_rails_app/spec/controllers/admin/blog_posts_read_only_controller_spec.rb +0 -94
- data/test_rails_app/spec/controllers/admin/bookmarks_controller_spec.rb +0 -505
- data/test_rails_app/spec/controllers/admin/comments2_controller_spec.rb +0 -70
- data/test_rails_app/spec/controllers/admin/comments_controller_spec.rb +0 -82
- data/test_rails_app/spec/controllers/admin/file_column_images2_controller_spec.rb +0 -25
- data/test_rails_app/spec/controllers/admin/file_column_images_controller_spec.rb +0 -82
- data/test_rails_app/spec/controllers/admin/images2_controller_spec.rb +0 -44
- data/test_rails_app/spec/controllers/admin/images_controller_spec.rb +0 -97
- data/test_rails_app/spec/controllers/admin/misconfigured1_controller_spec.rb +0 -21
- data/test_rails_app/spec/controllers/admin/not_migrated_yets_controller_spec.rb +0 -10
- data/test_rails_app/spec/controllers/admin/product_categories2_controller_spec.rb +0 -215
- data/test_rails_app/spec/controllers/admin/product_categories_controller_spec.rb +0 -19
- data/test_rails_app/spec/controllers/admin/products2_controller_spec.rb +0 -203
- data/test_rails_app/spec/controllers/admin/products_controller_spec.rb +0 -255
- data/test_rails_app/spec/controllers/admin/television_airings_controller_spec.rb +0 -32
- data/test_rails_app/spec/controllers/admin/television_time_slots_controller_spec.rb +0 -10
- data/test_rails_app/spec/controllers/admin/users2_controller_spec.rb +0 -65
- data/test_rails_app/spec/controllers/admin/users_controller_spec.rb +0 -344
- data/test_rails_app/spec/controllers/blog_posts_controller_spec.rb +0 -13
- data/test_rails_app/spec/data/ruby_throated.jpg +0 -0
- data/test_rails_app/spec/data/tweenbot.jpg +0 -0
- data/test_rails_app/spec/fixtures/appointments.yml +0 -9
- data/test_rails_app/spec/fixtures/blog_post_tags.yml +0 -9
- data/test_rails_app/spec/fixtures/blog_posts.yml +0 -7
- data/test_rails_app/spec/fixtures/bookmarks.yml +0 -11
- data/test_rails_app/spec/fixtures/comments.yml +0 -11
- data/test_rails_app/spec/fixtures/file_column_images.yml +0 -7
- data/test_rails_app/spec/fixtures/images.yml +0 -7
- data/test_rails_app/spec/fixtures/not_migrated_yets.yml +0 -7
- data/test_rails_app/spec/fixtures/product_categories.yml +0 -7
- data/test_rails_app/spec/fixtures/products.yml +0 -9
- data/test_rails_app/spec/fixtures/tags.yml +0 -7
- data/test_rails_app/spec/fixtures/television_airings.yml +0 -11
- data/test_rails_app/spec/fixtures/television_time_slots.yml +0 -7
- data/test_rails_app/spec/fixtures/users.yml +0 -9
- data/test_rails_app/spec/helpers/admin/appointments2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/appointments_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts3_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts4_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts_custom_new_and_edit_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts_read_only_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/bookmarks_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/comments2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/comments_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/file_column_images2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/file_column_images_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/images2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/images_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/misconfigured1_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/not_migrated_yets_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/product_categories2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/product_categories_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/products2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/products_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/television_airings_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/television_time_slots_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/users2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/users_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/blog_posts_helper_spec.rb +0 -11
- data/test_rails_app/spec/models/appointment_spec.rb +0 -16
- data/test_rails_app/spec/models/blog_post_spec.rb +0 -13
- data/test_rails_app/spec/models/blog_post_tag_spec.rb +0 -14
- data/test_rails_app/spec/models/bookmark_spec.rb +0 -15
- data/test_rails_app/spec/models/comment_spec.rb +0 -15
- data/test_rails_app/spec/models/file_column_image_spec.rb +0 -12
- data/test_rails_app/spec/models/image_spec.rb +0 -12
- data/test_rails_app/spec/models/not_migrated_yet_spec.rb +0 -15
- data/test_rails_app/spec/models/product_category_spec.rb +0 -15
- data/test_rails_app/spec/models/product_spec.rb +0 -14
- data/test_rails_app/spec/models/tag_spec.rb +0 -13
- data/test_rails_app/spec/models/television_airing_spec.rb +0 -15
- data/test_rails_app/spec/models/television_time_slot_spec.rb +0 -13
- data/test_rails_app/spec/models/user_spec.rb +0 -14
- data/test_rails_app/spec/rcov.opts +0 -2
- data/test_rails_app/spec/spec.opts +0 -4
- data/test_rails_app/spec/spec_helper.rb +0 -88
- data/test_rails_app/spec/spec_or_test_helper.rb +0 -49
- data/test_rails_app/test/fixtures/file_column_images.yml +0 -7
- data/test_rails_app/test/integration/admin_blog_posts2_integration_test.rb +0 -16
- data/test_rails_app/test/integration/admin_blog_posts5_integration_test.rb +0 -19
- data/test_rails_app/test/integration/admin_blog_posts_integration_test.rb +0 -25
- data/test_rails_app/test/test_helper.rb +0 -28
- data/test_rails_app/vendor/plugins/file_column/CHANGELOG +0 -69
- data/test_rails_app/vendor/plugins/file_column/README +0 -54
- data/test_rails_app/vendor/plugins/file_column/Rakefile +0 -36
- data/test_rails_app/vendor/plugins/file_column/TODO +0 -6
- data/test_rails_app/vendor/plugins/file_column/init.rb +0 -13
- data/test_rails_app/vendor/plugins/file_column/lib/file_column.rb +0 -723
- data/test_rails_app/vendor/plugins/file_column/lib/file_column_helper.rb +0 -150
- data/test_rails_app/vendor/plugins/file_column/lib/file_compat.rb +0 -28
- data/test_rails_app/vendor/plugins/file_column/lib/magick_file_column.rb +0 -260
- data/test_rails_app/vendor/plugins/file_column/lib/rails_file_column.rb +0 -19
- data/test_rails_app/vendor/plugins/file_column/lib/test_case.rb +0 -124
- data/test_rails_app/vendor/plugins/file_column/lib/validations.rb +0 -112
- data/test_rails_app/vendor/plugins/file_column/test/abstract_unit.rb +0 -63
- data/test_rails_app/vendor/plugins/file_column/test/connection.rb +0 -17
- data/test_rails_app/vendor/plugins/file_column/test/file_column_helper_test.rb +0 -97
- data/test_rails_app/vendor/plugins/file_column/test/file_column_test.rb +0 -650
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/entry.rb +0 -32
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/invalid-image.jpg +0 -1
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/kerb.jpg +0 -0
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/mysql.sql +0 -25
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/schema.rb +0 -10
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/skanthak.png +0 -0
- data/test_rails_app/vendor/plugins/file_column/test/magick_test.rb +0 -380
- data/test_rails_app/vendor/plugins/file_column/test/magick_view_only_test.rb +0 -21
data/Rakefile
CHANGED
@@ -55,6 +55,7 @@ begin
|
|
55
55
|
gem.homepage = "http://github.com/fhwang/admin_assistant"
|
56
56
|
gem.authors = ["Francis Hwang"]
|
57
57
|
gem.add_dependency "will_paginate"
|
58
|
+
gem.files.exclude "test_rails_app"
|
58
59
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
59
60
|
end
|
60
61
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
data/admin_assistant.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{admin_assistant}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Francis Hwang"]
|
@@ -65,290 +65,6 @@ Gem::Specification.new do |s|
|
|
65
65
|
"lib/views/multi_form.html.erb",
|
66
66
|
"lib/views/show.html.erb",
|
67
67
|
"tasks/admin_assistant_tasks.rake",
|
68
|
-
"test_rails_app/README",
|
69
|
-
"test_rails_app/Rakefile",
|
70
|
-
"test_rails_app/app/controllers/admin/appointments2_controller.rb",
|
71
|
-
"test_rails_app/app/controllers/admin/appointments_controller.rb",
|
72
|
-
"test_rails_app/app/controllers/admin/blog_posts2_controller.rb",
|
73
|
-
"test_rails_app/app/controllers/admin/blog_posts3_controller.rb",
|
74
|
-
"test_rails_app/app/controllers/admin/blog_posts4_controller.rb",
|
75
|
-
"test_rails_app/app/controllers/admin/blog_posts5_controller.rb",
|
76
|
-
"test_rails_app/app/controllers/admin/blog_posts6_controller.rb",
|
77
|
-
"test_rails_app/app/controllers/admin/blog_posts_controller.rb",
|
78
|
-
"test_rails_app/app/controllers/admin/blog_posts_custom_new_and_edit_controller.rb",
|
79
|
-
"test_rails_app/app/controllers/admin/blog_posts_read_only_controller.rb",
|
80
|
-
"test_rails_app/app/controllers/admin/bookmarks_controller.rb",
|
81
|
-
"test_rails_app/app/controllers/admin/comments2_controller.rb",
|
82
|
-
"test_rails_app/app/controllers/admin/comments_controller.rb",
|
83
|
-
"test_rails_app/app/controllers/admin/file_column_images2_controller.rb",
|
84
|
-
"test_rails_app/app/controllers/admin/file_column_images_controller.rb",
|
85
|
-
"test_rails_app/app/controllers/admin/images2_controller.rb",
|
86
|
-
"test_rails_app/app/controllers/admin/images_controller.rb",
|
87
|
-
"test_rails_app/app/controllers/admin/misconfigured1_controller.rb",
|
88
|
-
"test_rails_app/app/controllers/admin/not_migrated_yets_controller.rb",
|
89
|
-
"test_rails_app/app/controllers/admin/product_categories2_controller.rb",
|
90
|
-
"test_rails_app/app/controllers/admin/product_categories_controller.rb",
|
91
|
-
"test_rails_app/app/controllers/admin/products2_controller.rb",
|
92
|
-
"test_rails_app/app/controllers/admin/products_controller.rb",
|
93
|
-
"test_rails_app/app/controllers/admin/television_airings_controller.rb",
|
94
|
-
"test_rails_app/app/controllers/admin/television_time_slots_controller.rb",
|
95
|
-
"test_rails_app/app/controllers/admin/users2_controller.rb",
|
96
|
-
"test_rails_app/app/controllers/admin/users_controller.rb",
|
97
|
-
"test_rails_app/app/controllers/application.rb",
|
98
|
-
"test_rails_app/app/controllers/application_controller.rb",
|
99
|
-
"test_rails_app/app/controllers/blog_posts_controller.rb",
|
100
|
-
"test_rails_app/app/helpers/admin/appointments2_helper.rb",
|
101
|
-
"test_rails_app/app/helpers/admin/appointments_helper.rb",
|
102
|
-
"test_rails_app/app/helpers/admin/blog_posts2_helper.rb",
|
103
|
-
"test_rails_app/app/helpers/admin/blog_posts3_helper.rb",
|
104
|
-
"test_rails_app/app/helpers/admin/blog_posts4_helper.rb",
|
105
|
-
"test_rails_app/app/helpers/admin/blog_posts6_helper.rb",
|
106
|
-
"test_rails_app/app/helpers/admin/blog_posts_custom_new_and_edit_helper.rb",
|
107
|
-
"test_rails_app/app/helpers/admin/blog_posts_helper.rb",
|
108
|
-
"test_rails_app/app/helpers/admin/blog_posts_read_only_helper.rb",
|
109
|
-
"test_rails_app/app/helpers/admin/bookmarks_helper.rb",
|
110
|
-
"test_rails_app/app/helpers/admin/comments2_helper.rb",
|
111
|
-
"test_rails_app/app/helpers/admin/comments_helper.rb",
|
112
|
-
"test_rails_app/app/helpers/admin/file_column_images2_helper.rb",
|
113
|
-
"test_rails_app/app/helpers/admin/file_column_images_helper.rb",
|
114
|
-
"test_rails_app/app/helpers/admin/images2_helper.rb",
|
115
|
-
"test_rails_app/app/helpers/admin/images_helper.rb",
|
116
|
-
"test_rails_app/app/helpers/admin/misconfigured1_helper.rb",
|
117
|
-
"test_rails_app/app/helpers/admin/not_migrated_yets_helper.rb",
|
118
|
-
"test_rails_app/app/helpers/admin/product_categories2_helper.rb",
|
119
|
-
"test_rails_app/app/helpers/admin/product_categories_helper.rb",
|
120
|
-
"test_rails_app/app/helpers/admin/products2_helper.rb",
|
121
|
-
"test_rails_app/app/helpers/admin/products_helper.rb",
|
122
|
-
"test_rails_app/app/helpers/admin/television_airings_helper.rb",
|
123
|
-
"test_rails_app/app/helpers/admin/television_time_slots_helper.rb",
|
124
|
-
"test_rails_app/app/helpers/admin/users2_helper.rb",
|
125
|
-
"test_rails_app/app/helpers/admin/users_helper.rb",
|
126
|
-
"test_rails_app/app/helpers/application_helper.rb",
|
127
|
-
"test_rails_app/app/helpers/blog_posts_helper.rb",
|
128
|
-
"test_rails_app/app/models/appointment.rb",
|
129
|
-
"test_rails_app/app/models/blog_post.rb",
|
130
|
-
"test_rails_app/app/models/blog_post_tag.rb",
|
131
|
-
"test_rails_app/app/models/bookmark.rb",
|
132
|
-
"test_rails_app/app/models/comment.rb",
|
133
|
-
"test_rails_app/app/models/file_column_image.rb",
|
134
|
-
"test_rails_app/app/models/image.rb",
|
135
|
-
"test_rails_app/app/models/not_migrated_yet.rb",
|
136
|
-
"test_rails_app/app/models/product.rb",
|
137
|
-
"test_rails_app/app/models/product_category.rb",
|
138
|
-
"test_rails_app/app/models/tag.rb",
|
139
|
-
"test_rails_app/app/models/television_airing.rb",
|
140
|
-
"test_rails_app/app/models/television_time_slot.rb",
|
141
|
-
"test_rails_app/app/models/user.rb",
|
142
|
-
"test_rails_app/app/views/admin/appointments/_subject_input.html.erb",
|
143
|
-
"test_rails_app/app/views/admin/appointments2/_time_input.html.erb",
|
144
|
-
"test_rails_app/app/views/admin/blog_posts2/_after_form.html.erb",
|
145
|
-
"test_rails_app/app/views/admin/blog_posts2/_after_index.html.erb",
|
146
|
-
"test_rails_app/app/views/admin/blog_posts2/_after_tags_input.html.erb",
|
147
|
-
"test_rails_app/app/views/admin/blog_posts2/_before_index.html.erb",
|
148
|
-
"test_rails_app/app/views/admin/blog_posts5/_after_index_header.html.erb",
|
149
|
-
"test_rails_app/app/views/admin/blog_posts_read_only/_body_for_show.html.erb",
|
150
|
-
"test_rails_app/app/views/admin/products/_name_input.html.erb",
|
151
|
-
"test_rails_app/app/views/admin/products/_percent_off_input.html.erb",
|
152
|
-
"test_rails_app/app/views/admin/products/_price_input.html.erb",
|
153
|
-
"test_rails_app/app/views/blog_posts/show.html.erb",
|
154
|
-
"test_rails_app/app/views/layouts/admin.html.erb",
|
155
|
-
"test_rails_app/config/boot.rb",
|
156
|
-
"test_rails_app/config/database.yml",
|
157
|
-
"test_rails_app/config/environment.rb",
|
158
|
-
"test_rails_app/config/environments/development.rb",
|
159
|
-
"test_rails_app/config/environments/production.rb",
|
160
|
-
"test_rails_app/config/environments/test.rb",
|
161
|
-
"test_rails_app/config/initializers/inflections.rb",
|
162
|
-
"test_rails_app/config/initializers/mime_types.rb",
|
163
|
-
"test_rails_app/config/initializers/new_rails_defaults.rb",
|
164
|
-
"test_rails_app/config/locales/en.yml",
|
165
|
-
"test_rails_app/config/routes.rb",
|
166
|
-
"test_rails_app/db/migrate/20090213215514_create_blog_posts.rb",
|
167
|
-
"test_rails_app/db/migrate/20090217225542_add_body_to_blog_posts.rb",
|
168
|
-
"test_rails_app/db/migrate/20090221220917_create_tags.rb",
|
169
|
-
"test_rails_app/db/migrate/20090221220947_create_blog_post_tags.rb",
|
170
|
-
"test_rails_app/db/migrate/20090222162204_add_textile_to_blog_posts.rb",
|
171
|
-
"test_rails_app/db/migrate/20090222163231_add_published_at_to_blog_posts.rb",
|
172
|
-
"test_rails_app/db/migrate/20090301191722_create_images.rb",
|
173
|
-
"test_rails_app/db/migrate/20090305165345_create_accounts.rb",
|
174
|
-
"test_rails_app/db/migrate/20090307225027_rename_accounts_to_users.rb",
|
175
|
-
"test_rails_app/db/migrate/20090307225750_add_user_id_to_blog_posts.rb",
|
176
|
-
"test_rails_app/db/migrate/20090309185114_change_blog_posts_textile.rb",
|
177
|
-
"test_rails_app/db/migrate/20090309193635_create_products.rb",
|
178
|
-
"test_rails_app/db/migrate/20090309203056_create_comments.rb",
|
179
|
-
"test_rails_app/db/migrate/20090323005947_create_file_column_images.rb",
|
180
|
-
"test_rails_app/db/migrate/20090326160049_add_birthday_to_users.rb",
|
181
|
-
"test_rails_app/db/migrate/20090326223606_add_state_to_users.rb",
|
182
|
-
"test_rails_app/db/migrate/20090503134004_add_file_column_image_to_products.rb",
|
183
|
-
"test_rails_app/db/migrate/20090617173651_create_bookmarks.rb",
|
184
|
-
"test_rails_app/db/migrate/20090624165355_add_tags_string_to_blog_post.rb",
|
185
|
-
"test_rails_app/db/migrate/20090625144313_add_avatar_fields_to_user.rb",
|
186
|
-
"test_rails_app/db/migrate/20090629202956_add_merged_into_to_blog_posts.rb",
|
187
|
-
"test_rails_app/db/migrate/20090701171857_add_force_textile_to_users.rb",
|
188
|
-
"test_rails_app/db/migrate/20090704163647_add_deleted_at_to_products.rb",
|
189
|
-
"test_rails_app/db/migrate/20090704173800_add_sale_fields_to_products.rb",
|
190
|
-
"test_rails_app/db/migrate/20090714024501_create_product_categories.rb",
|
191
|
-
"test_rails_app/db/migrate/20090819162835_add_admin_level_to_users.rb",
|
192
|
-
"test_rails_app/db/migrate/20091115134559_add_first_and_last_names_to_users.rb",
|
193
|
-
"test_rails_app/db/migrate/20091221011256_add_position_to_product_categories.rb",
|
194
|
-
"test_rails_app/db/migrate/20091222160814_create_appointments.rb",
|
195
|
-
"test_rails_app/db/migrate/20091227224547_add_user_id_to_appointments.rb",
|
196
|
-
"test_rails_app/db/migrate/20100214213359_create_television_time_slots.rb",
|
197
|
-
"test_rails_app/db/migrate/20100214213451_create_television_airings.rb",
|
198
|
-
"test_rails_app/doc/README_FOR_APP",
|
199
|
-
"test_rails_app/lib/tasks/rspec.rake",
|
200
|
-
"test_rails_app/public/404.html",
|
201
|
-
"test_rails_app/public/422.html",
|
202
|
-
"test_rails_app/public/500.html",
|
203
|
-
"test_rails_app/public/dispatch.cgi",
|
204
|
-
"test_rails_app/public/dispatch.fcgi",
|
205
|
-
"test_rails_app/public/dispatch.rb",
|
206
|
-
"test_rails_app/public/favicon.ico",
|
207
|
-
"test_rails_app/public/images/rails.png",
|
208
|
-
"test_rails_app/public/index.html",
|
209
|
-
"test_rails_app/public/javascripts/application.js",
|
210
|
-
"test_rails_app/public/javascripts/controls.js",
|
211
|
-
"test_rails_app/public/javascripts/dragdrop.js",
|
212
|
-
"test_rails_app/public/javascripts/effects.js",
|
213
|
-
"test_rails_app/public/javascripts/prototype.js",
|
214
|
-
"test_rails_app/public/robots.txt",
|
215
|
-
"test_rails_app/public/stylesheets/admin.css",
|
216
|
-
"test_rails_app/public/stylesheets/scaffold.css",
|
217
|
-
"test_rails_app/script/about",
|
218
|
-
"test_rails_app/script/autospec",
|
219
|
-
"test_rails_app/script/console",
|
220
|
-
"test_rails_app/script/dbconsole",
|
221
|
-
"test_rails_app/script/destroy",
|
222
|
-
"test_rails_app/script/generate",
|
223
|
-
"test_rails_app/script/performance/benchmarker",
|
224
|
-
"test_rails_app/script/performance/profiler",
|
225
|
-
"test_rails_app/script/performance/request",
|
226
|
-
"test_rails_app/script/plugin",
|
227
|
-
"test_rails_app/script/populate_tables.rb",
|
228
|
-
"test_rails_app/script/process/inspector",
|
229
|
-
"test_rails_app/script/process/reaper",
|
230
|
-
"test_rails_app/script/process/spawner",
|
231
|
-
"test_rails_app/script/runner",
|
232
|
-
"test_rails_app/script/server",
|
233
|
-
"test_rails_app/script/spec",
|
234
|
-
"test_rails_app/script/spec_server",
|
235
|
-
"test_rails_app/spec/controllers/admin/appointments2_controller_spec.rb",
|
236
|
-
"test_rails_app/spec/controllers/admin/appointments_controller_spec.rb",
|
237
|
-
"test_rails_app/spec/controllers/admin/blog_posts2_controller_spec.rb",
|
238
|
-
"test_rails_app/spec/controllers/admin/blog_posts3_controller_spec.rb",
|
239
|
-
"test_rails_app/spec/controllers/admin/blog_posts4_controller_spec.rb",
|
240
|
-
"test_rails_app/spec/controllers/admin/blog_posts5_controller_spec.rb",
|
241
|
-
"test_rails_app/spec/controllers/admin/blog_posts6_controller_spec.rb",
|
242
|
-
"test_rails_app/spec/controllers/admin/blog_posts_controller_spec.rb",
|
243
|
-
"test_rails_app/spec/controllers/admin/blog_posts_custom_new_and_edit_controller_spec.rb",
|
244
|
-
"test_rails_app/spec/controllers/admin/blog_posts_read_only_controller_spec.rb",
|
245
|
-
"test_rails_app/spec/controllers/admin/bookmarks_controller_spec.rb",
|
246
|
-
"test_rails_app/spec/controllers/admin/comments2_controller_spec.rb",
|
247
|
-
"test_rails_app/spec/controllers/admin/comments_controller_spec.rb",
|
248
|
-
"test_rails_app/spec/controllers/admin/file_column_images2_controller_spec.rb",
|
249
|
-
"test_rails_app/spec/controllers/admin/file_column_images_controller_spec.rb",
|
250
|
-
"test_rails_app/spec/controllers/admin/images2_controller_spec.rb",
|
251
|
-
"test_rails_app/spec/controllers/admin/images_controller_spec.rb",
|
252
|
-
"test_rails_app/spec/controllers/admin/misconfigured1_controller_spec.rb",
|
253
|
-
"test_rails_app/spec/controllers/admin/not_migrated_yets_controller_spec.rb",
|
254
|
-
"test_rails_app/spec/controllers/admin/product_categories2_controller_spec.rb",
|
255
|
-
"test_rails_app/spec/controllers/admin/product_categories_controller_spec.rb",
|
256
|
-
"test_rails_app/spec/controllers/admin/products2_controller_spec.rb",
|
257
|
-
"test_rails_app/spec/controllers/admin/products_controller_spec.rb",
|
258
|
-
"test_rails_app/spec/controllers/admin/television_airings_controller_spec.rb",
|
259
|
-
"test_rails_app/spec/controllers/admin/television_time_slots_controller_spec.rb",
|
260
|
-
"test_rails_app/spec/controllers/admin/users2_controller_spec.rb",
|
261
|
-
"test_rails_app/spec/controllers/admin/users_controller_spec.rb",
|
262
|
-
"test_rails_app/spec/controllers/blog_posts_controller_spec.rb",
|
263
|
-
"test_rails_app/spec/data/ruby_throated.jpg",
|
264
|
-
"test_rails_app/spec/data/tweenbot.jpg",
|
265
|
-
"test_rails_app/spec/fixtures/appointments.yml",
|
266
|
-
"test_rails_app/spec/fixtures/blog_post_tags.yml",
|
267
|
-
"test_rails_app/spec/fixtures/blog_posts.yml",
|
268
|
-
"test_rails_app/spec/fixtures/bookmarks.yml",
|
269
|
-
"test_rails_app/spec/fixtures/comments.yml",
|
270
|
-
"test_rails_app/spec/fixtures/file_column_images.yml",
|
271
|
-
"test_rails_app/spec/fixtures/images.yml",
|
272
|
-
"test_rails_app/spec/fixtures/not_migrated_yets.yml",
|
273
|
-
"test_rails_app/spec/fixtures/product_categories.yml",
|
274
|
-
"test_rails_app/spec/fixtures/products.yml",
|
275
|
-
"test_rails_app/spec/fixtures/tags.yml",
|
276
|
-
"test_rails_app/spec/fixtures/television_airings.yml",
|
277
|
-
"test_rails_app/spec/fixtures/television_time_slots.yml",
|
278
|
-
"test_rails_app/spec/fixtures/users.yml",
|
279
|
-
"test_rails_app/spec/helpers/admin/appointments2_helper_spec.rb",
|
280
|
-
"test_rails_app/spec/helpers/admin/appointments_helper_spec.rb",
|
281
|
-
"test_rails_app/spec/helpers/admin/blog_posts2_helper_spec.rb",
|
282
|
-
"test_rails_app/spec/helpers/admin/blog_posts3_helper_spec.rb",
|
283
|
-
"test_rails_app/spec/helpers/admin/blog_posts4_helper_spec.rb",
|
284
|
-
"test_rails_app/spec/helpers/admin/blog_posts_custom_new_and_edit_helper_spec.rb",
|
285
|
-
"test_rails_app/spec/helpers/admin/blog_posts_helper_spec.rb",
|
286
|
-
"test_rails_app/spec/helpers/admin/blog_posts_read_only_helper_spec.rb",
|
287
|
-
"test_rails_app/spec/helpers/admin/bookmarks_helper_spec.rb",
|
288
|
-
"test_rails_app/spec/helpers/admin/comments2_helper_spec.rb",
|
289
|
-
"test_rails_app/spec/helpers/admin/comments_helper_spec.rb",
|
290
|
-
"test_rails_app/spec/helpers/admin/file_column_images2_helper_spec.rb",
|
291
|
-
"test_rails_app/spec/helpers/admin/file_column_images_helper_spec.rb",
|
292
|
-
"test_rails_app/spec/helpers/admin/images2_helper_spec.rb",
|
293
|
-
"test_rails_app/spec/helpers/admin/images_helper_spec.rb",
|
294
|
-
"test_rails_app/spec/helpers/admin/misconfigured1_helper_spec.rb",
|
295
|
-
"test_rails_app/spec/helpers/admin/not_migrated_yets_helper_spec.rb",
|
296
|
-
"test_rails_app/spec/helpers/admin/product_categories2_helper_spec.rb",
|
297
|
-
"test_rails_app/spec/helpers/admin/product_categories_helper_spec.rb",
|
298
|
-
"test_rails_app/spec/helpers/admin/products2_helper_spec.rb",
|
299
|
-
"test_rails_app/spec/helpers/admin/products_helper_spec.rb",
|
300
|
-
"test_rails_app/spec/helpers/admin/television_airings_helper_spec.rb",
|
301
|
-
"test_rails_app/spec/helpers/admin/television_time_slots_helper_spec.rb",
|
302
|
-
"test_rails_app/spec/helpers/admin/users2_helper_spec.rb",
|
303
|
-
"test_rails_app/spec/helpers/admin/users_helper_spec.rb",
|
304
|
-
"test_rails_app/spec/helpers/blog_posts_helper_spec.rb",
|
305
|
-
"test_rails_app/spec/models/appointment_spec.rb",
|
306
|
-
"test_rails_app/spec/models/blog_post_spec.rb",
|
307
|
-
"test_rails_app/spec/models/blog_post_tag_spec.rb",
|
308
|
-
"test_rails_app/spec/models/bookmark_spec.rb",
|
309
|
-
"test_rails_app/spec/models/comment_spec.rb",
|
310
|
-
"test_rails_app/spec/models/file_column_image_spec.rb",
|
311
|
-
"test_rails_app/spec/models/image_spec.rb",
|
312
|
-
"test_rails_app/spec/models/not_migrated_yet_spec.rb",
|
313
|
-
"test_rails_app/spec/models/product_category_spec.rb",
|
314
|
-
"test_rails_app/spec/models/product_spec.rb",
|
315
|
-
"test_rails_app/spec/models/tag_spec.rb",
|
316
|
-
"test_rails_app/spec/models/television_airing_spec.rb",
|
317
|
-
"test_rails_app/spec/models/television_time_slot_spec.rb",
|
318
|
-
"test_rails_app/spec/models/user_spec.rb",
|
319
|
-
"test_rails_app/spec/rcov.opts",
|
320
|
-
"test_rails_app/spec/spec.opts",
|
321
|
-
"test_rails_app/spec/spec_helper.rb",
|
322
|
-
"test_rails_app/spec/spec_or_test_helper.rb",
|
323
|
-
"test_rails_app/test/fixtures/file_column_images.yml",
|
324
|
-
"test_rails_app/test/integration/admin_blog_posts2_integration_test.rb",
|
325
|
-
"test_rails_app/test/integration/admin_blog_posts5_integration_test.rb",
|
326
|
-
"test_rails_app/test/integration/admin_blog_posts_integration_test.rb",
|
327
|
-
"test_rails_app/test/test_helper.rb",
|
328
|
-
"test_rails_app/vendor/plugins/file_column/CHANGELOG",
|
329
|
-
"test_rails_app/vendor/plugins/file_column/README",
|
330
|
-
"test_rails_app/vendor/plugins/file_column/Rakefile",
|
331
|
-
"test_rails_app/vendor/plugins/file_column/TODO",
|
332
|
-
"test_rails_app/vendor/plugins/file_column/init.rb",
|
333
|
-
"test_rails_app/vendor/plugins/file_column/lib/file_column.rb",
|
334
|
-
"test_rails_app/vendor/plugins/file_column/lib/file_column_helper.rb",
|
335
|
-
"test_rails_app/vendor/plugins/file_column/lib/file_compat.rb",
|
336
|
-
"test_rails_app/vendor/plugins/file_column/lib/magick_file_column.rb",
|
337
|
-
"test_rails_app/vendor/plugins/file_column/lib/rails_file_column.rb",
|
338
|
-
"test_rails_app/vendor/plugins/file_column/lib/test_case.rb",
|
339
|
-
"test_rails_app/vendor/plugins/file_column/lib/validations.rb",
|
340
|
-
"test_rails_app/vendor/plugins/file_column/test/abstract_unit.rb",
|
341
|
-
"test_rails_app/vendor/plugins/file_column/test/connection.rb",
|
342
|
-
"test_rails_app/vendor/plugins/file_column/test/file_column_helper_test.rb",
|
343
|
-
"test_rails_app/vendor/plugins/file_column/test/file_column_test.rb",
|
344
|
-
"test_rails_app/vendor/plugins/file_column/test/fixtures/entry.rb",
|
345
|
-
"test_rails_app/vendor/plugins/file_column/test/fixtures/invalid-image.jpg",
|
346
|
-
"test_rails_app/vendor/plugins/file_column/test/fixtures/kerb.jpg",
|
347
|
-
"test_rails_app/vendor/plugins/file_column/test/fixtures/mysql.sql",
|
348
|
-
"test_rails_app/vendor/plugins/file_column/test/fixtures/schema.rb",
|
349
|
-
"test_rails_app/vendor/plugins/file_column/test/fixtures/skanthak.png",
|
350
|
-
"test_rails_app/vendor/plugins/file_column/test/magick_test.rb",
|
351
|
-
"test_rails_app/vendor/plugins/file_column/test/magick_view_only_test.rb",
|
352
68
|
"uninstall.rb",
|
353
69
|
"vendor/ar_query/MIT-LICENSE",
|
354
70
|
"vendor/ar_query/README",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: admin_assistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Francis Hwang
|
@@ -90,290 +90,6 @@ files:
|
|
90
90
|
- lib/views/multi_form.html.erb
|
91
91
|
- lib/views/show.html.erb
|
92
92
|
- tasks/admin_assistant_tasks.rake
|
93
|
-
- test_rails_app/README
|
94
|
-
- test_rails_app/Rakefile
|
95
|
-
- test_rails_app/app/controllers/admin/appointments2_controller.rb
|
96
|
-
- test_rails_app/app/controllers/admin/appointments_controller.rb
|
97
|
-
- test_rails_app/app/controllers/admin/blog_posts2_controller.rb
|
98
|
-
- test_rails_app/app/controllers/admin/blog_posts3_controller.rb
|
99
|
-
- test_rails_app/app/controllers/admin/blog_posts4_controller.rb
|
100
|
-
- test_rails_app/app/controllers/admin/blog_posts5_controller.rb
|
101
|
-
- test_rails_app/app/controllers/admin/blog_posts6_controller.rb
|
102
|
-
- test_rails_app/app/controllers/admin/blog_posts_controller.rb
|
103
|
-
- test_rails_app/app/controllers/admin/blog_posts_custom_new_and_edit_controller.rb
|
104
|
-
- test_rails_app/app/controllers/admin/blog_posts_read_only_controller.rb
|
105
|
-
- test_rails_app/app/controllers/admin/bookmarks_controller.rb
|
106
|
-
- test_rails_app/app/controllers/admin/comments2_controller.rb
|
107
|
-
- test_rails_app/app/controllers/admin/comments_controller.rb
|
108
|
-
- test_rails_app/app/controllers/admin/file_column_images2_controller.rb
|
109
|
-
- test_rails_app/app/controllers/admin/file_column_images_controller.rb
|
110
|
-
- test_rails_app/app/controllers/admin/images2_controller.rb
|
111
|
-
- test_rails_app/app/controllers/admin/images_controller.rb
|
112
|
-
- test_rails_app/app/controllers/admin/misconfigured1_controller.rb
|
113
|
-
- test_rails_app/app/controllers/admin/not_migrated_yets_controller.rb
|
114
|
-
- test_rails_app/app/controllers/admin/product_categories2_controller.rb
|
115
|
-
- test_rails_app/app/controllers/admin/product_categories_controller.rb
|
116
|
-
- test_rails_app/app/controllers/admin/products2_controller.rb
|
117
|
-
- test_rails_app/app/controllers/admin/products_controller.rb
|
118
|
-
- test_rails_app/app/controllers/admin/television_airings_controller.rb
|
119
|
-
- test_rails_app/app/controllers/admin/television_time_slots_controller.rb
|
120
|
-
- test_rails_app/app/controllers/admin/users2_controller.rb
|
121
|
-
- test_rails_app/app/controllers/admin/users_controller.rb
|
122
|
-
- test_rails_app/app/controllers/application.rb
|
123
|
-
- test_rails_app/app/controllers/application_controller.rb
|
124
|
-
- test_rails_app/app/controllers/blog_posts_controller.rb
|
125
|
-
- test_rails_app/app/helpers/admin/appointments2_helper.rb
|
126
|
-
- test_rails_app/app/helpers/admin/appointments_helper.rb
|
127
|
-
- test_rails_app/app/helpers/admin/blog_posts2_helper.rb
|
128
|
-
- test_rails_app/app/helpers/admin/blog_posts3_helper.rb
|
129
|
-
- test_rails_app/app/helpers/admin/blog_posts4_helper.rb
|
130
|
-
- test_rails_app/app/helpers/admin/blog_posts6_helper.rb
|
131
|
-
- test_rails_app/app/helpers/admin/blog_posts_custom_new_and_edit_helper.rb
|
132
|
-
- test_rails_app/app/helpers/admin/blog_posts_helper.rb
|
133
|
-
- test_rails_app/app/helpers/admin/blog_posts_read_only_helper.rb
|
134
|
-
- test_rails_app/app/helpers/admin/bookmarks_helper.rb
|
135
|
-
- test_rails_app/app/helpers/admin/comments2_helper.rb
|
136
|
-
- test_rails_app/app/helpers/admin/comments_helper.rb
|
137
|
-
- test_rails_app/app/helpers/admin/file_column_images2_helper.rb
|
138
|
-
- test_rails_app/app/helpers/admin/file_column_images_helper.rb
|
139
|
-
- test_rails_app/app/helpers/admin/images2_helper.rb
|
140
|
-
- test_rails_app/app/helpers/admin/images_helper.rb
|
141
|
-
- test_rails_app/app/helpers/admin/misconfigured1_helper.rb
|
142
|
-
- test_rails_app/app/helpers/admin/not_migrated_yets_helper.rb
|
143
|
-
- test_rails_app/app/helpers/admin/product_categories2_helper.rb
|
144
|
-
- test_rails_app/app/helpers/admin/product_categories_helper.rb
|
145
|
-
- test_rails_app/app/helpers/admin/products2_helper.rb
|
146
|
-
- test_rails_app/app/helpers/admin/products_helper.rb
|
147
|
-
- test_rails_app/app/helpers/admin/television_airings_helper.rb
|
148
|
-
- test_rails_app/app/helpers/admin/television_time_slots_helper.rb
|
149
|
-
- test_rails_app/app/helpers/admin/users2_helper.rb
|
150
|
-
- test_rails_app/app/helpers/admin/users_helper.rb
|
151
|
-
- test_rails_app/app/helpers/application_helper.rb
|
152
|
-
- test_rails_app/app/helpers/blog_posts_helper.rb
|
153
|
-
- test_rails_app/app/models/appointment.rb
|
154
|
-
- test_rails_app/app/models/blog_post.rb
|
155
|
-
- test_rails_app/app/models/blog_post_tag.rb
|
156
|
-
- test_rails_app/app/models/bookmark.rb
|
157
|
-
- test_rails_app/app/models/comment.rb
|
158
|
-
- test_rails_app/app/models/file_column_image.rb
|
159
|
-
- test_rails_app/app/models/image.rb
|
160
|
-
- test_rails_app/app/models/not_migrated_yet.rb
|
161
|
-
- test_rails_app/app/models/product.rb
|
162
|
-
- test_rails_app/app/models/product_category.rb
|
163
|
-
- test_rails_app/app/models/tag.rb
|
164
|
-
- test_rails_app/app/models/television_airing.rb
|
165
|
-
- test_rails_app/app/models/television_time_slot.rb
|
166
|
-
- test_rails_app/app/models/user.rb
|
167
|
-
- test_rails_app/app/views/admin/appointments/_subject_input.html.erb
|
168
|
-
- test_rails_app/app/views/admin/appointments2/_time_input.html.erb
|
169
|
-
- test_rails_app/app/views/admin/blog_posts2/_after_form.html.erb
|
170
|
-
- test_rails_app/app/views/admin/blog_posts2/_after_index.html.erb
|
171
|
-
- test_rails_app/app/views/admin/blog_posts2/_after_tags_input.html.erb
|
172
|
-
- test_rails_app/app/views/admin/blog_posts2/_before_index.html.erb
|
173
|
-
- test_rails_app/app/views/admin/blog_posts5/_after_index_header.html.erb
|
174
|
-
- test_rails_app/app/views/admin/blog_posts_read_only/_body_for_show.html.erb
|
175
|
-
- test_rails_app/app/views/admin/products/_name_input.html.erb
|
176
|
-
- test_rails_app/app/views/admin/products/_percent_off_input.html.erb
|
177
|
-
- test_rails_app/app/views/admin/products/_price_input.html.erb
|
178
|
-
- test_rails_app/app/views/blog_posts/show.html.erb
|
179
|
-
- test_rails_app/app/views/layouts/admin.html.erb
|
180
|
-
- test_rails_app/config/boot.rb
|
181
|
-
- test_rails_app/config/database.yml
|
182
|
-
- test_rails_app/config/environment.rb
|
183
|
-
- test_rails_app/config/environments/development.rb
|
184
|
-
- test_rails_app/config/environments/production.rb
|
185
|
-
- test_rails_app/config/environments/test.rb
|
186
|
-
- test_rails_app/config/initializers/inflections.rb
|
187
|
-
- test_rails_app/config/initializers/mime_types.rb
|
188
|
-
- test_rails_app/config/initializers/new_rails_defaults.rb
|
189
|
-
- test_rails_app/config/locales/en.yml
|
190
|
-
- test_rails_app/config/routes.rb
|
191
|
-
- test_rails_app/db/migrate/20090213215514_create_blog_posts.rb
|
192
|
-
- test_rails_app/db/migrate/20090217225542_add_body_to_blog_posts.rb
|
193
|
-
- test_rails_app/db/migrate/20090221220917_create_tags.rb
|
194
|
-
- test_rails_app/db/migrate/20090221220947_create_blog_post_tags.rb
|
195
|
-
- test_rails_app/db/migrate/20090222162204_add_textile_to_blog_posts.rb
|
196
|
-
- test_rails_app/db/migrate/20090222163231_add_published_at_to_blog_posts.rb
|
197
|
-
- test_rails_app/db/migrate/20090301191722_create_images.rb
|
198
|
-
- test_rails_app/db/migrate/20090305165345_create_accounts.rb
|
199
|
-
- test_rails_app/db/migrate/20090307225027_rename_accounts_to_users.rb
|
200
|
-
- test_rails_app/db/migrate/20090307225750_add_user_id_to_blog_posts.rb
|
201
|
-
- test_rails_app/db/migrate/20090309185114_change_blog_posts_textile.rb
|
202
|
-
- test_rails_app/db/migrate/20090309193635_create_products.rb
|
203
|
-
- test_rails_app/db/migrate/20090309203056_create_comments.rb
|
204
|
-
- test_rails_app/db/migrate/20090323005947_create_file_column_images.rb
|
205
|
-
- test_rails_app/db/migrate/20090326160049_add_birthday_to_users.rb
|
206
|
-
- test_rails_app/db/migrate/20090326223606_add_state_to_users.rb
|
207
|
-
- test_rails_app/db/migrate/20090503134004_add_file_column_image_to_products.rb
|
208
|
-
- test_rails_app/db/migrate/20090617173651_create_bookmarks.rb
|
209
|
-
- test_rails_app/db/migrate/20090624165355_add_tags_string_to_blog_post.rb
|
210
|
-
- test_rails_app/db/migrate/20090625144313_add_avatar_fields_to_user.rb
|
211
|
-
- test_rails_app/db/migrate/20090629202956_add_merged_into_to_blog_posts.rb
|
212
|
-
- test_rails_app/db/migrate/20090701171857_add_force_textile_to_users.rb
|
213
|
-
- test_rails_app/db/migrate/20090704163647_add_deleted_at_to_products.rb
|
214
|
-
- test_rails_app/db/migrate/20090704173800_add_sale_fields_to_products.rb
|
215
|
-
- test_rails_app/db/migrate/20090714024501_create_product_categories.rb
|
216
|
-
- test_rails_app/db/migrate/20090819162835_add_admin_level_to_users.rb
|
217
|
-
- test_rails_app/db/migrate/20091115134559_add_first_and_last_names_to_users.rb
|
218
|
-
- test_rails_app/db/migrate/20091221011256_add_position_to_product_categories.rb
|
219
|
-
- test_rails_app/db/migrate/20091222160814_create_appointments.rb
|
220
|
-
- test_rails_app/db/migrate/20091227224547_add_user_id_to_appointments.rb
|
221
|
-
- test_rails_app/db/migrate/20100214213359_create_television_time_slots.rb
|
222
|
-
- test_rails_app/db/migrate/20100214213451_create_television_airings.rb
|
223
|
-
- test_rails_app/doc/README_FOR_APP
|
224
|
-
- test_rails_app/lib/tasks/rspec.rake
|
225
|
-
- test_rails_app/public/404.html
|
226
|
-
- test_rails_app/public/422.html
|
227
|
-
- test_rails_app/public/500.html
|
228
|
-
- test_rails_app/public/dispatch.cgi
|
229
|
-
- test_rails_app/public/dispatch.fcgi
|
230
|
-
- test_rails_app/public/dispatch.rb
|
231
|
-
- test_rails_app/public/favicon.ico
|
232
|
-
- test_rails_app/public/images/rails.png
|
233
|
-
- test_rails_app/public/index.html
|
234
|
-
- test_rails_app/public/javascripts/application.js
|
235
|
-
- test_rails_app/public/javascripts/controls.js
|
236
|
-
- test_rails_app/public/javascripts/dragdrop.js
|
237
|
-
- test_rails_app/public/javascripts/effects.js
|
238
|
-
- test_rails_app/public/javascripts/prototype.js
|
239
|
-
- test_rails_app/public/robots.txt
|
240
|
-
- test_rails_app/public/stylesheets/admin.css
|
241
|
-
- test_rails_app/public/stylesheets/scaffold.css
|
242
|
-
- test_rails_app/script/about
|
243
|
-
- test_rails_app/script/autospec
|
244
|
-
- test_rails_app/script/console
|
245
|
-
- test_rails_app/script/dbconsole
|
246
|
-
- test_rails_app/script/destroy
|
247
|
-
- test_rails_app/script/generate
|
248
|
-
- test_rails_app/script/performance/benchmarker
|
249
|
-
- test_rails_app/script/performance/profiler
|
250
|
-
- test_rails_app/script/performance/request
|
251
|
-
- test_rails_app/script/plugin
|
252
|
-
- test_rails_app/script/populate_tables.rb
|
253
|
-
- test_rails_app/script/process/inspector
|
254
|
-
- test_rails_app/script/process/reaper
|
255
|
-
- test_rails_app/script/process/spawner
|
256
|
-
- test_rails_app/script/runner
|
257
|
-
- test_rails_app/script/server
|
258
|
-
- test_rails_app/script/spec
|
259
|
-
- test_rails_app/script/spec_server
|
260
|
-
- test_rails_app/spec/controllers/admin/appointments2_controller_spec.rb
|
261
|
-
- test_rails_app/spec/controllers/admin/appointments_controller_spec.rb
|
262
|
-
- test_rails_app/spec/controllers/admin/blog_posts2_controller_spec.rb
|
263
|
-
- test_rails_app/spec/controllers/admin/blog_posts3_controller_spec.rb
|
264
|
-
- test_rails_app/spec/controllers/admin/blog_posts4_controller_spec.rb
|
265
|
-
- test_rails_app/spec/controllers/admin/blog_posts5_controller_spec.rb
|
266
|
-
- test_rails_app/spec/controllers/admin/blog_posts6_controller_spec.rb
|
267
|
-
- test_rails_app/spec/controllers/admin/blog_posts_controller_spec.rb
|
268
|
-
- test_rails_app/spec/controllers/admin/blog_posts_custom_new_and_edit_controller_spec.rb
|
269
|
-
- test_rails_app/spec/controllers/admin/blog_posts_read_only_controller_spec.rb
|
270
|
-
- test_rails_app/spec/controllers/admin/bookmarks_controller_spec.rb
|
271
|
-
- test_rails_app/spec/controllers/admin/comments2_controller_spec.rb
|
272
|
-
- test_rails_app/spec/controllers/admin/comments_controller_spec.rb
|
273
|
-
- test_rails_app/spec/controllers/admin/file_column_images2_controller_spec.rb
|
274
|
-
- test_rails_app/spec/controllers/admin/file_column_images_controller_spec.rb
|
275
|
-
- test_rails_app/spec/controllers/admin/images2_controller_spec.rb
|
276
|
-
- test_rails_app/spec/controllers/admin/images_controller_spec.rb
|
277
|
-
- test_rails_app/spec/controllers/admin/misconfigured1_controller_spec.rb
|
278
|
-
- test_rails_app/spec/controllers/admin/not_migrated_yets_controller_spec.rb
|
279
|
-
- test_rails_app/spec/controllers/admin/product_categories2_controller_spec.rb
|
280
|
-
- test_rails_app/spec/controllers/admin/product_categories_controller_spec.rb
|
281
|
-
- test_rails_app/spec/controllers/admin/products2_controller_spec.rb
|
282
|
-
- test_rails_app/spec/controllers/admin/products_controller_spec.rb
|
283
|
-
- test_rails_app/spec/controllers/admin/television_airings_controller_spec.rb
|
284
|
-
- test_rails_app/spec/controllers/admin/television_time_slots_controller_spec.rb
|
285
|
-
- test_rails_app/spec/controllers/admin/users2_controller_spec.rb
|
286
|
-
- test_rails_app/spec/controllers/admin/users_controller_spec.rb
|
287
|
-
- test_rails_app/spec/controllers/blog_posts_controller_spec.rb
|
288
|
-
- test_rails_app/spec/data/ruby_throated.jpg
|
289
|
-
- test_rails_app/spec/data/tweenbot.jpg
|
290
|
-
- test_rails_app/spec/fixtures/appointments.yml
|
291
|
-
- test_rails_app/spec/fixtures/blog_post_tags.yml
|
292
|
-
- test_rails_app/spec/fixtures/blog_posts.yml
|
293
|
-
- test_rails_app/spec/fixtures/bookmarks.yml
|
294
|
-
- test_rails_app/spec/fixtures/comments.yml
|
295
|
-
- test_rails_app/spec/fixtures/file_column_images.yml
|
296
|
-
- test_rails_app/spec/fixtures/images.yml
|
297
|
-
- test_rails_app/spec/fixtures/not_migrated_yets.yml
|
298
|
-
- test_rails_app/spec/fixtures/product_categories.yml
|
299
|
-
- test_rails_app/spec/fixtures/products.yml
|
300
|
-
- test_rails_app/spec/fixtures/tags.yml
|
301
|
-
- test_rails_app/spec/fixtures/television_airings.yml
|
302
|
-
- test_rails_app/spec/fixtures/television_time_slots.yml
|
303
|
-
- test_rails_app/spec/fixtures/users.yml
|
304
|
-
- test_rails_app/spec/helpers/admin/appointments2_helper_spec.rb
|
305
|
-
- test_rails_app/spec/helpers/admin/appointments_helper_spec.rb
|
306
|
-
- test_rails_app/spec/helpers/admin/blog_posts2_helper_spec.rb
|
307
|
-
- test_rails_app/spec/helpers/admin/blog_posts3_helper_spec.rb
|
308
|
-
- test_rails_app/spec/helpers/admin/blog_posts4_helper_spec.rb
|
309
|
-
- test_rails_app/spec/helpers/admin/blog_posts_custom_new_and_edit_helper_spec.rb
|
310
|
-
- test_rails_app/spec/helpers/admin/blog_posts_helper_spec.rb
|
311
|
-
- test_rails_app/spec/helpers/admin/blog_posts_read_only_helper_spec.rb
|
312
|
-
- test_rails_app/spec/helpers/admin/bookmarks_helper_spec.rb
|
313
|
-
- test_rails_app/spec/helpers/admin/comments2_helper_spec.rb
|
314
|
-
- test_rails_app/spec/helpers/admin/comments_helper_spec.rb
|
315
|
-
- test_rails_app/spec/helpers/admin/file_column_images2_helper_spec.rb
|
316
|
-
- test_rails_app/spec/helpers/admin/file_column_images_helper_spec.rb
|
317
|
-
- test_rails_app/spec/helpers/admin/images2_helper_spec.rb
|
318
|
-
- test_rails_app/spec/helpers/admin/images_helper_spec.rb
|
319
|
-
- test_rails_app/spec/helpers/admin/misconfigured1_helper_spec.rb
|
320
|
-
- test_rails_app/spec/helpers/admin/not_migrated_yets_helper_spec.rb
|
321
|
-
- test_rails_app/spec/helpers/admin/product_categories2_helper_spec.rb
|
322
|
-
- test_rails_app/spec/helpers/admin/product_categories_helper_spec.rb
|
323
|
-
- test_rails_app/spec/helpers/admin/products2_helper_spec.rb
|
324
|
-
- test_rails_app/spec/helpers/admin/products_helper_spec.rb
|
325
|
-
- test_rails_app/spec/helpers/admin/television_airings_helper_spec.rb
|
326
|
-
- test_rails_app/spec/helpers/admin/television_time_slots_helper_spec.rb
|
327
|
-
- test_rails_app/spec/helpers/admin/users2_helper_spec.rb
|
328
|
-
- test_rails_app/spec/helpers/admin/users_helper_spec.rb
|
329
|
-
- test_rails_app/spec/helpers/blog_posts_helper_spec.rb
|
330
|
-
- test_rails_app/spec/models/appointment_spec.rb
|
331
|
-
- test_rails_app/spec/models/blog_post_spec.rb
|
332
|
-
- test_rails_app/spec/models/blog_post_tag_spec.rb
|
333
|
-
- test_rails_app/spec/models/bookmark_spec.rb
|
334
|
-
- test_rails_app/spec/models/comment_spec.rb
|
335
|
-
- test_rails_app/spec/models/file_column_image_spec.rb
|
336
|
-
- test_rails_app/spec/models/image_spec.rb
|
337
|
-
- test_rails_app/spec/models/not_migrated_yet_spec.rb
|
338
|
-
- test_rails_app/spec/models/product_category_spec.rb
|
339
|
-
- test_rails_app/spec/models/product_spec.rb
|
340
|
-
- test_rails_app/spec/models/tag_spec.rb
|
341
|
-
- test_rails_app/spec/models/television_airing_spec.rb
|
342
|
-
- test_rails_app/spec/models/television_time_slot_spec.rb
|
343
|
-
- test_rails_app/spec/models/user_spec.rb
|
344
|
-
- test_rails_app/spec/rcov.opts
|
345
|
-
- test_rails_app/spec/spec.opts
|
346
|
-
- test_rails_app/spec/spec_helper.rb
|
347
|
-
- test_rails_app/spec/spec_or_test_helper.rb
|
348
|
-
- test_rails_app/test/fixtures/file_column_images.yml
|
349
|
-
- test_rails_app/test/integration/admin_blog_posts2_integration_test.rb
|
350
|
-
- test_rails_app/test/integration/admin_blog_posts5_integration_test.rb
|
351
|
-
- test_rails_app/test/integration/admin_blog_posts_integration_test.rb
|
352
|
-
- test_rails_app/test/test_helper.rb
|
353
|
-
- test_rails_app/vendor/plugins/file_column/CHANGELOG
|
354
|
-
- test_rails_app/vendor/plugins/file_column/README
|
355
|
-
- test_rails_app/vendor/plugins/file_column/Rakefile
|
356
|
-
- test_rails_app/vendor/plugins/file_column/TODO
|
357
|
-
- test_rails_app/vendor/plugins/file_column/init.rb
|
358
|
-
- test_rails_app/vendor/plugins/file_column/lib/file_column.rb
|
359
|
-
- test_rails_app/vendor/plugins/file_column/lib/file_column_helper.rb
|
360
|
-
- test_rails_app/vendor/plugins/file_column/lib/file_compat.rb
|
361
|
-
- test_rails_app/vendor/plugins/file_column/lib/magick_file_column.rb
|
362
|
-
- test_rails_app/vendor/plugins/file_column/lib/rails_file_column.rb
|
363
|
-
- test_rails_app/vendor/plugins/file_column/lib/test_case.rb
|
364
|
-
- test_rails_app/vendor/plugins/file_column/lib/validations.rb
|
365
|
-
- test_rails_app/vendor/plugins/file_column/test/abstract_unit.rb
|
366
|
-
- test_rails_app/vendor/plugins/file_column/test/connection.rb
|
367
|
-
- test_rails_app/vendor/plugins/file_column/test/file_column_helper_test.rb
|
368
|
-
- test_rails_app/vendor/plugins/file_column/test/file_column_test.rb
|
369
|
-
- test_rails_app/vendor/plugins/file_column/test/fixtures/entry.rb
|
370
|
-
- test_rails_app/vendor/plugins/file_column/test/fixtures/invalid-image.jpg
|
371
|
-
- test_rails_app/vendor/plugins/file_column/test/fixtures/kerb.jpg
|
372
|
-
- test_rails_app/vendor/plugins/file_column/test/fixtures/mysql.sql
|
373
|
-
- test_rails_app/vendor/plugins/file_column/test/fixtures/schema.rb
|
374
|
-
- test_rails_app/vendor/plugins/file_column/test/fixtures/skanthak.png
|
375
|
-
- test_rails_app/vendor/plugins/file_column/test/magick_test.rb
|
376
|
-
- test_rails_app/vendor/plugins/file_column/test/magick_view_only_test.rb
|
377
93
|
- uninstall.rb
|
378
94
|
- vendor/ar_query/MIT-LICENSE
|
379
95
|
- vendor/ar_query/README
|