typus 3.0.2 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +20 -9
- data/Gemfile.lock +93 -65
- data/MIT-LICENSE +1 -1
- data/README.md +61 -0
- data/Rakefile +5 -0
- data/app/controllers/admin/account_controller.rb +7 -10
- data/app/controllers/admin/base_controller.rb +16 -1
- data/app/controllers/admin/resources_controller.rb +270 -159
- data/app/controllers/admin/session_controller.rb +8 -9
- data/app/helpers/admin/base_helper.rb +13 -28
- data/app/helpers/admin/dashboard_helper.rb +4 -10
- data/app/helpers/admin/file_preview_helper.rb +70 -0
- data/app/helpers/admin/filters_helper.rb +64 -45
- data/app/helpers/admin/form_helper.rb +37 -62
- data/app/helpers/admin/relationships_helper.rb +63 -78
- data/app/helpers/admin/resources_helper.rb +10 -31
- data/app/helpers/admin/search_helper.rb +6 -9
- data/app/helpers/admin/sidebar_helper.rb +15 -20
- data/app/helpers/admin/table_helper.rb +79 -170
- data/app/mailers/admin/mailer.rb +1 -1
- data/app/views/admin/account/forgot_password.html.erb +2 -2
- data/app/views/admin/account/new.html.erb +8 -4
- data/app/views/admin/base/user_guide.html.erb +85 -0
- data/app/views/admin/dashboard/_sidebar.html.erb +3 -1
- data/app/views/admin/dashboard/show.html.erb +2 -2
- data/app/views/admin/dashboard/styles.html.erb +2 -2
- data/app/views/admin/helpers/_apps.html.erb +5 -4
- data/app/views/admin/helpers/_file_preview.html.erb +3 -0
- data/app/views/admin/helpers/_header.html.erb +3 -3
- data/app/views/admin/helpers/_login_info.html.erb +2 -2
- data/app/views/admin/helpers/dashboard/_applications.html.erb +6 -9
- data/app/views/admin/helpers/dashboard/_resources.html.erb +2 -3
- data/app/views/admin/helpers/filters/_filters.html.erb +1 -1
- data/app/views/admin/helpers/resources/_display_link_to_previous.html.erb +1 -1
- data/app/views/admin/helpers/resources/_errors.html.erb +10 -0
- data/app/views/admin/helpers/search/_search.html.erb +1 -1
- data/app/views/admin/helpers/sidebar/_sidebar.html.erb +6 -3
- data/app/views/admin/helpers/table/_table.html.erb +17 -5
- data/app/views/admin/mailer/reset_password_link.text.erb +2 -2
- data/app/views/admin/resources/_form.html.erb +3 -12
- data/app/views/admin/resources/edit.html.erb +7 -5
- data/app/views/admin/resources/index.html.erb +13 -18
- data/app/views/admin/resources/new.html.erb +4 -4
- data/app/views/admin/resources/show.html.erb +9 -13
- data/app/views/admin/session/new.html.erb +8 -4
- data/app/views/admin/templates/_belongs_to.html.erb +1 -1
- data/app/views/admin/templates/_boolean.html.erb +2 -2
- data/app/views/admin/templates/_date.html.erb +2 -2
- data/app/views/admin/templates/_datetime.html.erb +2 -2
- data/app/views/admin/templates/_file.html.erb +3 -19
- data/app/views/admin/templates/_has_n.html.erb +4 -4
- data/app/views/admin/templates/_has_one.html.erb +14 -0
- data/app/views/admin/templates/_password.html.erb +2 -2
- data/app/views/admin/templates/_profile_sidebar.html.erb +3 -0
- data/app/views/admin/templates/_relate_form.html.erb +2 -1
- data/app/views/admin/templates/_selector.html.erb +1 -1
- data/app/views/admin/templates/_string.html.erb +6 -6
- data/app/views/admin/templates/_text.html.erb +11 -4
- data/app/views/admin/templates/_time.html.erb +2 -2
- data/app/views/admin/templates/_tree.html.erb +1 -1
- data/app/views/layouts/admin/base.html.erb +7 -6
- data/app/views/layouts/admin/session.html.erb +4 -14
- data/config/{available_locales/ca_models.yml → locales/typus.ca.models.yml} +5 -4
- data/config/locales/typus.ca.yml +81 -0
- data/config/{available_locales/de_models.yml → locales/typus.de.models.yml} +6 -2
- data/config/locales/typus.de.yml +80 -0
- data/config/locales/typus.el.models.yml +17 -0
- data/config/locales/typus.el.yml +82 -0
- data/config/{available_locales/es_models.yml → locales/typus.es.models.yml} +9 -4
- data/config/locales/typus.es.yml +82 -0
- data/config/{available_locales/fr_models.yml → locales/typus.fr.models.yml} +8 -3
- data/config/locales/typus.fr.yml +87 -0
- data/config/{available_locales/hu_models.yml → locales/typus.hu.models.yml} +6 -2
- data/config/locales/typus.hu.yml +80 -0
- data/config/{available_locales/it_models.yml → locales/typus.it.models.yml} +7 -4
- data/config/locales/typus.it.yml +89 -0
- data/config/{available_locales/language_models.yml.template → locales/typus.locale.models.yml.template} +8 -4
- data/config/locales/typus.locale.yml.template +81 -0
- data/config/{available_locales/pt-BR_models.yml → locales/typus.pt-BR.models.yml} +6 -2
- data/config/locales/typus.pt-BR.yml +80 -0
- data/config/{available_locales/ru_models.yml → locales/typus.ru.models.yml} +6 -2
- data/config/locales/typus.ru.yml +80 -0
- data/config/locales/typus.zh-CN.models.yml +17 -0
- data/config/locales/typus.zh-CN.yml +79 -0
- data/config/routes.rb +11 -7
- data/lib/generators/templates/config/initializers/typus.rb +8 -5
- data/lib/generators/templates/config/initializers/typus_resources.rb +0 -3
- data/lib/generators/templates/config/typus/README +6 -6
- data/lib/generators/templates/config/typus/typus.yml +5 -5
- data/lib/generators/templates/controller.rb +1 -1
- data/lib/generators/templates/migration.rb +1 -0
- data/lib/generators/templates/public/admin/javascripts/application.js +0 -4
- data/lib/generators/templates/public/admin/javascripts/jquery-1.4.4.min.js +167 -0
- data/lib/generators/templates/public/admin/javascripts/jquery.application.js +16 -0
- data/lib/generators/templates/public/admin/javascripts/jquery.rails.js +50 -22
- data/lib/generators/templates/public/admin/stylesheets/screen.css +43 -34
- data/lib/generators/templates/public/admin/vendor/fancybox/fancy_loading.png +0 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.easing-1.3.pack.js +32 -32
- data/lib/generators/templates/public/admin/vendor/fancybox/{jquery.fancybox-1.3.1.css → jquery.fancybox-1.3.4.css} +359 -363
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.4.js +1156 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.4.pack.js +46 -0
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.4.pack.js +14 -0
- data/lib/generators/typus/assets_generator.rb +23 -0
- data/lib/generators/typus/controller_generator.rb +29 -0
- data/lib/generators/typus/migration_generator.rb +39 -20
- data/lib/generators/typus/typus_generator.rb +17 -57
- data/lib/generators/typus/views_generator.rb +2 -6
- data/lib/support/active_record.rb +8 -20
- data/lib/support/fake_user.rb +6 -1
- data/lib/support/hash.rb +1 -2
- data/lib/support/object.rb +4 -17
- data/lib/support/string.rb +34 -3
- data/lib/tasks/typus.rake +1 -1
- data/lib/typus.rb +60 -48
- data/lib/typus/actions.rb +27 -0
- data/lib/typus/authentication/base.rb +3 -4
- data/lib/typus/authentication/http_basic.rb +1 -1
- data/lib/typus/authentication/none.rb +1 -1
- data/lib/typus/authentication/session.rb +53 -108
- data/lib/typus/configuration.rb +13 -11
- data/lib/typus/filters.rb +12 -0
- data/lib/typus/format.rb +9 -13
- data/lib/typus/i18n.rb +30 -0
- data/lib/typus/orm/active_record.rb +97 -194
- data/lib/typus/orm/active_record/search.rb +91 -0
- data/lib/typus/resources.rb +6 -10
- data/lib/typus/user.rb +20 -40
- data/lib/typus/version.rb +1 -1
- metadata +77 -231
- data/CHANGELOG +0 -102
- data/README.rdoc +0 -48
- data/app/helpers/admin/preview_helper.rb +0 -46
- data/app/views/admin/helpers/_preview.html.erb +0 -13
- data/app/views/admin/templates/_has_many.html.erb +0 -22
- data/config/available_locales/ca.yml +0 -122
- data/config/available_locales/de.yml +0 -122
- data/config/available_locales/es.yml +0 -122
- data/config/available_locales/fr.yml +0 -127
- data/config/available_locales/hu.yml +0 -122
- data/config/available_locales/it.yml +0 -132
- data/config/available_locales/language.yml.template +0 -120
- data/config/available_locales/pt-BR.yml +0 -122
- data/config/available_locales/ru.yml +0 -122
- data/lib/generators/templates/functional_test.rb +0 -10
- data/lib/generators/templates/model.rb +0 -8
- data/lib/generators/templates/public/admin/images/ui-icons.png +0 -0
- data/lib/generators/templates/public/admin/javascripts/jquery-1.4.2.min.js +0 -154
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.js +0 -1077
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.fancybox-1.3.1.pack.js +0 -44
- data/lib/generators/templates/public/admin/vendor/fancybox/jquery.mousewheel-3.0.2.pack.js +0 -13
- data/lib/typus/pagination.rb +0 -18
- data/test/factories.rb +0 -43
- data/test/fixtures/config/broken/application.yml +0 -68
- data/test/fixtures/config/broken/application_roles.yml +0 -20
- data/test/fixtures/config/broken/empty.yml +0 -0
- data/test/fixtures/config/broken/empty_roles.yml +0 -0
- data/test/fixtures/config/broken/undefined.yml +0 -3
- data/test/fixtures/config/broken/undefined_roles.yml +0 -6
- data/test/fixtures/config/default/typus.yml +0 -13
- data/test/fixtures/config/default/typus_roles.yml +0 -2
- data/test/fixtures/config/empty/empty_01.yml +0 -0
- data/test/fixtures/config/empty/empty_01_roles.yml +0 -0
- data/test/fixtures/config/empty/empty_02.yml +0 -0
- data/test/fixtures/config/empty/empty_02_roles.yml +0 -0
- data/test/fixtures/config/locales/es.yml +0 -10
- data/test/fixtures/config/namespaced/application.yml +0 -5
- data/test/fixtures/config/namespaced/application_roles.yml +0 -2
- data/test/fixtures/config/ordered/001_roles.yml +0 -2
- data/test/fixtures/config/ordered/002_roles.yml +0 -2
- data/test/fixtures/config/unordered/app_one_roles.yml +0 -2
- data/test/fixtures/config/unordered/app_two_roles.yml +0 -2
- data/test/fixtures/config/working/application.yml +0 -73
- data/test/fixtures/config/working/application_roles.yml +0 -24
- data/test/fixtures/config/working/typus.yml +0 -13
- data/test/fixtures/config/working/typus_roles.yml +0 -2
- data/test/fixtures/rails_app/Rakefile +0 -7
- data/test/fixtures/rails_app/app/controllers/admin/assets_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/categories_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/comments_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/pages_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/pictures_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/posts_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/status_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/typus_users_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/admin/watch_dog_controller.rb +0 -2
- data/test/fixtures/rails_app/app/controllers/application_controller.rb +0 -3
- data/test/fixtures/rails_app/app/models/asset.rb +0 -5
- data/test/fixtures/rails_app/app/models/category.rb +0 -11
- data/test/fixtures/rails_app/app/models/comment.rb +0 -6
- data/test/fixtures/rails_app/app/models/custom_user.rb +0 -2
- data/test/fixtures/rails_app/app/models/delayed/task.rb +0 -5
- data/test/fixtures/rails_app/app/models/page.rb +0 -5
- data/test/fixtures/rails_app/app/models/picture.rb +0 -6
- data/test/fixtures/rails_app/app/models/post.rb +0 -21
- data/test/fixtures/rails_app/app/models/typus_user.rb +0 -8
- data/test/fixtures/rails_app/app/models/view.rb +0 -5
- data/test/fixtures/rails_app/app/views/admin/categories/_form.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/dashboard/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/mailer/reset_password_link.text.erb +0 -6
- data/test/fixtures/rails_app/app/views/admin/posts/_edit.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_index.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_new.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_show.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/posts/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/resources/_sidebar.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/status/index.html.erb +0 -1
- data/test/fixtures/rails_app/app/views/admin/templates/_datepicker.html.erb +0 -1
- data/test/fixtures/rails_app/config.ru +0 -4
- data/test/fixtures/rails_app/config/application.rb +0 -53
- data/test/fixtures/rails_app/config/boot.rb +0 -13
- data/test/fixtures/rails_app/config/database.yml +0 -14
- data/test/fixtures/rails_app/config/environment.rb +0 -5
- data/test/fixtures/rails_app/config/environments/test.rb +0 -34
- data/test/fixtures/rails_app/config/initializers/secret_token.rb +0 -7
- data/test/fixtures/rails_app/config/initializers/session_store.rb +0 -8
- data/test/fixtures/rails_app/config/initializers/typus.rb +0 -6
- data/test/fixtures/rails_app/config/routes.rb +0 -5
- data/test/fixtures/rails_app/config/typus/application.yml +0 -79
- data/test/fixtures/rails_app/config/typus/application_roles.yml +0 -25
- data/test/fixtures/rails_app/config/typus/typus.yml +0 -12
- data/test/fixtures/rails_app/config/typus/typus_roles.yml +0 -2
- data/test/fixtures/rails_app/db/test.sqlite3 +0 -0
- data/test/fixtures/rails_app/tmp/export-posts-20101012213057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213132.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213234.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012213506.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215217.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215415.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215443.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215509.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215528.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215551.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215615.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215640.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215714.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215744.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215814.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215836.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012215906.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012220659.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012221043.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012221258.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222558.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222752.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012222848.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012223433.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012223535.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224003.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224052.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224109.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224139.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224205.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012224243.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101012225119.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063215.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063300.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063352.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063427.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063448.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063530.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063559.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063646.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063737.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063822.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063837.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063919.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063939.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013063952.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064220.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064253.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064318.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064404.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064452.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064536.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064652.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013064845.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065023.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065137.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065713.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013065954.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070057.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070116.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070156.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070349.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070429.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070448.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070514.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070709.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070745.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070809.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070905.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013070955.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071116.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071209.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071335.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071632.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071643.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071735.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013071749.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072030.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072050.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072108.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072713.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072751.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013072912.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101013074546.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018180512.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183359.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183608.csv +0 -2
- data/test/fixtures/rails_app/tmp/export-posts-20101018183759.csv +0 -2
- data/test/functional/admin/account_controller_test.rb +0 -90
- data/test/functional/admin/assets_controller_test.rb +0 -55
- data/test/functional/admin/categories_controller_test.rb +0 -62
- data/test/functional/admin/comments_controller_test.rb +0 -21
- data/test/functional/admin/dashboard_controller_test.rb +0 -138
- data/test/functional/admin/posts_controller_test.rb +0 -548
- data/test/functional/admin/session_controller_test.rb +0 -85
- data/test/functional/admin/status_controller_test.rb +0 -46
- data/test/functional/admin/typus_users_controller_test.rb +0 -159
- data/test/helpers/admin/base_helper_test.rb +0 -67
- data/test/helpers/admin/dashboard_helper_test.rb +0 -19
- data/test/helpers/admin/form_helper_test.rb +0 -117
- data/test/helpers/admin/resources_helper_test.rb +0 -64
- data/test/helpers/admin/sidebar_helper_test.rb +0 -274
- data/test/helpers/admin/table_helper_test.rb +0 -219
- data/test/integration/login_test.rb +0 -13
- data/test/integration_test_helper.rb +0 -21
- data/test/lib/support/active_record_test.rb +0 -86
- data/test/lib/support/array_test.rb +0 -11
- data/test/lib/support/hash_test.rb +0 -11
- data/test/lib/support/string_test.rb +0 -39
- data/test/lib/typus/active_record_test.rb +0 -451
- data/test/lib/typus/configuration_test.rb +0 -52
- data/test/lib/typus/resource_test.rb +0 -17
- data/test/lib/typus/routes_test.rb +0 -29
- data/test/lib/typus_test.rb +0 -107
- data/test/schema.rb +0 -100
- data/test/test_helper.rb +0 -16
- data/test/unit/admin/mailer_test.rb +0 -32
- data/test/unit/typus_user_roles_test.rb +0 -105
- data/test/unit/typus_user_test.rb +0 -142
- data/typus.gemspec +0 -25
@@ -1,64 +0,0 @@
|
|
1
|
-
require "test_helper"
|
2
|
-
|
3
|
-
class Admin::ResourcesHelperTest < ActiveSupport::TestCase
|
4
|
-
|
5
|
-
include Admin::ResourcesHelper
|
6
|
-
|
7
|
-
include ActionView::Helpers::UrlHelper
|
8
|
-
include ActionView::Helpers::TagHelper
|
9
|
-
|
10
|
-
def render(*args); args; end
|
11
|
-
|
12
|
-
context "display_link_to_previous" do
|
13
|
-
|
14
|
-
should "verify display_link_to_previous" do
|
15
|
-
@resource = Post
|
16
|
-
params = { :action => "edit", :back_to => "/back_to_param" }
|
17
|
-
self.expects(:params).at_least_once.returns(params)
|
18
|
-
|
19
|
-
expected = [ "admin/helpers/resources/display_link_to_previous", { :message => "You're updating a Post." } ]
|
20
|
-
output = display_link_to_previous
|
21
|
-
|
22
|
-
assert_equal expected, output
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
context "remove_filter_link" do
|
27
|
-
|
28
|
-
should "return nil when blank" do
|
29
|
-
output = remove_filter_link("")
|
30
|
-
assert_nil output
|
31
|
-
end
|
32
|
-
|
33
|
-
should "return link when it's present"
|
34
|
-
|
35
|
-
end
|
36
|
-
|
37
|
-
context "build_list" do
|
38
|
-
|
39
|
-
setup do
|
40
|
-
@model = TypusUser
|
41
|
-
@fields = %w( email role status )
|
42
|
-
@items = TypusUser.all
|
43
|
-
@resource = "typus_users"
|
44
|
-
end
|
45
|
-
|
46
|
-
should "return a table" do
|
47
|
-
expected = [ "admin/typus_users/list", { :items => [] } ]
|
48
|
-
output = build_list(@model, @fields, @items, @resource)
|
49
|
-
assert_equal expected, output
|
50
|
-
end
|
51
|
-
|
52
|
-
should "return a template" do
|
53
|
-
self.stubs(:render).returns("a_template")
|
54
|
-
File.stubs(:exist?).returns(true)
|
55
|
-
|
56
|
-
expected = "a_template"
|
57
|
-
output = build_list(@model, @fields, @items, @resource)
|
58
|
-
|
59
|
-
assert_equal expected, output
|
60
|
-
end
|
61
|
-
|
62
|
-
end
|
63
|
-
|
64
|
-
end
|
@@ -1,274 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
require "test_helper"
|
4
|
-
|
5
|
-
class Admin::SidebarHelperTest < ActiveSupport::TestCase
|
6
|
-
|
7
|
-
include Admin::SidebarHelper
|
8
|
-
|
9
|
-
include ActionView::Helpers::UrlHelper
|
10
|
-
include ActionView::Helpers::TagHelper
|
11
|
-
include ActionView::Helpers::FormTagHelper
|
12
|
-
|
13
|
-
def render(*args); args; end
|
14
|
-
|
15
|
-
setup do
|
16
|
-
default_url_options[:host] = 'test.host'
|
17
|
-
end
|
18
|
-
|
19
|
-
should "test_actions"
|
20
|
-
|
21
|
-
should_eventually "test_export" do
|
22
|
-
@resource = Post
|
23
|
-
|
24
|
-
params = { :controller => 'admin/posts', :action => 'index' }
|
25
|
-
self.expects(:params).at_least_once.returns(params)
|
26
|
-
output = export
|
27
|
-
expected = [ "admin/helpers/list", { :items => [ %(<a href="http://test.host/admin/posts?format=csv">CSV</a>),
|
28
|
-
%(<a href="http://test.host/admin/posts?format=xml">XML</a>) ],
|
29
|
-
:header => "Export",
|
30
|
-
:options => { :header => "export" } } ]
|
31
|
-
|
32
|
-
assert_equal expected, output
|
33
|
-
end
|
34
|
-
|
35
|
-
should_eventually "test_build_typus_list_with_empty_content_and_empty_header" do
|
36
|
-
output = build_typus_list([], :header => nil)
|
37
|
-
assert output.empty?
|
38
|
-
end
|
39
|
-
|
40
|
-
should_eventually "test_build_typus_list_with_content_and_header" do
|
41
|
-
output = build_typus_list(['item1', 'item2'], :header => "Chunky Bacon")
|
42
|
-
assert !output.empty?
|
43
|
-
|
44
|
-
expected = [ "admin/helpers/list", { :header=>"Chunky bacon",
|
45
|
-
:options => { :header => "Chunky Bacon" },
|
46
|
-
:items => [ "item1", "item2" ] } ]
|
47
|
-
|
48
|
-
assert_equal expected, output
|
49
|
-
end
|
50
|
-
|
51
|
-
should_eventually "test_build_typus_list_with_content_without_header" do
|
52
|
-
output = build_typus_list(['item1', 'item2'])
|
53
|
-
expected = [ "admin/helpers/list", { :header => nil,
|
54
|
-
:options => {},
|
55
|
-
:items=>["item1", "item2"] } ]
|
56
|
-
assert_equal expected, output
|
57
|
-
end
|
58
|
-
|
59
|
-
should_eventually "test_search" do
|
60
|
-
|
61
|
-
@resource = TypusUser
|
62
|
-
|
63
|
-
params = { :controller => 'admin/typus_users', :action => 'index' }
|
64
|
-
self.expects(:params).at_least_once.returns(params)
|
65
|
-
|
66
|
-
output = search
|
67
|
-
|
68
|
-
partial = "admin/helpers/search"
|
69
|
-
options = { :hidden_params => [ %(<input id="action" name="action" type="hidden" value="index" />),
|
70
|
-
%(<input id="controller" name="controller" type="hidden" value="admin/typus_users" />) ],
|
71
|
-
:search_by => "First name, Last name, Email, and Role" }
|
72
|
-
|
73
|
-
assert_equal partial, output.first
|
74
|
-
|
75
|
-
output.last[:hidden_params].each do |o|
|
76
|
-
assert options[:hidden_params].include?(o)
|
77
|
-
end
|
78
|
-
assert options[:search_by].eql?(output.last[:search_by])
|
79
|
-
|
80
|
-
end
|
81
|
-
|
82
|
-
should_eventually "test_filters" do
|
83
|
-
@resource = TypusUser
|
84
|
-
@resource.expects(:typus_filters).returns(Array.new)
|
85
|
-
output = filters
|
86
|
-
assert output.nil?
|
87
|
-
end
|
88
|
-
|
89
|
-
should "test_filters_with_filters"
|
90
|
-
|
91
|
-
should "test_relationship_filter"
|
92
|
-
|
93
|
-
should_eventually "test_date_filter" do
|
94
|
-
|
95
|
-
@resource = TypusUser
|
96
|
-
filter = 'created_at'
|
97
|
-
|
98
|
-
params = { :controller => 'admin/typus_users', :action => 'index' }
|
99
|
-
self.expects(:params).at_least_once.returns(params)
|
100
|
-
|
101
|
-
# With an empty request.
|
102
|
-
|
103
|
-
request = ""
|
104
|
-
output = date_filter(request, filter)
|
105
|
-
|
106
|
-
partial = "admin/helpers/list"
|
107
|
-
options = { :items => [ %(<a href="http://test.host/admin/typus_users?created_at=today" class="off">Today</a>),
|
108
|
-
%(<a href="http://test.host/admin/typus_users?created_at=last_few_days" class="off">Last few days</a>),
|
109
|
-
%(<a href="http://test.host/admin/typus_users?created_at=last_7_days" class="off">Last 7 days</a>),
|
110
|
-
%(<a href="http://test.host/admin/typus_users?created_at=last_30_days" class="off">Last 30 days</a>) ],
|
111
|
-
:header => "Created at",
|
112
|
-
:options => { :attribute => "created_at" } }
|
113
|
-
|
114
|
-
assert_equal [ partial, options ], output
|
115
|
-
|
116
|
-
# With a request.
|
117
|
-
|
118
|
-
request = "created_at=today&page=1"
|
119
|
-
output = date_filter(request, filter)
|
120
|
-
|
121
|
-
partial = "admin/helpers/list"
|
122
|
-
options = { :items => [ %(<a href="http://test.host/admin/typus_users" class="on">Today</a>),
|
123
|
-
%(<a href="http://test.host/admin/typus_users?created_at=last_few_days" class="off">Last few days</a>),
|
124
|
-
%(<a href="http://test.host/admin/typus_users?created_at=last_7_days" class="off">Last 7 days</a>),
|
125
|
-
%(<a href="http://test.host/admin/typus_users?created_at=last_30_days" class="off">Last 30 days</a>) ],
|
126
|
-
:header => "Created at",
|
127
|
-
:options => { :attribute => "created_at" } }
|
128
|
-
|
129
|
-
assert_equal [ partial, options ], output
|
130
|
-
|
131
|
-
end
|
132
|
-
|
133
|
-
should_eventually "test_boolean_filter" do
|
134
|
-
|
135
|
-
@resource = TypusUser
|
136
|
-
filter = 'status'
|
137
|
-
|
138
|
-
params = { :controller => 'admin/typus_users', :action => 'index' }
|
139
|
-
self.expects(:params).at_least_once.returns(params)
|
140
|
-
|
141
|
-
# Status is true
|
142
|
-
|
143
|
-
request = "status=true&page=1"
|
144
|
-
output = boolean_filter(request, filter)
|
145
|
-
|
146
|
-
partial = "admin/helpers/list"
|
147
|
-
options = { :items => [ %(<a href="http://test.host/admin/typus_users" class="on">Active</a>),
|
148
|
-
%(<a href="http://test.host/admin/typus_users?status=false" class="off">Inactive</a>) ],
|
149
|
-
:header => "Status",
|
150
|
-
:options => { :attribute => "status" } }
|
151
|
-
|
152
|
-
assert_equal [ partial, options ], output
|
153
|
-
|
154
|
-
# Status is false
|
155
|
-
|
156
|
-
request = "status=false&page=1"
|
157
|
-
output = boolean_filter(request, filter)
|
158
|
-
|
159
|
-
partial = "admin/helpers/list"
|
160
|
-
options = { :items => [ %(<a href="http://test.host/admin/typus_users?status=true" class="off">Active</a>),
|
161
|
-
%(<a href="http://test.host/admin/typus_users" class="on">Inactive</a>) ],
|
162
|
-
:header => "Status",
|
163
|
-
:options => { :attribute => "status" } }
|
164
|
-
|
165
|
-
assert_equal [ partial, options ], output
|
166
|
-
|
167
|
-
end
|
168
|
-
|
169
|
-
should_eventually "test_string_filter_when_values_are_strings" do
|
170
|
-
|
171
|
-
@resource = TypusUser
|
172
|
-
filter = 'role'
|
173
|
-
|
174
|
-
params = { :controller => 'admin/typus_users', :action => 'index' }
|
175
|
-
self.expects(:params).at_least_once.returns(params)
|
176
|
-
|
177
|
-
# Roles is admin
|
178
|
-
|
179
|
-
request = 'role=admin&page=1'
|
180
|
-
# @resource.expects('role').returns(['admin', 'designer', 'editor'])
|
181
|
-
output = string_filter(request, filter)
|
182
|
-
|
183
|
-
expected = <<-HTML
|
184
|
-
<h2>Role</h2>
|
185
|
-
<ul>
|
186
|
-
<li><a href="http://test.host/admin/typus_users?role=admin" class="on">Admin</a></li>
|
187
|
-
<li><a href="http://test.host/admin/typus_users?role=designer" class="off">Designer</a></li>
|
188
|
-
<li><a href="http://test.host/admin/typus_users?role=editor" class="off">Editor</a></li>
|
189
|
-
</ul>
|
190
|
-
HTML
|
191
|
-
|
192
|
-
partial = "admin/helpers/list"
|
193
|
-
options = { :items => [ "<a href=\"http://test.host/admin/typus_users?role=admin\" class=\"on\">Admin</a>",
|
194
|
-
"<a href=\"http://test.host/admin/typus_users?role=designer\" class=\"off\">Designer</a>",
|
195
|
-
"<a href=\"http://test.host/admin/typus_users?role=editor\" class=\"off\">Editor</a>" ],
|
196
|
-
:header => "Role",
|
197
|
-
:options => { :attribute => "role" } }
|
198
|
-
|
199
|
-
assert_equal [ partial, options ], output
|
200
|
-
|
201
|
-
# Roles is editor
|
202
|
-
|
203
|
-
request = 'role=editor&page=1'
|
204
|
-
@resource.expects('role').returns(['admin', 'designer', 'editor'])
|
205
|
-
output = string_filter(request, filter)
|
206
|
-
|
207
|
-
expected = <<-HTML
|
208
|
-
<h2>Role</h2>
|
209
|
-
<ul>
|
210
|
-
<li><a href="http://test.host/admin/typus_users?role=admin" class="off">Admin</a></li>
|
211
|
-
<li><a href="http://test.host/admin/typus_users?role=designer" class="off">Designer</a></li>
|
212
|
-
<li><a href="http://test.host/admin/typus_users?role=editor" class="on">Editor</a></li>
|
213
|
-
</ul>
|
214
|
-
HTML
|
215
|
-
|
216
|
-
partial = "admin/helpers/list"
|
217
|
-
options = { :items => [ "<a href=\"http://test.host/admin/typus_users?role=admin\" class=\"off\">Admin</a>",
|
218
|
-
"<a href=\"http://test.host/admin/typus_users?role=designer\" class=\"off\">Designer</a>",
|
219
|
-
"<a href=\"http://test.host/admin/typus_users?role=editor\" class=\"on\">Editor</a>" ],
|
220
|
-
:header => "Role",
|
221
|
-
:options => { :attribute => "role" } }
|
222
|
-
|
223
|
-
assert_equal [ partial, options ], output
|
224
|
-
|
225
|
-
end
|
226
|
-
|
227
|
-
should_eventually "test_string_filter_when_values_are_arrays_of_strings" do
|
228
|
-
|
229
|
-
@resource = TypusUser
|
230
|
-
filter = 'role'
|
231
|
-
|
232
|
-
params = { :controller => 'admin/typus_users', :action => 'index' }
|
233
|
-
self.expects(:params).at_least_once.returns(params)
|
234
|
-
|
235
|
-
request = 'role=admin&page=1'
|
236
|
-
|
237
|
-
array = [['Administrador', 'admin'],
|
238
|
-
['Diseñador', 'designer'],
|
239
|
-
['Editor', 'editor']]
|
240
|
-
@resource.expects('role').returns(array)
|
241
|
-
|
242
|
-
output = string_filter(request, filter)
|
243
|
-
|
244
|
-
expected = <<-HTML
|
245
|
-
<h2>Role</h2>
|
246
|
-
<ul>
|
247
|
-
<li><a href="http://test.host/admin/typus_users?role=admin" class="on">Administrador</a></li>
|
248
|
-
<li><a href="http://test.host/admin/typus_users?role=designer" class="off">Diseñador</a></li>
|
249
|
-
<li><a href="http://test.host/admin/typus_users?role=editor" class="off">Editor</a></li>
|
250
|
-
</ul>
|
251
|
-
HTML
|
252
|
-
|
253
|
-
partial = "admin/helpers/list"
|
254
|
-
options = { :items => [ "<a href=\"http://test.host/admin/typus_users?role=admin\" class=\"on\">Administrador</a>",
|
255
|
-
"<a href=\"http://test.host/admin/typus_users?role=designer\" class=\"off\">Diseñador</a>",
|
256
|
-
"<a href=\"http://test.host/admin/typus_users?role=editor\" class=\"off\">Editor</a>" ],
|
257
|
-
:header => "Role",
|
258
|
-
:options => { :attribute => "role" } }
|
259
|
-
|
260
|
-
assert_equal [ partial, options ], output
|
261
|
-
|
262
|
-
end
|
263
|
-
|
264
|
-
should_eventually "test_string_filter_when_empty_values" do
|
265
|
-
@resource = TypusUser
|
266
|
-
filter = 'role'
|
267
|
-
request = 'role=admin&page=1'
|
268
|
-
@resource.expects('role').returns([])
|
269
|
-
output = string_filter(request, filter)
|
270
|
-
|
271
|
-
assert output.empty?
|
272
|
-
end
|
273
|
-
|
274
|
-
end
|
@@ -1,219 +0,0 @@
|
|
1
|
-
require "test_helper"
|
2
|
-
|
3
|
-
class Admin::TableHelperTest < ActiveSupport::TestCase
|
4
|
-
|
5
|
-
include Admin::TableHelper
|
6
|
-
|
7
|
-
include ActionView::Helpers::UrlHelper
|
8
|
-
include ActionView::Helpers::TagHelper
|
9
|
-
include ActionView::Helpers::TextHelper
|
10
|
-
|
11
|
-
def render(*args); args; end
|
12
|
-
def raw(*args); args; end
|
13
|
-
|
14
|
-
setup do
|
15
|
-
default_url_options[:host] = "test.host"
|
16
|
-
end
|
17
|
-
|
18
|
-
should_eventually "test_build_table" do
|
19
|
-
|
20
|
-
current_user = Factory(:typus_user)
|
21
|
-
|
22
|
-
params = { :controller => 'admin/typus_users', :action => 'index' }
|
23
|
-
self.expects(:params).at_least_once.returns(params)
|
24
|
-
|
25
|
-
fields = TypusUser.typus_fields_for(:list)
|
26
|
-
items = TypusUser.find(:all)
|
27
|
-
|
28
|
-
expects(:render).once.with('admin/helpers/table_header',
|
29
|
-
{ :headers => [
|
30
|
-
'<a href="http://test.host/admin/typus_users?order_by=email">Email </a>',
|
31
|
-
'<a href="http://test.host/admin/typus_users?order_by=role">Role </a>',
|
32
|
-
'<a href="http://test.host/admin/typus_users?order_by=status">Status </a>',
|
33
|
-
' ',
|
34
|
-
' '
|
35
|
-
]})
|
36
|
-
|
37
|
-
build_table(TypusUser, fields, items)
|
38
|
-
|
39
|
-
end
|
40
|
-
|
41
|
-
should_eventually "test_table_header" do
|
42
|
-
|
43
|
-
current_user = mock()
|
44
|
-
current_user.expects(:can?).with("delete", TypusUser).returns(true)
|
45
|
-
|
46
|
-
fields = TypusUser.typus_fields_for(:list)
|
47
|
-
|
48
|
-
params = { :controller => "admin/typus_users", :action => "index" }
|
49
|
-
self.expects(:params).at_least_once.returns(params)
|
50
|
-
|
51
|
-
output = table_header(TypusUser, fields)
|
52
|
-
expected = [ "admin/helpers/table_header",
|
53
|
-
{ :headers=> [ %(<a href="http://test.host/admin/typus_users?order_by=email">Email</a>),
|
54
|
-
%(<a href="http://test.host/admin/typus_users?order_by=role">Role</a>),
|
55
|
-
%(<a href="http://test.host/admin/typus_users?order_by=status">Status</a>),
|
56
|
-
" "] } ]
|
57
|
-
|
58
|
-
assert_equal expected, output
|
59
|
-
|
60
|
-
end
|
61
|
-
|
62
|
-
should_eventually "test_table_header_with_params" do
|
63
|
-
|
64
|
-
current_user = mock()
|
65
|
-
current_user.expects(:can?).with("delete", TypusUser).returns(true)
|
66
|
-
|
67
|
-
fields = TypusUser.typus_fields_for(:list)
|
68
|
-
|
69
|
-
params = { :controller => "admin/typus_users", :action => "index", :search => "admin" }
|
70
|
-
self.expects(:params).at_least_once.returns(params)
|
71
|
-
|
72
|
-
output = table_header(TypusUser, fields)
|
73
|
-
|
74
|
-
expected = [ "admin/helpers/table_header",
|
75
|
-
{ :headers => [ %(<a href="http://test.host/admin/typus_users?order_by=email&search=admin">Email</a>),
|
76
|
-
%(<a href="http://test.host/admin/typus_users?order_by=role&search=admin">Role</a>),
|
77
|
-
%(<a href="http://test.host/admin/typus_users?order_by=status&search=admin">Status</a>),
|
78
|
-
%( ) ] } ]
|
79
|
-
|
80
|
-
assert_equal expected, output
|
81
|
-
|
82
|
-
end
|
83
|
-
|
84
|
-
should_eventually "test_table_header_when_user_cannot_delete_items" do
|
85
|
-
|
86
|
-
current_user = mock()
|
87
|
-
current_user.expects(:can?).with("delete", TypusUser).returns(false)
|
88
|
-
|
89
|
-
fields = TypusUser.typus_fields_for(:list)
|
90
|
-
|
91
|
-
params = { :controller => "admin/typus_users", :action => "index" }
|
92
|
-
self.expects(:params).at_least_once.returns(params)
|
93
|
-
|
94
|
-
output = table_header(TypusUser, fields)
|
95
|
-
|
96
|
-
expected = [ "admin/helpers/table_header",
|
97
|
-
{ :headers => [ %(<a href="http://test.host/admin/typus_users?order_by=email">Email</a>),
|
98
|
-
%(<a href="http://test.host/admin/typus_users?order_by=role">Role</a>),
|
99
|
-
%(<a href="http://test.host/admin/typus_users?order_by=status">Status</a>) ] } ]
|
100
|
-
|
101
|
-
assert_equal expected, output
|
102
|
-
|
103
|
-
end
|
104
|
-
|
105
|
-
should_eventually "test_table_header_when_user_cannot_delete_items_with_params" do
|
106
|
-
|
107
|
-
current_user = mock()
|
108
|
-
current_user.expects(:can?).with("delete", TypusUser).returns(false)
|
109
|
-
|
110
|
-
fields = TypusUser.typus_fields_for(:list)
|
111
|
-
|
112
|
-
params = { :controller => "admin/typus_users", :action => "index", :search => "admin" }
|
113
|
-
self.expects(:params).at_least_once.returns(params)
|
114
|
-
|
115
|
-
output = table_header(TypusUser, fields)
|
116
|
-
|
117
|
-
expected = [ "admin/helpers/table_header",
|
118
|
-
{ :headers => [ %(<a href="http://test.host/admin/typus_users?order_by=email&search=admin">Email</a>),
|
119
|
-
%(<a href="http://test.host/admin/typus_users?order_by=role&search=admin">Role</a>),
|
120
|
-
%(<a href="http://test.host/admin/typus_users?order_by=status&search=admin">Status</a>) ] } ]
|
121
|
-
assert_equal expected, output
|
122
|
-
|
123
|
-
end
|
124
|
-
|
125
|
-
should_eventually "test_table_belongs_to_field" do
|
126
|
-
|
127
|
-
current_user = Factory(:typus_user)
|
128
|
-
|
129
|
-
comment = comments(:without_post_id)
|
130
|
-
output = table_belongs_to_field("post", comment)
|
131
|
-
expected = "<td></td>"
|
132
|
-
|
133
|
-
assert_equal expected, output
|
134
|
-
default_url_options[:host] = "test.host"
|
135
|
-
|
136
|
-
comment = comments(:with_post_id)
|
137
|
-
output = table_belongs_to_field("post", comment)
|
138
|
-
expected = %(<td><a href="http://test.host/admin/posts/edit/1">Post#1</a></td>)
|
139
|
-
|
140
|
-
assert_equal expected.strip, output
|
141
|
-
|
142
|
-
end
|
143
|
-
|
144
|
-
should_eventually "test_table_has_and_belongs_to_many_field" do
|
145
|
-
post = Factory(:post)
|
146
|
-
output = table_has_and_belongs_to_many_field("comments", post)
|
147
|
-
expected = %(<td>John, Me, Me</td>)
|
148
|
-
assert_equal expected.strip, output
|
149
|
-
end
|
150
|
-
|
151
|
-
should_eventually "test_table_string_field" do
|
152
|
-
post = Factory(:post)
|
153
|
-
output = table_string_field(:title, post, :created_at)
|
154
|
-
expected = %(<td class="title">#{post.title}</td>)
|
155
|
-
assert_equal expected.strip, output
|
156
|
-
end
|
157
|
-
|
158
|
-
should_eventually "test_table_string_field_with_link" do
|
159
|
-
post = Factory(:post)
|
160
|
-
output = table_string_field(:title, post, :title)
|
161
|
-
expected = %(<td class="title">#{post.title}</td>)
|
162
|
-
assert_equal expected.strip, output
|
163
|
-
end
|
164
|
-
|
165
|
-
should_eventually "table_tree_field_when_displays_a_parent" do
|
166
|
-
page = Factory(:page)
|
167
|
-
output = table_tree_field("test", page)
|
168
|
-
expected = "<td>—</td>"
|
169
|
-
assert_equal expected, output
|
170
|
-
end
|
171
|
-
|
172
|
-
should_eventually "table_tree_field_when_displays_a_children" do
|
173
|
-
page = Factory(:page, :status => "unpublished")
|
174
|
-
output = table_tree_field("test", page)
|
175
|
-
expected = "<td>—</td>"
|
176
|
-
assert_equal expected, output
|
177
|
-
end
|
178
|
-
|
179
|
-
should_eventually "test_table_datetime_field" do
|
180
|
-
post = Factory(:post)
|
181
|
-
Time::DATE_FORMATS[:post_short] = "%m/%y"
|
182
|
-
|
183
|
-
output = table_datetime_field(:created_at, post)
|
184
|
-
expected = %(<td>#{post.created_at.strftime("%m/%y")}</td>)
|
185
|
-
|
186
|
-
assert_equal expected.strip, output
|
187
|
-
end
|
188
|
-
|
189
|
-
should_eventually "test_table_datetime_field_with_link" do
|
190
|
-
post = Factory(:post)
|
191
|
-
Time::DATE_FORMATS[:post_short] = "%m/%y"
|
192
|
-
|
193
|
-
output = table_datetime_field(:created_at, post, :created_at)
|
194
|
-
expected = %(<td>#{post.created_at.strftime("%m/%y")}</td>)
|
195
|
-
|
196
|
-
assert_equal expected.strip, output
|
197
|
-
end
|
198
|
-
|
199
|
-
should_eventually "test_table_boolean_field" do
|
200
|
-
|
201
|
-
post = Factory(:typus_user)
|
202
|
-
output = table_boolean_field("status", post)
|
203
|
-
expected = <<-HTML
|
204
|
-
<td><a href="http://test.host/admin/typus_users/toggle/1?field=status" onclick="return confirm('Change status?');">Active</a></td>
|
205
|
-
HTML
|
206
|
-
|
207
|
-
assert_equal expected.strip, output
|
208
|
-
|
209
|
-
post = Factory(:typus_user, :status => false)
|
210
|
-
output = table_boolean_field("status", post)
|
211
|
-
expected = <<-HTML
|
212
|
-
<td><a href="http://test.host/admin/typus_users/toggle/3?field=status" onclick="return confirm('Change status?');">Inactive</a></td>
|
213
|
-
HTML
|
214
|
-
|
215
|
-
assert_equal expected.strip, output
|
216
|
-
|
217
|
-
end
|
218
|
-
|
219
|
-
end
|