caxlsx_rails 0.6.2 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +75 -18
- data/caxlsx_rails.gemspec +33 -0
- data/lib/axlsx_rails/railtie.rb +3 -2
- data/lib/axlsx_rails/template_handler.rb +24 -28
- data/lib/axlsx_rails/version.rb +1 -1
- metadata +10 -744
- data/Gemfile +0 -53
- data/Gemfile.lock +0 -279
- data/Gemfile.lock.4.2 +0 -255
- data/Gemfile.lock.5.1 +0 -261
- data/Gemfile.lock.5.2 +0 -216
- data/Guardfile +0 -16
- data/Rakefile +0 -29
- data/spec/axlsx_builder_spec.rb +0 -48
- data/spec/axlsx_mailer_spec.rb +0 -15
- data/spec/axlsx_renderer_spec.rb +0 -16
- data/spec/axlsx_request_spec.rb +0 -202
- data/spec/ci.rb +0 -15
- data/spec/dummy/Rakefile +0 -7
- data/spec/dummy/app/assets/javascripts/application.js +0 -15
- data/spec/dummy/app/assets/stylesheets/application.css +0 -13
- data/spec/dummy/app/controllers/application_controller.rb +0 -3
- data/spec/dummy/app/controllers/home_controller.rb +0 -54
- data/spec/dummy/app/controllers/likes_controller.rb +0 -18
- data/spec/dummy/app/controllers/users_controller.rb +0 -27
- data/spec/dummy/app/helpers/application_helper.rb +0 -2
- data/spec/dummy/app/mailers/notifier.rb +0 -14
- data/spec/dummy/app/models/like.rb +0 -3
- data/spec/dummy/app/models/user.rb +0 -10
- data/spec/dummy/app/views/home/_cover_sheet.xlsx.axlsx +0 -3
- data/spec/dummy/app/views/home/index.html.erb +0 -4
- data/spec/dummy/app/views/home/index.xlsx.axlsx +0 -8
- data/spec/dummy/app/views/home/useheader.xlsx.axlsx +0 -8
- data/spec/dummy/app/views/home/withpartial.xlsx.axlsx +0 -9
- data/spec/dummy/app/views/layouts/application.html.erb +0 -12
- data/spec/dummy/app/views/likes/index.html.erb +0 -17
- data/spec/dummy/app/views/likes/index.xlsx.axlsx +0 -7
- data/spec/dummy/app/views/notifier/instructions.html.erb +0 -14
- data/spec/dummy/app/views/users/index.html.erb +0 -23
- data/spec/dummy/app/views/users/index.xlsx.axlsx +0 -1
- data/spec/dummy/app/views/users/respond_with.xlsx.axlsx +0 -8
- data/spec/dummy/app/views/users/send_instructions.xlsx.axlsx +0 -5
- data/spec/dummy/config/application.rb +0 -70
- data/spec/dummy/config/boot.rb +0 -10
- data/spec/dummy/config/database.yml +0 -11
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -39
- data/spec/dummy/config/environments/production.rb +0 -69
- data/spec/dummy/config/environments/test.rb +0 -40
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/inflections.rb +0 -15
- data/spec/dummy/config/initializers/mime_types.rb +0 -5
- data/spec/dummy/config/initializers/secret_token.rb +0 -8
- data/spec/dummy/config/initializers/session_store.rb +0 -8
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/locales/en.yml +0 -5
- data/spec/dummy/config/routes.rb +0 -14
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/db/migrate/20120717192452_create_users.rb +0 -12
- data/spec/dummy/db/migrate/20121206210955_create_likes.rb +0 -10
- data/spec/dummy/db/schema.rb +0 -32
- data/spec/dummy/public/404.html +0 -26
- data/spec/dummy/public/422.html +0 -26
- data/spec/dummy/public/500.html +0 -25
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/script/rails +0 -6
- data/spec/dummy_4/Rakefile +0 -6
- data/spec/dummy_4/app/assets/javascripts/application.js +0 -13
- data/spec/dummy_4/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy_4/app/controllers/application_controller.rb +0 -5
- data/spec/dummy_4/app/controllers/home_controller.rb +0 -56
- data/spec/dummy_4/app/controllers/likes_controller.rb +0 -18
- data/spec/dummy_4/app/controllers/users_controller.rb +0 -27
- data/spec/dummy_4/app/helpers/application_helper.rb +0 -2
- data/spec/dummy_4/app/mailers/notifier.rb +0 -14
- data/spec/dummy_4/app/models/like.rb +0 -3
- data/spec/dummy_4/app/models/user.rb +0 -10
- data/spec/dummy_4/app/views/home/_cover_sheet.xlsx.axlsx +0 -3
- data/spec/dummy_4/app/views/home/index.html.erb +0 -4
- data/spec/dummy_4/app/views/home/index.xlsx.axlsx +0 -8
- data/spec/dummy_4/app/views/home/only_html.html.erb +0 -1
- data/spec/dummy_4/app/views/home/useheader.xlsx.axlsx +0 -8
- data/spec/dummy_4/app/views/home/withpartial.xlsx.axlsx +0 -9
- data/spec/dummy_4/app/views/layouts/application.html.erb +0 -12
- data/spec/dummy_4/app/views/layouts/users.html.erb +0 -12
- data/spec/dummy_4/app/views/likes/index.html.erb +0 -17
- data/spec/dummy_4/app/views/likes/index.xlsx.axlsx +0 -7
- data/spec/dummy_4/app/views/notifier/instructions.html.erb +0 -14
- data/spec/dummy_4/app/views/notifier/instructions.txt.erb +0 -6
- data/spec/dummy_4/app/views/users/export.xlsx.axlsx +0 -8
- data/spec/dummy_4/app/views/users/index.html.erb +0 -23
- data/spec/dummy_4/app/views/users/index.xlsx.axlsx +0 -1
- data/spec/dummy_4/app/views/users/noaction.xlsx.axlsx +0 -1
- data/spec/dummy_4/app/views/users/respond_with.xlsx.axlsx +0 -8
- data/spec/dummy_4/app/views/users/send_instructions.xlsx.axlsx +0 -5
- data/spec/dummy_4/bin/bundle +0 -3
- data/spec/dummy_4/bin/rails +0 -4
- data/spec/dummy_4/bin/rake +0 -4
- data/spec/dummy_4/config/application.rb +0 -23
- data/spec/dummy_4/config/boot.rb +0 -5
- data/spec/dummy_4/config/database.yml +0 -25
- data/spec/dummy_4/config/environment.rb +0 -5
- data/spec/dummy_4/config/environments/development.rb +0 -37
- data/spec/dummy_4/config/environments/production.rb +0 -83
- data/spec/dummy_4/config/environments/test.rb +0 -40
- data/spec/dummy_4/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy_4/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy_4/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy_4/config/initializers/inflections.rb +0 -16
- data/spec/dummy_4/config/initializers/mime_types.rb +0 -4
- data/spec/dummy_4/config/initializers/secret_token.rb +0 -2
- data/spec/dummy_4/config/initializers/session_store.rb +0 -3
- data/spec/dummy_4/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy_4/config/locales/en.yml +0 -23
- data/spec/dummy_4/config/routes.rb +0 -17
- data/spec/dummy_4/config/secrets.yml +0 -22
- data/spec/dummy_4/config.ru +0 -4
- data/spec/dummy_4/db/migrate/20120717192452_create_users.rb +0 -12
- data/spec/dummy_4/db/migrate/20121206210955_create_likes.rb +0 -10
- data/spec/dummy_4/db/schema.rb +0 -32
- data/spec/dummy_4/db/test.sqlite3 +0 -0
- data/spec/dummy_4/log/test.log +0 -4652
- data/spec/dummy_4/public/404.html +0 -67
- data/spec/dummy_4/public/422.html +0 -67
- data/spec/dummy_4/public/500.html +0 -66
- data/spec/dummy_4/public/favicon.ico +0 -0
- data/spec/dummy_5/db/test.sqlite3 +0 -0
- data/spec/dummy_5/log/test.log +0 -3645
- data/spec/dummy_5.0/Rakefile +0 -6
- data/spec/dummy_5.0/app/assets/javascripts/application.js +0 -13
- data/spec/dummy_5.0/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy_5.0/app/controllers/application_controller.rb +0 -5
- data/spec/dummy_5.0/app/controllers/home_controller.rb +0 -56
- data/spec/dummy_5.0/app/controllers/likes_controller.rb +0 -18
- data/spec/dummy_5.0/app/controllers/users_controller.rb +0 -37
- data/spec/dummy_5.0/app/helpers/application_helper.rb +0 -2
- data/spec/dummy_5.0/app/mailers/notifier.rb +0 -14
- data/spec/dummy_5.0/app/models/like.rb +0 -3
- data/spec/dummy_5.0/app/models/user.rb +0 -10
- data/spec/dummy_5.0/app/views/home/_cover_sheet.xlsx.axlsx +0 -3
- data/spec/dummy_5.0/app/views/home/index.html.erb +0 -4
- data/spec/dummy_5.0/app/views/home/index.xlsx.axlsx +0 -8
- data/spec/dummy_5.0/app/views/home/only_html.html.erb +0 -1
- data/spec/dummy_5.0/app/views/home/useheader.xlsx.axlsx +0 -8
- data/spec/dummy_5.0/app/views/home/withpartial.xlsx.axlsx +0 -9
- data/spec/dummy_5.0/app/views/layouts/application.html.erb +0 -12
- data/spec/dummy_5.0/app/views/layouts/users.html.erb +0 -12
- data/spec/dummy_5.0/app/views/likes/index.html.erb +0 -17
- data/spec/dummy_5.0/app/views/likes/index.xlsx.axlsx +0 -7
- data/spec/dummy_5.0/app/views/notifier/instructions.html.erb +0 -14
- data/spec/dummy_5.0/app/views/notifier/instructions.txt.erb +0 -6
- data/spec/dummy_5.0/app/views/users/export.xlsx.axlsx +0 -8
- data/spec/dummy_5.0/app/views/users/index.html.erb +0 -23
- data/spec/dummy_5.0/app/views/users/index.xlsx.axlsx +0 -1
- data/spec/dummy_5.0/app/views/users/noaction.xlsx.axlsx +0 -1
- data/spec/dummy_5.0/app/views/users/respond_with.xlsx.axlsx +0 -8
- data/spec/dummy_5.0/app/views/users/send_instructions.xlsx.axlsx +0 -5
- data/spec/dummy_5.0/bin/bundle +0 -3
- data/spec/dummy_5.0/bin/rails +0 -4
- data/spec/dummy_5.0/bin/rake +0 -4
- data/spec/dummy_5.0/config/application.rb +0 -23
- data/spec/dummy_5.0/config/boot.rb +0 -5
- data/spec/dummy_5.0/config/database.yml +0 -25
- data/spec/dummy_5.0/config/environment.rb +0 -5
- data/spec/dummy_5.0/config/environments/development.rb +0 -37
- data/spec/dummy_5.0/config/environments/production.rb +0 -83
- data/spec/dummy_5.0/config/environments/test.rb +0 -40
- data/spec/dummy_5.0/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy_5.0/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy_5.0/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy_5.0/config/initializers/inflections.rb +0 -16
- data/spec/dummy_5.0/config/initializers/mime_types.rb +0 -4
- data/spec/dummy_5.0/config/initializers/secret_token.rb +0 -2
- data/spec/dummy_5.0/config/initializers/session_store.rb +0 -3
- data/spec/dummy_5.0/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy_5.0/config/locales/en.yml +0 -23
- data/spec/dummy_5.0/config/routes.rb +0 -17
- data/spec/dummy_5.0/config/secrets.yml +0 -22
- data/spec/dummy_5.0/config.ru +0 -4
- data/spec/dummy_5.0/db/migrate/20120717192452_create_users.rb +0 -12
- data/spec/dummy_5.0/db/migrate/20121206210955_create_likes.rb +0 -10
- data/spec/dummy_5.0/db/schema.rb +0 -31
- data/spec/dummy_5.0/public/404.html +0 -67
- data/spec/dummy_5.0/public/422.html +0 -67
- data/spec/dummy_5.0/public/500.html +0 -66
- data/spec/dummy_5.0/public/favicon.ico +0 -0
- data/spec/dummy_5.1/Rakefile +0 -6
- data/spec/dummy_5.1/app/assets/javascripts/application.js +0 -13
- data/spec/dummy_5.1/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy_5.1/app/controllers/application_controller.rb +0 -5
- data/spec/dummy_5.1/app/controllers/home_controller.rb +0 -56
- data/spec/dummy_5.1/app/controllers/likes_controller.rb +0 -18
- data/spec/dummy_5.1/app/controllers/users_controller.rb +0 -37
- data/spec/dummy_5.1/app/helpers/application_helper.rb +0 -2
- data/spec/dummy_5.1/app/mailers/notifier.rb +0 -14
- data/spec/dummy_5.1/app/models/like.rb +0 -3
- data/spec/dummy_5.1/app/models/user.rb +0 -10
- data/spec/dummy_5.1/app/views/home/_cover_sheet.xlsx.axlsx +0 -3
- data/spec/dummy_5.1/app/views/home/index.html.erb +0 -4
- data/spec/dummy_5.1/app/views/home/index.xlsx.axlsx +0 -8
- data/spec/dummy_5.1/app/views/home/only_html.html.erb +0 -1
- data/spec/dummy_5.1/app/views/home/useheader.xlsx.axlsx +0 -8
- data/spec/dummy_5.1/app/views/home/withpartial.xlsx.axlsx +0 -9
- data/spec/dummy_5.1/app/views/layouts/application.html.erb +0 -12
- data/spec/dummy_5.1/app/views/layouts/users.html.erb +0 -12
- data/spec/dummy_5.1/app/views/likes/index.html.erb +0 -17
- data/spec/dummy_5.1/app/views/likes/index.xlsx.axlsx +0 -7
- data/spec/dummy_5.1/app/views/notifier/instructions.html.erb +0 -14
- data/spec/dummy_5.1/app/views/notifier/instructions.txt.erb +0 -6
- data/spec/dummy_5.1/app/views/users/export.xlsx.axlsx +0 -8
- data/spec/dummy_5.1/app/views/users/index.html.erb +0 -23
- data/spec/dummy_5.1/app/views/users/index.xlsx.axlsx +0 -1
- data/spec/dummy_5.1/app/views/users/noaction.xlsx.axlsx +0 -1
- data/spec/dummy_5.1/app/views/users/respond_with.xlsx.axlsx +0 -8
- data/spec/dummy_5.1/app/views/users/send_instructions.xlsx.axlsx +0 -5
- data/spec/dummy_5.1/bin/bundle +0 -3
- data/spec/dummy_5.1/bin/rails +0 -4
- data/spec/dummy_5.1/bin/rake +0 -4
- data/spec/dummy_5.1/config/application.rb +0 -23
- data/spec/dummy_5.1/config/boot.rb +0 -5
- data/spec/dummy_5.1/config/database.yml +0 -25
- data/spec/dummy_5.1/config/environment.rb +0 -5
- data/spec/dummy_5.1/config/environments/development.rb +0 -37
- data/spec/dummy_5.1/config/environments/production.rb +0 -83
- data/spec/dummy_5.1/config/environments/test.rb +0 -40
- data/spec/dummy_5.1/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy_5.1/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy_5.1/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy_5.1/config/initializers/inflections.rb +0 -16
- data/spec/dummy_5.1/config/initializers/mime_types.rb +0 -4
- data/spec/dummy_5.1/config/initializers/secret_token.rb +0 -2
- data/spec/dummy_5.1/config/initializers/session_store.rb +0 -3
- data/spec/dummy_5.1/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy_5.1/config/locales/en.yml +0 -23
- data/spec/dummy_5.1/config/routes.rb +0 -17
- data/spec/dummy_5.1/config/secrets.yml +0 -22
- data/spec/dummy_5.1/config.ru +0 -4
- data/spec/dummy_5.1/db/migrate/20120717192452_create_users.rb +0 -12
- data/spec/dummy_5.1/db/migrate/20121206210955_create_likes.rb +0 -10
- data/spec/dummy_5.1/db/schema.rb +0 -31
- data/spec/dummy_5.1/db/test.sqlite3 +0 -0
- data/spec/dummy_5.1/log/test.log +0 -3645
- data/spec/dummy_5.1/public/404.html +0 -67
- data/spec/dummy_5.1/public/422.html +0 -67
- data/spec/dummy_5.1/public/500.html +0 -66
- data/spec/dummy_5.1/public/favicon.ico +0 -0
- data/spec/dummy_5.2/Rakefile +0 -6
- data/spec/dummy_5.2/app/assets/javascripts/application.js +0 -13
- data/spec/dummy_5.2/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy_5.2/app/controllers/application_controller.rb +0 -5
- data/spec/dummy_5.2/app/controllers/home_controller.rb +0 -56
- data/spec/dummy_5.2/app/controllers/likes_controller.rb +0 -18
- data/spec/dummy_5.2/app/controllers/users_controller.rb +0 -37
- data/spec/dummy_5.2/app/helpers/application_helper.rb +0 -2
- data/spec/dummy_5.2/app/mailers/notifier.rb +0 -14
- data/spec/dummy_5.2/app/models/like.rb +0 -3
- data/spec/dummy_5.2/app/models/user.rb +0 -10
- data/spec/dummy_5.2/app/views/home/_cover_sheet.xlsx.axlsx +0 -3
- data/spec/dummy_5.2/app/views/home/index.html.erb +0 -4
- data/spec/dummy_5.2/app/views/home/index.xlsx.axlsx +0 -8
- data/spec/dummy_5.2/app/views/home/only_html.html.erb +0 -1
- data/spec/dummy_5.2/app/views/home/useheader.xlsx.axlsx +0 -8
- data/spec/dummy_5.2/app/views/home/withpartial.xlsx.axlsx +0 -9
- data/spec/dummy_5.2/app/views/layouts/application.html.erb +0 -12
- data/spec/dummy_5.2/app/views/layouts/users.html.erb +0 -12
- data/spec/dummy_5.2/app/views/likes/index.html.erb +0 -17
- data/spec/dummy_5.2/app/views/likes/index.xlsx.axlsx +0 -7
- data/spec/dummy_5.2/app/views/notifier/instructions.html.erb +0 -14
- data/spec/dummy_5.2/app/views/notifier/instructions.txt.erb +0 -6
- data/spec/dummy_5.2/app/views/users/export.xlsx.axlsx +0 -8
- data/spec/dummy_5.2/app/views/users/index.html.erb +0 -23
- data/spec/dummy_5.2/app/views/users/index.xlsx.axlsx +0 -1
- data/spec/dummy_5.2/app/views/users/noaction.xlsx.axlsx +0 -1
- data/spec/dummy_5.2/app/views/users/respond_with.xlsx.axlsx +0 -8
- data/spec/dummy_5.2/app/views/users/send_instructions.xlsx.axlsx +0 -5
- data/spec/dummy_5.2/bin/bundle +0 -3
- data/spec/dummy_5.2/bin/rails +0 -4
- data/spec/dummy_5.2/bin/rake +0 -4
- data/spec/dummy_5.2/config/application.rb +0 -23
- data/spec/dummy_5.2/config/boot.rb +0 -5
- data/spec/dummy_5.2/config/database.yml +0 -25
- data/spec/dummy_5.2/config/environment.rb +0 -5
- data/spec/dummy_5.2/config/environments/development.rb +0 -37
- data/spec/dummy_5.2/config/environments/production.rb +0 -83
- data/spec/dummy_5.2/config/environments/test.rb +0 -40
- data/spec/dummy_5.2/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy_5.2/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy_5.2/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy_5.2/config/initializers/inflections.rb +0 -16
- data/spec/dummy_5.2/config/initializers/mime_types.rb +0 -4
- data/spec/dummy_5.2/config/initializers/secret_token.rb +0 -2
- data/spec/dummy_5.2/config/initializers/session_store.rb +0 -3
- data/spec/dummy_5.2/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy_5.2/config/locales/en.yml +0 -23
- data/spec/dummy_5.2/config/routes.rb +0 -17
- data/spec/dummy_5.2/config/secrets.yml +0 -22
- data/spec/dummy_5.2/config.ru +0 -4
- data/spec/dummy_5.2/db/migrate/20120717192452_create_users.rb +0 -12
- data/spec/dummy_5.2/db/migrate/20121206210955_create_likes.rb +0 -10
- data/spec/dummy_5.2/db/schema.rb +0 -31
- data/spec/dummy_5.2/db/test.sqlite3 +0 -0
- data/spec/dummy_5.2/log/test.log +0 -3645
- data/spec/dummy_5.2/public/404.html +0 -67
- data/spec/dummy_5.2/public/422.html +0 -67
- data/spec/dummy_5.2/public/500.html +0 -66
- data/spec/dummy_5.2/public/favicon.ico +0 -0
- data/spec/dummy_6.0/Rakefile +0 -6
- data/spec/dummy_6.0/app/assets/javascripts/application.js +0 -13
- data/spec/dummy_6.0/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy_6.0/app/controllers/application_controller.rb +0 -5
- data/spec/dummy_6.0/app/controllers/home_controller.rb +0 -56
- data/spec/dummy_6.0/app/controllers/likes_controller.rb +0 -18
- data/spec/dummy_6.0/app/controllers/users_controller.rb +0 -37
- data/spec/dummy_6.0/app/helpers/application_helper.rb +0 -2
- data/spec/dummy_6.0/app/mailers/notifier.rb +0 -14
- data/spec/dummy_6.0/app/models/like.rb +0 -3
- data/spec/dummy_6.0/app/models/user.rb +0 -10
- data/spec/dummy_6.0/app/views/home/_cover_sheet.xlsx.axlsx +0 -3
- data/spec/dummy_6.0/app/views/home/index.html.erb +0 -4
- data/spec/dummy_6.0/app/views/home/index.xlsx.axlsx +0 -8
- data/spec/dummy_6.0/app/views/home/only_html.html.erb +0 -1
- data/spec/dummy_6.0/app/views/home/useheader.xlsx.axlsx +0 -8
- data/spec/dummy_6.0/app/views/home/withpartial.xlsx.axlsx +0 -9
- data/spec/dummy_6.0/app/views/layouts/application.html.erb +0 -12
- data/spec/dummy_6.0/app/views/layouts/users.html.erb +0 -12
- data/spec/dummy_6.0/app/views/likes/index.html.erb +0 -17
- data/spec/dummy_6.0/app/views/likes/index.xlsx.axlsx +0 -7
- data/spec/dummy_6.0/app/views/notifier/instructions.html.erb +0 -14
- data/spec/dummy_6.0/app/views/notifier/instructions.txt.erb +0 -6
- data/spec/dummy_6.0/app/views/users/export.xlsx.axlsx +0 -8
- data/spec/dummy_6.0/app/views/users/index.html.erb +0 -23
- data/spec/dummy_6.0/app/views/users/index.xlsx.axlsx +0 -1
- data/spec/dummy_6.0/app/views/users/noaction.xlsx.axlsx +0 -1
- data/spec/dummy_6.0/app/views/users/respond_with.xlsx.axlsx +0 -8
- data/spec/dummy_6.0/app/views/users/send_instructions.xlsx.axlsx +0 -5
- data/spec/dummy_6.0/bin/bundle +0 -3
- data/spec/dummy_6.0/bin/rails +0 -4
- data/spec/dummy_6.0/bin/rake +0 -4
- data/spec/dummy_6.0/config/application.rb +0 -23
- data/spec/dummy_6.0/config/boot.rb +0 -5
- data/spec/dummy_6.0/config/database.yml +0 -25
- data/spec/dummy_6.0/config/environment.rb +0 -5
- data/spec/dummy_6.0/config/environments/development.rb +0 -37
- data/spec/dummy_6.0/config/environments/production.rb +0 -83
- data/spec/dummy_6.0/config/environments/test.rb +0 -40
- data/spec/dummy_6.0/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy_6.0/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy_6.0/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy_6.0/config/initializers/inflections.rb +0 -16
- data/spec/dummy_6.0/config/initializers/mime_types.rb +0 -4
- data/spec/dummy_6.0/config/initializers/secret_token.rb +0 -2
- data/spec/dummy_6.0/config/initializers/session_store.rb +0 -3
- data/spec/dummy_6.0/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy_6.0/config/locales/en.yml +0 -23
- data/spec/dummy_6.0/config/routes.rb +0 -17
- data/spec/dummy_6.0/config/secrets.yml +0 -22
- data/spec/dummy_6.0/config.ru +0 -4
- data/spec/dummy_6.0/db/migrate/20120717192452_create_users.rb +0 -12
- data/spec/dummy_6.0/db/migrate/20121206210955_create_likes.rb +0 -10
- data/spec/dummy_6.0/db/schema.rb +0 -31
- data/spec/dummy_6.0/public/404.html +0 -67
- data/spec/dummy_6.0/public/422.html +0 -67
- data/spec/dummy_6.0/public/500.html +0 -66
- data/spec/dummy_6.0/public/favicon.ico +0 -0
- data/spec/reset_gems.sh +0 -2
- data/spec/spec_helper.rb +0 -53
- data/spec/test_3.1.sh +0 -16
- data/spec/test_3.2.sh +0 -16
- data/spec/test_4.0.sh +0 -16
- data/spec/test_4.1.sh +0 -16
- data/spec/test_4.2.sh +0 -16
- data/spec/test_5.0.sh +0 -16
- data/spec/test_5.1.sh +0 -16
- data/spec/test_5.2.sh +0 -16
- data/spec/test_6.0.sh +0 -16
- data/spec/test_all_rails.sh +0 -8
- data/spec/test_revert.sh +0 -3
data/spec/axlsx_request_spec.rb
DELETED
@@ -1,202 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
describe 'Caxlsx request', :type => :request do
|
3
|
-
|
4
|
-
after(:each) do
|
5
|
-
if File.exists? '/tmp/caxlsx_temp.xlsx'
|
6
|
-
File.unlink '/tmp/caxlsx_temp.xlsx'
|
7
|
-
end
|
8
|
-
end
|
9
|
-
|
10
|
-
it "has a working dummy app" do
|
11
|
-
User.create name: 'Elmer', last_name: 'Fudd', address: '1234 Somewhere, Over NY 11111', email: 'elmer@fudd.com'
|
12
|
-
visit '/'
|
13
|
-
expect(page).to have_content("Hey, you")
|
14
|
-
end
|
15
|
-
|
16
|
-
it "downloads an excel file from default respond_to" do
|
17
|
-
visit '/home.xlsx'
|
18
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + "; charset=utf-8")
|
19
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
20
|
-
wb = nil
|
21
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
22
|
-
expect(wb.cell(2,1)).to eq('Untie!')
|
23
|
-
end
|
24
|
-
|
25
|
-
it "downloads an excel file from respond_to while specifying filename" do
|
26
|
-
visit '/useheader.xlsx'
|
27
|
-
|
28
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s)
|
29
|
-
expect(page.response_headers['Content-Disposition']).to include("filename=\"filename_test.xlsx\"")
|
30
|
-
|
31
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
32
|
-
wb = nil
|
33
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
34
|
-
expect(wb.cell(2,1)).to eq('Untie!')
|
35
|
-
end
|
36
|
-
|
37
|
-
it "downloads an excel file from respond_to while specifying filename in direct format" do
|
38
|
-
visit '/useheader.xlsx?set_direct=true'
|
39
|
-
|
40
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + "; charset=utf-8")
|
41
|
-
expect(page.response_headers['Content-Disposition']).to include("filename=\"filename_test.xlsx\"")
|
42
|
-
|
43
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
44
|
-
wb = nil
|
45
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
46
|
-
expect(wb.cell(2,1)).to eq('Untie!')
|
47
|
-
end
|
48
|
-
|
49
|
-
it "downloads an excel file from render statement with filename" do
|
50
|
-
visit '/another.xlsx'
|
51
|
-
|
52
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type)
|
53
|
-
expect(page.response_headers['Content-Disposition']).to include("filename=\"filename_test.xlsx\"")
|
54
|
-
|
55
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
56
|
-
wb = nil
|
57
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
58
|
-
expect(wb.cell(2,1)).to eq('Untie!')
|
59
|
-
end
|
60
|
-
|
61
|
-
it "downloads an excel file from acts_as_xlsx model" do
|
62
|
-
User.destroy_all
|
63
|
-
User.create name: 'Elmer', last_name: 'Fudd', address: '1234 Somewhere, Over NY 11111', email: 'elmer@fudd.com'
|
64
|
-
User.create name: 'Bugs', last_name: 'Bunny', address: '1234 Left Turn, Albuquerque NM 22222', email: 'bugs@bunny.com'
|
65
|
-
visit '/users.xlsx'
|
66
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + "; charset=utf-8")
|
67
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
68
|
-
wb = nil
|
69
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
70
|
-
expect(wb.cell(3,2)).to eq('Bugs')
|
71
|
-
end
|
72
|
-
|
73
|
-
it "downloads an excel file with partial" do
|
74
|
-
visit '/withpartial.xlsx'
|
75
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + "; charset=utf-8")
|
76
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
77
|
-
wb = nil
|
78
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
79
|
-
expect(wb.cell(1,1,wb.sheets[0])).to eq('Cover')
|
80
|
-
expect(wb.cell(2,1,wb.sheets[1])).to eq("Untie!")
|
81
|
-
end
|
82
|
-
|
83
|
-
it "handles nested resources" do
|
84
|
-
User.destroy_all
|
85
|
-
@user = User.create name: 'Bugs', last_name: 'Bunny', address: '1234 Left Turn, Albuquerque NM 22222', email: 'bugs@bunny.com'
|
86
|
-
@user.likes.create(:name => 'Carrots')
|
87
|
-
@user.likes.create(:name => 'Celery')
|
88
|
-
visit "/users/#{@user.id}/likes.xlsx"
|
89
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + "; charset=utf-8")
|
90
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
91
|
-
wb = nil
|
92
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
93
|
-
expect(wb.cell(1,1)).to eq('Bugs')
|
94
|
-
expect(wb.cell(2,1)).to eq('Carrots')
|
95
|
-
expect(wb.cell(3,1)).to eq('Celery')
|
96
|
-
end
|
97
|
-
|
98
|
-
it "handles reference to absolute paths" do
|
99
|
-
User.destroy_all
|
100
|
-
@user = User.create name: 'Bugs', last_name: 'Bunny', address: '1234 Left Turn, Albuquerque NM 22222', email: 'bugs@bunny.com'
|
101
|
-
visit "/users/#{@user.id}/render_elsewhere.xlsx"
|
102
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s)
|
103
|
-
[[1,false],[3,true],[4,true],[5,false]].reverse.each do |s|
|
104
|
-
visit "/home/render_elsewhere.xlsx?type=#{s[0]}"
|
105
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + (s[1] ? "; charset=utf-8" : ''))
|
106
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
107
|
-
wb = nil
|
108
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
109
|
-
if s[0] == 5
|
110
|
-
expect(wb.cell(1,1)).to eq('Bad')
|
111
|
-
else
|
112
|
-
expect(wb.cell(2,2)).to eq('Bugs')
|
113
|
-
end
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
it "uses respond_with" do
|
118
|
-
User.destroy_all
|
119
|
-
@user = User.create name: 'Responder', last_name: 'Bunny', address: '1234 Right Turn, Albuquerque NM 22222', email: 'bugs@bunny.com'
|
120
|
-
visit "/users/#{@user.id}.xlsx"
|
121
|
-
expect {
|
122
|
-
visit "/users/#{@user.id}.xlsx"
|
123
|
-
}.to_not raise_error
|
124
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
125
|
-
wb = nil
|
126
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
127
|
-
expect(wb.cell(2,1)).to eq('Untie!')
|
128
|
-
end
|
129
|
-
|
130
|
-
it "ignores layout" do
|
131
|
-
User.destroy_all
|
132
|
-
@user = User.create name: 'Responder', last_name: 'Bunny', address: '1234 Right Turn, Albuquerque NM 22222', email: 'bugs@bunny.com'
|
133
|
-
expect {
|
134
|
-
visit "/users/export/#{@user.id}.xlsx"
|
135
|
-
}.to_not raise_error
|
136
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
137
|
-
wb = nil
|
138
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
139
|
-
expect(wb.cell(2,1)).to eq('Untie!')
|
140
|
-
end
|
141
|
-
|
142
|
-
unless Rails.version < '3.2'
|
143
|
-
it "handles missing format with render :xlsx" do
|
144
|
-
visit '/another'
|
145
|
-
|
146
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type)
|
147
|
-
expect(page.response_headers['Content-Disposition']).to include("filename=\"filename_test.xlsx\"")
|
148
|
-
|
149
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
150
|
-
wb = nil
|
151
|
-
# wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx')
|
152
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to raise_error(Zip::ZipError)
|
153
|
-
# wb.cell(2,1).should == 'Untie!'
|
154
|
-
end
|
155
|
-
end
|
156
|
-
|
157
|
-
unless Rails.version < '4.0'
|
158
|
-
Capybara.register_driver :mime_all do |app|
|
159
|
-
Capybara::RackTest::Driver.new(app, headers: { 'HTTP_ACCEPT' => '*/*' })
|
160
|
-
end
|
161
|
-
|
162
|
-
def puts_def_formats(title)
|
163
|
-
puts "default formats #{title.ljust(30)}: #{ActionView::Base.default_formats}"
|
164
|
-
end
|
165
|
-
|
166
|
-
it "mime all with render :xlsx and then :html" do
|
167
|
-
# puts_def_formats 'before'
|
168
|
-
ActionView::Base.default_formats.delete :xlsx # see notes
|
169
|
-
# puts_def_formats 'in my project'
|
170
|
-
Capybara.current_driver = :mime_all
|
171
|
-
visit '/another'
|
172
|
-
# puts_def_formats 'after render xlsx with */*'
|
173
|
-
expect{
|
174
|
-
visit '/home/only_html'
|
175
|
-
}.to_not raise_error
|
176
|
-
ActionView::Base.default_formats.push :xlsx # see notes
|
177
|
-
|
178
|
-
# Output:
|
179
|
-
# default formats before : [:html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :xlsx]
|
180
|
-
# default formats in my project : [:html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip]
|
181
|
-
# default formats after render xlsx with */* : [:xlsx, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip]
|
182
|
-
|
183
|
-
# Failure/Error: visit '/home/only_html'
|
184
|
-
# ActionView::MissingTemplate:
|
185
|
-
# Missing template home/only_html, application/only_html with {:locale=>[:en], :formats=>[:xlsx, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :axlsx]}.
|
186
|
-
end
|
187
|
-
end
|
188
|
-
|
189
|
-
if Rails::VERSION::MAJOR < 6
|
190
|
-
it "downloads an excel file when there is no action" do
|
191
|
-
User.destroy_all
|
192
|
-
User.create name: 'Elmer', last_name: 'Fudd', address: '1234 Somewhere, Over NY 11111', email: 'elmer@fudd.com'
|
193
|
-
User.create name: 'Bugs', last_name: 'Bunny', address: '1234 Left Turn, Albuquerque NM 22222', email: 'bugs@bunny.com'
|
194
|
-
visit '/users/noaction.xlsx'
|
195
|
-
expect(page.response_headers['Content-Type']).to eq(mime_type.to_s + "; charset=utf-8")
|
196
|
-
File.open('/tmp/caxlsx_temp.xlsx', 'w') {|f| f.write(page.source) }
|
197
|
-
wb = nil
|
198
|
-
expect{ wb = Roo::Excelx.new('/tmp/caxlsx_temp.xlsx') }.to_not raise_error
|
199
|
-
expect(wb.cell(3,2)).to eq('Bugs')
|
200
|
-
end
|
201
|
-
end
|
202
|
-
end
|
data/spec/ci.rb
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
if ENV['RAILS_VERSION'] =~ /^6.0/
|
4
|
-
puts "Testing Rails 6.0"
|
5
|
-
exit system('cd spec/dummy_6.0 && bundle install --without debug && rails db:reset && cd ../../ && bundle exec rspec spec')
|
6
|
-
elsif ENV['RAILS_VERSION'] =~ /^5/
|
7
|
-
puts "Testing Rails #{ENV['RAILS_VERSION']}"
|
8
|
-
exit system("cd spec/dummy_#{ENV['RAILS_VERSION']} && bundle install --without debug && rails db:reset && cd ../../ && bundle exec rspec spec")
|
9
|
-
elsif ENV['RAILS_VERSION'] =~ /^4/
|
10
|
-
puts "Testing Rails #{ENV['RAILS_VERSION'].to_i}"
|
11
|
-
exit system("cd spec/dummy_#{ENV['RAILS_VERSION'].to_i} && bundle install --without debug && rake db:reset && cd ../../ && bundle exec rspec spec")
|
12
|
-
else
|
13
|
-
puts "Testing Rails 3"
|
14
|
-
exit system('cd spec/dummy && bundle install --without debug && bundle exec rake db:create && bundle exec rake db:migrate && cd ../../ && bundle exec rspec spec')
|
15
|
-
end
|
data/spec/dummy/Rakefile
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
#!/usr/bin/env rake
|
2
|
-
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
3
|
-
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
4
|
-
|
5
|
-
require File.expand_path('../config/application', __FILE__)
|
6
|
-
|
7
|
-
Dummy::Application.load_tasks
|
@@ -1,15 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// the compiled file.
|
9
|
-
//
|
10
|
-
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
11
|
-
// GO AFTER THE REQUIRES BELOW.
|
12
|
-
//
|
13
|
-
//= require jquery
|
14
|
-
//= require jquery_ujs
|
15
|
-
//= require_tree .
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
-
*
|
11
|
-
*= require_self
|
12
|
-
*= require_tree .
|
13
|
-
*/
|
@@ -1,54 +0,0 @@
|
|
1
|
-
#---
|
2
|
-
# Excerpted from "Crafting Rails Applications",
|
3
|
-
# published by The Pragmatic Bookshelf.
|
4
|
-
# Copyrights apply to this code. It may not be used to create training material,
|
5
|
-
# courses, books, articles, and the like. Contact us if you are in doubt.
|
6
|
-
# We make no guarantees that this code is fit for any purpose.
|
7
|
-
# Visit http://www.pragmaticprogrammer.com/titles/jvrails for more book information.
|
8
|
-
#---
|
9
|
-
class HomeController < ApplicationController
|
10
|
-
def index
|
11
|
-
respond_to do |format|
|
12
|
-
format.html
|
13
|
-
format.xlsx
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def another
|
18
|
-
render :xlsx => "index", :filename => "filename_test.xlsx"
|
19
|
-
end
|
20
|
-
|
21
|
-
def render_elsewhere
|
22
|
-
case params[:type]
|
23
|
-
when '1'
|
24
|
-
render :xlsx => "home/index", :template => 'users/index'
|
25
|
-
when '2'
|
26
|
-
render :xlsx => "users/index", :template => 'users/index'
|
27
|
-
when '3'
|
28
|
-
render template: "users/index"
|
29
|
-
when '4'
|
30
|
-
render "users/index"
|
31
|
-
else
|
32
|
-
render :xlsx => "index"
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
def render_file_path
|
37
|
-
render :xlsx => Rails.root.join('app','views','users','index')
|
38
|
-
end
|
39
|
-
|
40
|
-
def withpartial
|
41
|
-
end
|
42
|
-
|
43
|
-
def useheader
|
44
|
-
respond_to do |format|
|
45
|
-
format.xlsx {
|
46
|
-
if params[:set_direct]
|
47
|
-
response.headers['Content-Disposition'] = "attachment; filename=\"filename_test.xlsx\""
|
48
|
-
else
|
49
|
-
render xlsx: "useheader", filename: "filename_test.xlsx"
|
50
|
-
end
|
51
|
-
}
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
class LikesController < ApplicationController
|
2
|
-
# GET /likes
|
3
|
-
# GET /likes.json
|
4
|
-
def index
|
5
|
-
@user = User.find(params[:user_id])
|
6
|
-
@likes = @user.likes
|
7
|
-
|
8
|
-
respond_to do |format|
|
9
|
-
format.html # index.html.erb
|
10
|
-
format.xlsx
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
def render_elsewhere
|
15
|
-
@user = User.find(params[:user_id])
|
16
|
-
render :xlsx => "index", :template => 'users/index'
|
17
|
-
end
|
18
|
-
end
|
@@ -1,27 +0,0 @@
|
|
1
|
-
class UsersController < ApplicationController
|
2
|
-
respond_to :xlsx, :html
|
3
|
-
|
4
|
-
# GET /users
|
5
|
-
# GET /users.json
|
6
|
-
def index
|
7
|
-
@users = User.all
|
8
|
-
|
9
|
-
respond_to do |format|
|
10
|
-
format.html # index.html.erb
|
11
|
-
format.xlsx
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
def show
|
16
|
-
@user = User.find(params[:id])
|
17
|
-
respond_with(@user) do |format|
|
18
|
-
format.xlsx { render "respond_with.xlsx.axlsx" }
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
def send_instructions
|
23
|
-
@user = User.find(params[:user_id])
|
24
|
-
@user.send_instructions
|
25
|
-
render text: "Email sent"
|
26
|
-
end
|
27
|
-
end
|
@@ -1,14 +0,0 @@
|
|
1
|
-
class Notifier < ActionMailer::Base
|
2
|
-
default :from => 'noreply@company.com'
|
3
|
-
|
4
|
-
def instructions(user)
|
5
|
-
@user = user
|
6
|
-
|
7
|
-
# normal syntax
|
8
|
-
xlsx = render_to_string handlers: [:axlsx], template: 'users/send_instructions', layout: false
|
9
|
-
attachments["user_#{user.id}.xlsx"] = {mime_type: Mime::XLSX, content: xlsx}
|
10
|
-
|
11
|
-
mail :to => user.email, :subject => 'Instructions'
|
12
|
-
end
|
13
|
-
|
14
|
-
end
|
@@ -1,8 +0,0 @@
|
|
1
|
-
wb = xlsx_package.workbook
|
2
|
-
style_shout = wb.styles.add_style sz: 16, b: true, alignment: { horizontal: :center }
|
3
|
-
wb.add_worksheet(name: "Foobar") do |sheet|
|
4
|
-
sheet.add_row ['Bad', 'spellers', 'of', 'the', 'world', '...']
|
5
|
-
sheet.add_row ['Untie!']
|
6
|
-
sheet.merge_cells("A2:E2")
|
7
|
-
sheet["A2"].style = style_shout
|
8
|
-
end
|
@@ -1,8 +0,0 @@
|
|
1
|
-
wb = xlsx_package.workbook
|
2
|
-
style_shout = wb.styles.add_style sz: 16, b: true, alignment: { horizontal: :center }
|
3
|
-
wb.add_worksheet(name: "Foobar") do |sheet|
|
4
|
-
sheet.add_row ['Bad', 'spellers', 'of', 'the', 'world', '...']
|
5
|
-
sheet.add_row ['Untie!']
|
6
|
-
sheet.merge_cells("A2:E2")
|
7
|
-
sheet["A2"].style = style_shout
|
8
|
-
end
|
@@ -1,9 +0,0 @@
|
|
1
|
-
wb = xlsx_package.workbook
|
2
|
-
render :partial => 'cover_sheet', :locals => {:wb => wb}
|
3
|
-
style_shout = wb.styles.add_style sz: 16, b: true, alignment: { horizontal: :center }
|
4
|
-
wb.add_worksheet(name: "Foobar") do |sheet|
|
5
|
-
sheet.add_row ['Bad', 'spellers', 'of', 'the', 'world', '...']
|
6
|
-
sheet.add_row ['Untie!']
|
7
|
-
sheet.merge_cells("A2:E2")
|
8
|
-
sheet["A2"].style = style_shout
|
9
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
<h1>Listing likes for <%= @user.name %></h1>
|
2
|
-
|
3
|
-
<table>
|
4
|
-
<tr>
|
5
|
-
<th>Name</th>
|
6
|
-
</tr>
|
7
|
-
|
8
|
-
<% @likes.each do |like| %>
|
9
|
-
<tr>
|
10
|
-
<td><%= like.name %></td>
|
11
|
-
</tr>
|
12
|
-
<% end %>
|
13
|
-
</table>
|
14
|
-
|
15
|
-
<br />
|
16
|
-
|
17
|
-
<%= link_to 'New Like', new_like_path %>
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
5
|
-
</head>
|
6
|
-
<body>
|
7
|
-
<h1>Instructions</h1>
|
8
|
-
<p>
|
9
|
-
You have successfully signed up to example.com,
|
10
|
-
your username is: <%= @user.email %>.<br/>
|
11
|
-
</p>
|
12
|
-
<p>Thanks for joining and have a great day!</p>
|
13
|
-
</body>
|
14
|
-
</html>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<h1>Listing users</h1>
|
2
|
-
|
3
|
-
<table>
|
4
|
-
<tr>
|
5
|
-
<th>Name</th>
|
6
|
-
<th>Last name</th>
|
7
|
-
<th>Address</th>
|
8
|
-
<th>Email</th>
|
9
|
-
</tr>
|
10
|
-
|
11
|
-
<% @users.each do |user| %>
|
12
|
-
<tr>
|
13
|
-
<td><%= user.name %></td>
|
14
|
-
<td><%= user.last_name %></td>
|
15
|
-
<td><%= user.address %></td>
|
16
|
-
<td><%= user.email %></td>
|
17
|
-
</tr>
|
18
|
-
<% end %>
|
19
|
-
</table>
|
20
|
-
|
21
|
-
<br />
|
22
|
-
|
23
|
-
<%= link_to 'New User', new_user_path %>
|
@@ -1 +0,0 @@
|
|
1
|
-
User.to_xlsx package: xlsx_package
|
@@ -1,8 +0,0 @@
|
|
1
|
-
wb = xlsx_package.workbook
|
2
|
-
style_shout = wb.styles.add_style sz: 16, b: true, alignment: { horizontal: :center }
|
3
|
-
wb.add_worksheet(name: "Foobar") do |sheet|
|
4
|
-
sheet.add_row ['Bad', 'spellers', 'of', 'the', 'world', '...']
|
5
|
-
sheet.add_row ['Untie!']
|
6
|
-
sheet.merge_cells("A2:E2")
|
7
|
-
sheet["A2"].style = style_shout
|
8
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
require File.expand_path('../boot', __FILE__)
|
2
|
-
|
3
|
-
require 'rails/version'
|
4
|
-
if Rails::VERSION::MAJOR < 4
|
5
|
-
# Pick the frameworks you want:
|
6
|
-
require "active_record/railtie"
|
7
|
-
require "action_controller/railtie"
|
8
|
-
require "action_mailer/railtie"
|
9
|
-
require "active_resource/railtie"
|
10
|
-
require "sprockets/railtie"
|
11
|
-
# require "rails/test_unit/railtie"
|
12
|
-
else
|
13
|
-
require 'rails/all'
|
14
|
-
end
|
15
|
-
|
16
|
-
Bundler.require
|
17
|
-
require "axlsx_rails"
|
18
|
-
|
19
|
-
module Dummy
|
20
|
-
class Application < Rails::Application
|
21
|
-
# Settings in config/environments/* take precedence over those specified here.
|
22
|
-
# Application configuration should go into files in config/initializers
|
23
|
-
# -- all .rb files in that directory are automatically loaded.
|
24
|
-
|
25
|
-
# Custom directories with classes and modules you want to be autoloadable.
|
26
|
-
# config.autoload_paths += %W(#{config.root}/extras)
|
27
|
-
|
28
|
-
# Only load the plugins named here, in the order given (default is alphabetical).
|
29
|
-
# :all can be used as a placeholder for all plugins not explicitly named.
|
30
|
-
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
|
31
|
-
|
32
|
-
# Activate observers that should always be running.
|
33
|
-
# config.active_record.observers = :cacher, :garbage_collector, :forum_observer
|
34
|
-
|
35
|
-
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
36
|
-
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
37
|
-
# config.time_zone = 'Central Time (US & Canada)'
|
38
|
-
|
39
|
-
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
40
|
-
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
41
|
-
# config.i18n.default_locale = :de
|
42
|
-
|
43
|
-
# Configure the default encoding used in templates for Ruby 1.9.
|
44
|
-
config.encoding = "utf-8"
|
45
|
-
|
46
|
-
# Configure sensitive parameters which will be filtered from the log file.
|
47
|
-
config.filter_parameters += [:password]
|
48
|
-
|
49
|
-
# Enable escaping HTML in JSON.
|
50
|
-
config.active_support.escape_html_entities_in_json = true
|
51
|
-
|
52
|
-
# Use SQL instead of Active Record's schema dumper when creating the database.
|
53
|
-
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
54
|
-
# like if you have constraints or database-specific column types
|
55
|
-
# config.active_record.schema_format = :sql
|
56
|
-
|
57
|
-
# Enforce whitelist mode for mass assignment.
|
58
|
-
# This will create an empty whitelist of attributes available for mass-assignment for all models
|
59
|
-
# in your app. As such, your models will need to explicitly whitelist or blacklist accessible
|
60
|
-
# parameters by using an attr_accessible or attr_protected declaration.
|
61
|
-
config.active_record.whitelist_attributes = false if Rails::VERSION::MAJOR < 6
|
62
|
-
|
63
|
-
# Enable the asset pipeline
|
64
|
-
config.assets.enabled = true
|
65
|
-
|
66
|
-
# Version of your assets, change this if you want to expire all your assets
|
67
|
-
config.assets.version = '1.0'
|
68
|
-
end
|
69
|
-
end
|
70
|
-
|
data/spec/dummy/config/boot.rb
DELETED