better_frame 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +41 -0
  4. data/Rakefile +37 -0
  5. data/app/assets/javascripts/better_frame/application.js +14 -0
  6. data/app/assets/javascripts/better_frame/better_frame.js +42 -0
  7. data/app/assets/stylesheets/better_frame/application.css +15 -0
  8. data/app/controllers/better_frame/api_controller.rb +17 -0
  9. data/app/controllers/better_frame/application_controller.rb +4 -0
  10. data/app/helpers/better_frame/application_helper.rb +4 -0
  11. data/app/views/better_frame/api/include.js.erb +4 -0
  12. data/app/views/layouts/better_frame/application.html.erb +2 -0
  13. data/config/routes.rb +3 -0
  14. data/lib/better_frame/better_frameable.rb +17 -0
  15. data/lib/better_frame/engine.rb +6 -0
  16. data/lib/better_frame/version.rb +3 -0
  17. data/lib/better_frame.rb +4 -0
  18. data/lib/tasks/better_frame_tasks.rake +4 -0
  19. data/test/better_frame_test.rb +7 -0
  20. data/test/dummy/README.rdoc +28 -0
  21. data/test/dummy/Rakefile +6 -0
  22. data/test/dummy/app/assets/javascripts/application.js +13 -0
  23. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  24. data/test/dummy/app/controllers/application_controller.rb +5 -0
  25. data/test/dummy/app/helpers/application_helper.rb +2 -0
  26. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  27. data/test/dummy/bin/bundle +3 -0
  28. data/test/dummy/bin/rails +4 -0
  29. data/test/dummy/bin/rake +4 -0
  30. data/test/dummy/bin/setup +29 -0
  31. data/test/dummy/config/application.rb +26 -0
  32. data/test/dummy/config/boot.rb +5 -0
  33. data/test/dummy/config/database.yml +25 -0
  34. data/test/dummy/config/environment.rb +5 -0
  35. data/test/dummy/config/environments/development.rb +41 -0
  36. data/test/dummy/config/environments/production.rb +79 -0
  37. data/test/dummy/config/environments/test.rb +42 -0
  38. data/test/dummy/config/initializers/assets.rb +11 -0
  39. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  40. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  41. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  42. data/test/dummy/config/initializers/inflections.rb +16 -0
  43. data/test/dummy/config/initializers/mime_types.rb +4 -0
  44. data/test/dummy/config/initializers/session_store.rb +3 -0
  45. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  46. data/test/dummy/config/locales/en.yml +23 -0
  47. data/test/dummy/config/routes.rb +3 -0
  48. data/test/dummy/config/secrets.yml +22 -0
  49. data/test/dummy/config.ru +4 -0
  50. data/test/dummy/db/development.sqlite3 +0 -0
  51. data/test/dummy/db/test.sqlite3 +0 -0
  52. data/test/dummy/log/development.log +414 -0
  53. data/test/dummy/log/test.log +5 -0
  54. data/test/dummy/public/404.html +67 -0
  55. data/test/dummy/public/422.html +67 -0
  56. data/test/dummy/public/500.html +66 -0
  57. data/test/dummy/public/favicon.ico +0 -0
  58. data/test/dummy/tmp/cache/assets/sprockets/v3.0/05/05dJT5kHbHdYC9fh5aYzmm4QgRB7bJCHHnFkncdl_i8.cache +0 -0
  59. data/test/dummy/tmp/cache/assets/sprockets/v3.0/06/06g29tG6sD-8eZ4WQsdbyyLOs2ExTzqfS5A8Ua0W_3U.cache +1 -0
  60. data/test/dummy/tmp/cache/assets/sprockets/v3.0/0Q/0QJqsJu06yj21UrT9OM-665H2YBDCiRXCXi7VjK-NZk.cache +0 -0
  61. data/test/dummy/tmp/cache/assets/sprockets/v3.0/0V/0V5T39Y9WlnlRMp_iU6HeD42IOaPSaJPZnDtoVTmQKM.cache +1 -0
  62. data/test/dummy/tmp/cache/assets/sprockets/v3.0/19/19E50kucsbqbkUCIJwZTYXMg_ura6f90JdxKoxtoDVk.cache +1 -0
  63. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2l/2lXYzvW9QQ1yuse4mwl7YRZBxyMTWSWwYBI2HyWKm4c.cache +0 -0
  64. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3V/3VxVdKH0WTrlufIfawmXcVQ5gUXCkxUsFmxnhyiRHe4.cache +0 -0
  65. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3p/3p498fGWaomalX2pg-NtSTCGW5cvVy12WWclD4vDPzA.cache +1 -0
  66. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  67. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6n/6n5Wwq3TTknif7ZqSn9U_xmUTTXUNkHd8rVMCVOJLb0.cache +2 -0
  68. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8H/8HzYTTh9PrbpPAQIYNG-dNUDdoYqzPxeVt8VNS32-c8.cache +1 -0
  69. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9I/9Ifg8Z4-cRSvQaNqZv8GhnCJeXnAhAoaLHdSeUGMfj4.cache +0 -0
  70. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9x/9xjl8W3RzwZ636saHQQ4sZ__44krDdpRqedIHXe6Jmc.cache +0 -0
  71. data/test/dummy/tmp/cache/assets/sprockets/v3.0/BS/BSGxxXE3zhOpIF1l6CWhIapdKBUcx80GAMYk08JT9tQ.cache +3 -0
  72. data/test/dummy/tmp/cache/assets/sprockets/v3.0/E1/E180QQjV9ByJ8ni5JD1npeff2gdXJH59MNa2X0kkoDY.cache +2 -0
  73. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Eh/EhT-6lV5T_LOXsmS74yMS00Rq3mtYJy3eBgsanRKC2o.cache +1 -0
  74. data/test/dummy/tmp/cache/assets/sprockets/v3.0/FW/FWTZ8XU81luG-WSwRbhl1UPlDGVmWw5vHi1kxTzy1vs.cache +0 -0
  75. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Hb/Hb20VxnNv44tzEHvjoGU79fhBGJER3v2IAkRGeSDx9c.cache +0 -0
  76. data/test/dummy/tmp/cache/assets/sprockets/v3.0/IQ/IQFf94JMoMRSsuX1ABxYhZKGgJKU_s08F2s8dw9OiXM.cache +1 -0
  77. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +2 -0
  78. data/test/dummy/tmp/cache/assets/sprockets/v3.0/P8/P8_H1P2qWDQvVNxfsACwndyhXM1d4oIUlnqWgFJYAHU.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/sprockets/v3.0/PH/PH9VNK-TKOwtUcbiWBInXujUiGW2DuQIyr31LcB7hZ0.cache +1 -0
  80. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Q6/Q6WYcAgF_tevBIT_iZkQSk9dRB1mz-bqMo_3dyB0oh4.cache +1 -0
  81. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Sk/SkvWm-PhO9HiTFWvW0hLslGJ82RVUwItyY5Cv1k8inw.cache +0 -0
  82. data/test/dummy/tmp/cache/assets/sprockets/v3.0/T0/T0QQD1aiD_6MalQ-61TOl6A4gAXeo7_iIxqSt-D33es.cache +1 -0
  83. data/test/dummy/tmp/cache/assets/sprockets/v3.0/UD/UDs1ANCz_5JLG5rfCkTP0gVJqyN456JCzl7Es1ZimAw.cache +0 -0
  84. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Uf/UfOjS_XOCFu5WK8fKji8aAz6GiuWaPry6Fd3cxT2s-g.cache +1 -0
  85. data/test/dummy/tmp/cache/assets/sprockets/v3.0/V9/V9sJyFczu6jh034q9gtqFhscD6Qyn4n3ObfjVfgsLYM.cache +3 -0
  86. data/test/dummy/tmp/cache/assets/sprockets/v3.0/aZ/aZUUurpDlOd0Nom5bHzSyWAmUlCeuavTqagtehhfh6w.cache +1 -0
  87. data/test/dummy/tmp/cache/assets/sprockets/v3.0/b8/b8wPbH-jz0E_8NYCcvEA86_ZYbi1eGgKJyp1Rx3nR4I.cache +0 -0
  88. data/test/dummy/tmp/cache/assets/sprockets/v3.0/eV/eVMv5tkg7zmyV83Vlqb0kdMrFY7dGjezbxyer8NnAY8.cache +1 -0
  89. data/test/dummy/tmp/cache/assets/sprockets/v3.0/eW/eWbmvytv-Y07apUFeY4gaAAc-3lFYQm_BvlXsyfdVPg.cache +1 -0
  90. data/test/dummy/tmp/cache/assets/sprockets/v3.0/fH/fHnrrVKpXS6UH310ICv6F_RqJUVskXkgg76_DK4k0qw.cache +2 -0
  91. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +2 -0
  92. data/test/dummy/tmp/cache/assets/sprockets/v3.0/iG/iGlUGOWl7fvWZJi5GG2Pu4jqsN0NfI2720QCQ1WN4dg.cache +1 -0
  93. data/test/dummy/tmp/cache/assets/sprockets/v3.0/iU/iUF2SYov8Uctd7JlIdQEl_-P1-QFMOezxWvKScsJDj8.cache +1 -0
  94. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ib/ibh9nq3b_CdQcq2qKNGwud92XuwmNGFa0PQGNPAR4ks.cache +0 -0
  95. data/test/dummy/tmp/cache/assets/sprockets/v3.0/kc/kc8Vtq8k57jiZ_8gNrE709_la6tEI-0O_ggpb6dzZyI.cache +1 -0
  96. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lh/lhf0U9BdQek3HV8xDosD8VDEIW4pnFnG3ZJyy0aQ85o.cache +2 -0
  97. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  98. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pk/pkVgBJHJBczKFxUhJi4dLDLmDsGrEVkQ8P2cjgZh3L0.cache +0 -0
  99. data/test/dummy/tmp/cache/assets/sprockets/v3.0/qU/qUJu3-6hnwhWY43BIO_7CU7V6w3zpI5qehYdt7Czs6Q.cache +1 -0
  100. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tz/tzkajjporZ8qATygMdV8UCEDMOUiSMshAvwF3tWROxI.cache +1 -0
  101. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zC/zCvZR1O3X9hF89g5lHgzBXdtAsSuF8HgVwFwxYFYiIc.cache +1 -0
  102. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zV/zVGZ1MAEaZH5-xDkESXQWmjz_aGPt5-cOrqSAVYJzIU.cache +1 -0
  103. data/test/integration/navigation_test.rb +8 -0
  104. data/test/test_helper.rb +21 -0
  105. metadata +296 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 990f3dcd27ce915f52c79d18536d42147ef3bd03
4
+ data.tar.gz: 4acbc0c22a6112b04a64912292f67a7ec0c3f66f
5
+ SHA512:
6
+ metadata.gz: e418f2fb279242edff820669a91fde6befb7d2487ca60f3401c762f8be0409ecd3437c2e3c24097a53a3a40fa6fdc159d716107af09cc8951e3123ffa20bcd5e
7
+ data.tar.gz: 3451326e81857558f63d16106474f8ad1d1c4a28eb295c2d8f2b8864fca9ee69e885ae92e51f0c8ec07703e889d5d1ba95aed85bca8ecf825676fe6b8991b8a7
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2016 Yves Siegrist
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # BetterFrame
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/better_frame`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'better_frame'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install better_frame
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/better_frame. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
data/Rakefile ADDED
@@ -0,0 +1,37 @@
1
+ begin
2
+ require 'bundler/setup'
3
+ rescue LoadError
4
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
+ end
6
+
7
+ require 'rdoc/task'
8
+
9
+ RDoc::Task.new(:rdoc) do |rdoc|
10
+ rdoc.rdoc_dir = 'rdoc'
11
+ rdoc.title = 'BetterFrame'
12
+ rdoc.options << '--line-numbers'
13
+ rdoc.rdoc_files.include('README.rdoc')
14
+ rdoc.rdoc_files.include('lib/**/*.rb')
15
+ end
16
+
17
+ APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
18
+ load 'rails/tasks/engine.rake'
19
+
20
+
21
+ load 'rails/tasks/statistics.rake'
22
+
23
+
24
+
25
+ Bundler::GemHelper.install_tasks
26
+
27
+ require 'rake/testtask'
28
+
29
+ Rake::TestTask.new(:test) do |t|
30
+ t.libs << 'lib'
31
+ t.libs << 'test'
32
+ t.pattern = 'test/**/*_test.rb'
33
+ t.verbose = false
34
+ end
35
+
36
+
37
+ task default: :test
@@ -0,0 +1,14 @@
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 any plugin's vendor/assets/javascripts directory 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
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
13
+ //= require jquery-ujs
14
+ //= require_tree .
@@ -0,0 +1,42 @@
1
+ (function(){
2
+ var baseURL = $("#app-content").data("baseurl");
3
+ var railsURL = $("#app-content").data("railsurl");
4
+ var railsPath = function() {
5
+ var currentURL = window.location.toString();
6
+ return currentURL.replace(baseURL, "");
7
+ }
8
+ var currentRailsPath = function() {
9
+ return $("#rails-path").data("path");
10
+ }
11
+
12
+ function fill(url) {
13
+ return $.get(url).done(fillContent); }
14
+
15
+ function fillContent(content) { $("#app-content").html(content); }
16
+
17
+ function storeURLInHistory() {
18
+ window.history.pushState(null, null, baseURL + currentRailsPath());
19
+ }
20
+
21
+ function handleLinks(event) {
22
+ event.preventDefault();
23
+ fill(event.currentTarget.href).then(storeURLInHistory);
24
+ }
25
+
26
+ $(document).on("click", "#app-content a:not([target]='_blank')", handleLinks);
27
+
28
+ $(document).on("ajax:success", "#app-content form", function(e, data, status, xhr) {
29
+ fillContent(data);
30
+ storeURLInHistory();
31
+ });
32
+
33
+ window.onpopstate = function(event) {
34
+ var currentURL = document.location.toString();
35
+ fill(currentURL.replace(baseURL, railsURL));
36
+ };
37
+
38
+ // inital loading
39
+ $(function() {
40
+ fill(railsURL + railsPath()).then(storeURLInHistory);
41
+ });
42
+ })(jQuery);
@@ -0,0 +1,15 @@
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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any styles
10
+ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
+ * file per style scope.
12
+ *
13
+ *= require_tree .
14
+ *= require_self
15
+ */
@@ -0,0 +1,17 @@
1
+ module BetterFrame
2
+ class ApiController < ApplicationController
3
+ before_action :set_headers
4
+
5
+ def include
6
+ render 'include.js'
7
+ end
8
+
9
+ private
10
+ def set_headers
11
+ headers['Access-Control-Allow-Origin'] = ENV.fetch("BETTER_FRAME_ORIGIN", "*")
12
+ headers['Access-Control-Allow-Methods'] = 'POST, GET, PUT, DELETE, OPTIONS'
13
+ headers['Access-Control-Allow-Headers'] = 'Origin, Content-Type, Accept, Authorization, Token'
14
+ headers['Access-Control-Max-Age'] = "1728000"
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,4 @@
1
+ module BetterFrame
2
+ class ApplicationController < ActionController::Base
3
+ end
4
+ end
@@ -0,0 +1,4 @@
1
+ module BetterFrame
2
+ module ApplicationHelper
3
+ end
4
+ end
@@ -0,0 +1,4 @@
1
+ (function($) {
2
+ $.getScript("<%= javascript_url('application.js') %>");
3
+ $.getScript("<%= javascript_url('better_frame/application.js') %>");
4
+ })(jQuery);
@@ -0,0 +1,2 @@
1
+ <%= content_tag :div, "", id: "rails-path", "data-path" => request.original_fullpath %>
2
+ <%= yield %>
data/config/routes.rb ADDED
@@ -0,0 +1,3 @@
1
+ BetterFrame::Engine.routes.draw do
2
+ root 'api#include'
3
+ end
@@ -0,0 +1,17 @@
1
+ module BetterFrameable
2
+ extend ActiveSupport::Concern
3
+
4
+ included do
5
+ before_action :set_headers
6
+ skip_before_action :verify_authenticity_token
7
+ layout 'better_frame/application'
8
+ end
9
+
10
+ private
11
+ def set_headers
12
+ headers['Access-Control-Allow-Origin'] = ENV.fetch("BETTER_FRAME_ORIGIN", "*")
13
+ headers['Access-Control-Allow-Methods'] = 'POST, GET, PUT, DELETE, OPTIONS'
14
+ headers['Access-Control-Allow-Headers'] = 'Origin, Content-Type, Accept, Authorization, Token'
15
+ headers['Access-Control-Max-Age'] = "1728000"
16
+ end
17
+ end
@@ -0,0 +1,6 @@
1
+ module BetterFrame
2
+ class Engine < ::Rails::Engine
3
+ require 'better_frame/better_frameable'
4
+ isolate_namespace BetterFrame
5
+ end
6
+ end
@@ -0,0 +1,3 @@
1
+ module BetterFrame
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,4 @@
1
+ require "better_frame/engine"
2
+
3
+ module BetterFrame
4
+ end
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :better_frame do
3
+ # # Task goes here
4
+ # end
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class BetterFrameTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, BetterFrame
6
+ end
7
+ end
@@ -0,0 +1,28 @@
1
+ == README
2
+
3
+ This README would normally document whatever steps are necessary to get the
4
+ application up and running.
5
+
6
+ Things you may want to cover:
7
+
8
+ * Ruby version
9
+
10
+ * System dependencies
11
+
12
+ * Configuration
13
+
14
+ * Database creation
15
+
16
+ * Database initialization
17
+
18
+ * How to run the test suite
19
+
20
+ * Services (job queues, cache servers, search engines, etc.)
21
+
22
+ * Deployment instructions
23
+
24
+ * ...
25
+
26
+
27
+ Please feel free to use a different markup language if you do not plan to run
28
+ <tt>rake doc:app</tt>.
@@ -0,0 +1,6 @@
1
+ # Add your own tasks in files placed in lib/tasks ending in .rake,
2
+ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
+
4
+ require File.expand_path('../config/application', __FILE__)
5
+
6
+ Rails.application.load_tasks
@@ -0,0 +1,13 @@
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 any plugin's vendor/assets/javascripts directory 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
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
13
+ //= require_tree .
@@ -0,0 +1,15 @@
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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any styles
10
+ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
+ * file per style scope.
12
+ *
13
+ *= require_tree .
14
+ *= require_self
15
+ */
@@ -0,0 +1,5 @@
1
+ class ApplicationController < ActionController::Base
2
+ # Prevent CSRF attacks by raising an exception.
3
+ # For APIs, you may want to use :null_session instead.
4
+ protect_from_forgery with: :exception
5
+ end
@@ -0,0 +1,2 @@
1
+ module ApplicationHelper
2
+ end
@@ -0,0 +1,14 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Dummy</title>
5
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6
+ <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7
+ <%= csrf_meta_tags %>
8
+ </head>
9
+ <body>
10
+
11
+ <%= yield %>
12
+
13
+ </body>
14
+ </html>
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
+ load Gem.bin_path('bundler', 'bundle')
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
3
+ require_relative '../config/boot'
4
+ require 'rails/commands'
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative '../config/boot'
3
+ require 'rake'
4
+ Rake.application.run
@@ -0,0 +1,29 @@
1
+ #!/usr/bin/env ruby
2
+ require 'pathname'
3
+
4
+ # path to your application root.
5
+ APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
6
+
7
+ Dir.chdir APP_ROOT do
8
+ # This script is a starting point to setup your application.
9
+ # Add necessary setup steps to this file:
10
+
11
+ puts "== Installing dependencies =="
12
+ system "gem install bundler --conservative"
13
+ system "bundle check || bundle install"
14
+
15
+ # puts "\n== Copying sample files =="
16
+ # unless File.exist?("config/database.yml")
17
+ # system "cp config/database.yml.sample config/database.yml"
18
+ # end
19
+
20
+ puts "\n== Preparing database =="
21
+ system "bin/rake db:setup"
22
+
23
+ puts "\n== Removing old logs and tempfiles =="
24
+ system "rm -f log/*"
25
+ system "rm -rf tmp/cache"
26
+
27
+ puts "\n== Restarting application server =="
28
+ system "touch tmp/restart.txt"
29
+ end
@@ -0,0 +1,26 @@
1
+ require File.expand_path('../boot', __FILE__)
2
+
3
+ require 'rails/all'
4
+
5
+ Bundler.require(*Rails.groups)
6
+ require "better_frame"
7
+
8
+ module Dummy
9
+ class Application < Rails::Application
10
+ # Settings in config/environments/* take precedence over those specified here.
11
+ # Application configuration should go into files in config/initializers
12
+ # -- all .rb files in that directory are automatically loaded.
13
+
14
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
15
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
16
+ # config.time_zone = 'Central Time (US & Canada)'
17
+
18
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
19
+ # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
20
+ # config.i18n.default_locale = :de
21
+
22
+ # Do not swallow errors in after_commit/after_rollback callbacks.
23
+ config.active_record.raise_in_transactional_callbacks = true
24
+ end
25
+ end
26
+