jskit_rails 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +202 -0
- data/README.md +2 -0
- data/lib/jskit_rails.rb +4 -0
- data/lib/jskit_rails/engine.rb +4 -0
- data/lib/jskit_rails/version.rb +3 -0
- data/lib/tasks/jskit_rails_tasks.rake +4 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +1 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/controllers/pages_controller.rb +5 -0
- data/spec/dummy/app/views/layouts/application.html.erb +16 -0
- data/spec/dummy/app/views/pages/index.html.erb +1 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +29 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +37 -0
- data/spec/dummy/config/environments/production.rb +82 -0
- data/spec/dummy/config/environments/test.rb +39 -0
- data/spec/dummy/config/initializers/assets.rb +8 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +3 -0
- data/spec/dummy/config/secrets.yml +22 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +16 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +440 -0
- data/spec/dummy/log/test.log +133 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/17638b36dd2d326da8bbe19e3187b4aa +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1b3ab54570489ef40fe6bcfcb75732a4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3951bba7f7c83ef217caf196767a87b4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7716514c24387d3b649c2d1db2fb57cf +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/8f2db0e64688316c3e652e3f7cfec01f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/aa59802eb5ce4da01106d1b80af0b061 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b472917185e15a1cc040f2665247d7fe +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c5012fc346216a5b77cf508656d4be05 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cc6d6668e906cadd9045f8059626e51f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cf750916991c005f72c5986edb1c5e34 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cfd1216ad7ba24f298bc865c6b92d581 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cf750916991c005f72c5986edb1c5e34 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-33-19.355.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-31.074.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-50.695.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.html +14 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.html +12 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.png +0 -0
- data/spec/rails_helper.rb +50 -0
- data/spec/spec_helper.rb +78 -0
- metadata +350 -0
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<!DOCTYPE html><html><head>
|
2
|
+
<title>Dummy</title>
|
3
|
+
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
+
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
+
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
|
9
|
+
Hello
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
</body></html>
|
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<!DOCTYPE html><html><head>
|
2
|
+
<title>Dummy</title>
|
3
|
+
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
+
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
+
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
|
9
|
+
Hello
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
</body></html>
|
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<!DOCTYPE html><html><head>
|
2
|
+
<title>Dummy</title>
|
3
|
+
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
+
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
+
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
|
9
|
+
Hello
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
</body></html>
|
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<!DOCTYPE html><html><head>
|
2
|
+
<title>Dummy</title>
|
3
|
+
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
+
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
+
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
|
9
|
+
Hello
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
</body></html>
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN"><html><head><title>Internal Server Error</title></head>
|
2
|
+
<body>
|
3
|
+
<h1>Internal Server Error</h1>
|
4
|
+
undefined local variable or method `jskit_payload' for #<PagesController:0x007fc81d3e67e0>
|
5
|
+
<hr>
|
6
|
+
<address>
|
7
|
+
WEBrick/1.3.1 (Ruby/2.1.1/2014-02-24) at
|
8
|
+
127.0.0.1:61151
|
9
|
+
</address>
|
10
|
+
|
11
|
+
|
12
|
+
</body></html>
|
Binary file
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
2
|
+
ENV["RAILS_ENV"] ||= "test"
|
3
|
+
require "spec_helper"
|
4
|
+
require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
5
|
+
require "rspec/rails"
|
6
|
+
require "capybara/rails"
|
7
|
+
require "capybara-screenshot"
|
8
|
+
require "capybara-screenshot/rspec"
|
9
|
+
require "capybara/poltergeist"
|
10
|
+
|
11
|
+
Capybara.javascript_driver = :poltergeist
|
12
|
+
|
13
|
+
# Requires supporting ruby files with custom matchers and macros, etc, in
|
14
|
+
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
|
15
|
+
# run as spec files by default. This means that files in spec/support that end
|
16
|
+
# in _spec.rb will both be required and run as specs, causing the specs to be
|
17
|
+
# run twice. It is recommended that you do not name files matching this glob to
|
18
|
+
# end with _spec.rb. You can configure this pattern with the --pattern
|
19
|
+
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
|
20
|
+
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
|
21
|
+
|
22
|
+
# Checks for pending migrations before tests are run.
|
23
|
+
# If you are not using ActiveRecord, you can remove this line.
|
24
|
+
ActiveRecord::Migration.maintain_test_schema!
|
25
|
+
RSpec.configure do |config|
|
26
|
+
config.include Capybara::DSL
|
27
|
+
config.infer_base_class_for_anonymous_controllers = false
|
28
|
+
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
29
|
+
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
30
|
+
|
31
|
+
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
32
|
+
# examples within a transaction, remove the following line or assign false
|
33
|
+
# instead of true.
|
34
|
+
config.use_transactional_fixtures = true
|
35
|
+
|
36
|
+
# RSpec Rails can automatically mix in different behaviours to your tests
|
37
|
+
# based on their file location, for example enabling you to call `get` and
|
38
|
+
# `post` in specs under `spec/controllers`.
|
39
|
+
#
|
40
|
+
# You can disable this behaviour by removing the line below, and instead
|
41
|
+
# explicitly tag your specs with their type, e.g.:
|
42
|
+
#
|
43
|
+
# RSpec.describe UsersController, :type => :controller do
|
44
|
+
# # ...
|
45
|
+
# end
|
46
|
+
#
|
47
|
+
# The different available types are documented in the features, such as in
|
48
|
+
# https://relishapp.com/rspec/rspec-rails/docs
|
49
|
+
config.infer_spec_type_from_file_location!
|
50
|
+
end
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
|
2
|
+
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
3
|
+
# The generated `.rspec` file contains `--require spec_helper` which will cause this
|
4
|
+
# file to always be loaded, without a need to explicitly require it in any files.
|
5
|
+
#
|
6
|
+
# Given that it is always loaded, you are encouraged to keep this file as
|
7
|
+
# light-weight as possible. Requiring heavyweight dependencies from this file
|
8
|
+
# will add to the boot time of your test suite on EVERY test run, even for an
|
9
|
+
# individual file that may not need all of that loaded. Instead, make a
|
10
|
+
# separate helper file that requires this one and then use it only in the specs
|
11
|
+
# that actually need it.
|
12
|
+
#
|
13
|
+
# The `.rspec` file also contains a few flags that are not defaults but that
|
14
|
+
# users commonly want.
|
15
|
+
#
|
16
|
+
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
17
|
+
RSpec.configure do |config|
|
18
|
+
# The settings below are suggested to provide a good initial experience
|
19
|
+
# with RSpec, but feel free to customize to your heart's content.
|
20
|
+
=begin
|
21
|
+
# These two settings work together to allow you to limit a spec run
|
22
|
+
# to individual examples or groups you care about by tagging them with
|
23
|
+
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
24
|
+
# get run.
|
25
|
+
config.filter_run :focus
|
26
|
+
config.run_all_when_everything_filtered = true
|
27
|
+
|
28
|
+
# Many RSpec users commonly either run the entire suite or an individual
|
29
|
+
# file, and it's useful to allow more verbose output when running an
|
30
|
+
# individual spec file.
|
31
|
+
if config.files_to_run.one?
|
32
|
+
# Use the documentation formatter for detailed output,
|
33
|
+
# unless a formatter has already been configured
|
34
|
+
# (e.g. via a command-line flag).
|
35
|
+
config.default_formatter = 'doc'
|
36
|
+
end
|
37
|
+
|
38
|
+
# Print the 10 slowest examples and example groups at the
|
39
|
+
# end of the spec run, to help surface which specs are running
|
40
|
+
# particularly slow.
|
41
|
+
config.profile_examples = 10
|
42
|
+
|
43
|
+
# Run specs in random order to surface order dependencies. If you find an
|
44
|
+
# order dependency and want to debug it, you can fix the order by providing
|
45
|
+
# the seed, which is printed after each run.
|
46
|
+
# --seed 1234
|
47
|
+
config.order = :random
|
48
|
+
|
49
|
+
# Seed global randomization in this process using the `--seed` CLI option.
|
50
|
+
# Setting this allows you to use `--seed` to deterministically reproduce
|
51
|
+
# test failures related to randomization by passing the same `--seed` value
|
52
|
+
# as the one that triggered the failure.
|
53
|
+
Kernel.srand config.seed
|
54
|
+
|
55
|
+
# rspec-expectations config goes here. You can use an alternate
|
56
|
+
# assertion/expectation library such as wrong or the stdlib/minitest
|
57
|
+
# assertions if you prefer.
|
58
|
+
config.expect_with :rspec do |expectations|
|
59
|
+
# Enable only the newer, non-monkey-patching expect syntax.
|
60
|
+
# For more details, see:
|
61
|
+
# - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
|
62
|
+
expectations.syntax = :expect
|
63
|
+
end
|
64
|
+
|
65
|
+
# rspec-mocks config goes here. You can use an alternate test double
|
66
|
+
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
67
|
+
config.mock_with :rspec do |mocks|
|
68
|
+
# Enable only the newer, non-monkey-patching expect syntax.
|
69
|
+
# For more details, see:
|
70
|
+
# - http://teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
71
|
+
mocks.syntax = :expect
|
72
|
+
|
73
|
+
# Prevents you from mocking or stubbing a method that does not exist on
|
74
|
+
# a real object. This is generally recommended.
|
75
|
+
mocks.verify_partial_doubles = true
|
76
|
+
end
|
77
|
+
=end
|
78
|
+
end
|
metadata
ADDED
@@ -0,0 +1,350 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jskit_rails
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Dayton Nolan
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-09-04 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rails
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '4.0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '4.0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: capybara
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.4'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.4'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: capybara-screenshot
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0.3'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0.3'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: poltergeist
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.5'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.5'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rspec-rails
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '3.0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '3.0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: sqlite3
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '1.3'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '1.3'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: pry
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0.10'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0.10'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: pry-nav
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0.2'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0.2'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: pry-doc
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0.6'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0.6'
|
139
|
+
description: This gem provides JskitRails and the seamless controller event triggering
|
140
|
+
for your Rails 3+ application.
|
141
|
+
email:
|
142
|
+
- daytonn@gmail.com
|
143
|
+
executables: []
|
144
|
+
extensions: []
|
145
|
+
extra_rdoc_files: []
|
146
|
+
files:
|
147
|
+
- LICENSE
|
148
|
+
- README.md
|
149
|
+
- lib/jskit_rails.rb
|
150
|
+
- lib/jskit_rails/engine.rb
|
151
|
+
- lib/jskit_rails/version.rb
|
152
|
+
- lib/tasks/jskit_rails_tasks.rake
|
153
|
+
- spec/dummy/README.rdoc
|
154
|
+
- spec/dummy/Rakefile
|
155
|
+
- spec/dummy/app/assets/javascripts/application.js
|
156
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
157
|
+
- spec/dummy/app/controllers/application_controller.rb
|
158
|
+
- spec/dummy/app/controllers/pages_controller.rb
|
159
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
160
|
+
- spec/dummy/app/views/pages/index.html.erb
|
161
|
+
- spec/dummy/bin/bundle
|
162
|
+
- spec/dummy/bin/rails
|
163
|
+
- spec/dummy/bin/rake
|
164
|
+
- spec/dummy/config.ru
|
165
|
+
- spec/dummy/config/application.rb
|
166
|
+
- spec/dummy/config/boot.rb
|
167
|
+
- spec/dummy/config/database.yml
|
168
|
+
- spec/dummy/config/environment.rb
|
169
|
+
- spec/dummy/config/environments/development.rb
|
170
|
+
- spec/dummy/config/environments/production.rb
|
171
|
+
- spec/dummy/config/environments/test.rb
|
172
|
+
- spec/dummy/config/initializers/assets.rb
|
173
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
174
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
175
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
176
|
+
- spec/dummy/config/initializers/inflections.rb
|
177
|
+
- spec/dummy/config/initializers/mime_types.rb
|
178
|
+
- spec/dummy/config/initializers/session_store.rb
|
179
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
180
|
+
- spec/dummy/config/locales/en.yml
|
181
|
+
- spec/dummy/config/routes.rb
|
182
|
+
- spec/dummy/config/secrets.yml
|
183
|
+
- spec/dummy/db/development.sqlite3
|
184
|
+
- spec/dummy/db/schema.rb
|
185
|
+
- spec/dummy/db/test.sqlite3
|
186
|
+
- spec/dummy/log/development.log
|
187
|
+
- spec/dummy/log/test.log
|
188
|
+
- spec/dummy/public/404.html
|
189
|
+
- spec/dummy/public/422.html
|
190
|
+
- spec/dummy/public/500.html
|
191
|
+
- spec/dummy/public/favicon.ico
|
192
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
193
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/17638b36dd2d326da8bbe19e3187b4aa
|
194
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/1b3ab54570489ef40fe6bcfcb75732a4
|
195
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
196
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
197
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/3951bba7f7c83ef217caf196767a87b4
|
198
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/7716514c24387d3b649c2d1db2fb57cf
|
199
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/8f2db0e64688316c3e652e3f7cfec01f
|
200
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/aa59802eb5ce4da01106d1b80af0b061
|
201
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/b472917185e15a1cc040f2665247d7fe
|
202
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/c5012fc346216a5b77cf508656d4be05
|
203
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af
|
204
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cc6d6668e906cadd9045f8059626e51f
|
205
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cf750916991c005f72c5986edb1c5e34
|
206
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cfd1216ad7ba24f298bc865c6b92d581
|
207
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
208
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
209
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
210
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
211
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
212
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
213
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af
|
214
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/cf750916991c005f72c5986edb1c5e34
|
215
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
216
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
217
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
218
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-33-19.355.png
|
219
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-31.074.png
|
220
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.html
|
221
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.png
|
222
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-50.695.png
|
223
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.html
|
224
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.png
|
225
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.html
|
226
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.png
|
227
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.html
|
228
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.png
|
229
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.html
|
230
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.png
|
231
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.html
|
232
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.png
|
233
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.html
|
234
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.png
|
235
|
+
- spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.html
|
236
|
+
- spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.png
|
237
|
+
- spec/rails_helper.rb
|
238
|
+
- spec/spec_helper.rb
|
239
|
+
homepage: http://github.com/daytonn/jskit-rails
|
240
|
+
licenses:
|
241
|
+
- Apache 2.0
|
242
|
+
metadata: {}
|
243
|
+
post_install_message:
|
244
|
+
rdoc_options: []
|
245
|
+
require_paths:
|
246
|
+
- lib
|
247
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
248
|
+
requirements:
|
249
|
+
- - ">="
|
250
|
+
- !ruby/object:Gem::Version
|
251
|
+
version: '0'
|
252
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
253
|
+
requirements:
|
254
|
+
- - ">="
|
255
|
+
- !ruby/object:Gem::Version
|
256
|
+
version: '0'
|
257
|
+
requirements: []
|
258
|
+
rubyforge_project:
|
259
|
+
rubygems_version: 2.2.2
|
260
|
+
signing_key:
|
261
|
+
specification_version: 4
|
262
|
+
summary: Use JskitRails with Rails 3+
|
263
|
+
test_files:
|
264
|
+
- spec/dummy/app/assets/javascripts/application.js
|
265
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
266
|
+
- spec/dummy/app/controllers/application_controller.rb
|
267
|
+
- spec/dummy/app/controllers/pages_controller.rb
|
268
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
269
|
+
- spec/dummy/app/views/pages/index.html.erb
|
270
|
+
- spec/dummy/bin/bundle
|
271
|
+
- spec/dummy/bin/rails
|
272
|
+
- spec/dummy/bin/rake
|
273
|
+
- spec/dummy/config/application.rb
|
274
|
+
- spec/dummy/config/boot.rb
|
275
|
+
- spec/dummy/config/database.yml
|
276
|
+
- spec/dummy/config/environment.rb
|
277
|
+
- spec/dummy/config/environments/development.rb
|
278
|
+
- spec/dummy/config/environments/production.rb
|
279
|
+
- spec/dummy/config/environments/test.rb
|
280
|
+
- spec/dummy/config/initializers/assets.rb
|
281
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
282
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
283
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
284
|
+
- spec/dummy/config/initializers/inflections.rb
|
285
|
+
- spec/dummy/config/initializers/mime_types.rb
|
286
|
+
- spec/dummy/config/initializers/session_store.rb
|
287
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
288
|
+
- spec/dummy/config/locales/en.yml
|
289
|
+
- spec/dummy/config/routes.rb
|
290
|
+
- spec/dummy/config/secrets.yml
|
291
|
+
- spec/dummy/config.ru
|
292
|
+
- spec/dummy/db/development.sqlite3
|
293
|
+
- spec/dummy/db/schema.rb
|
294
|
+
- spec/dummy/db/test.sqlite3
|
295
|
+
- spec/dummy/log/development.log
|
296
|
+
- spec/dummy/log/test.log
|
297
|
+
- spec/dummy/public/404.html
|
298
|
+
- spec/dummy/public/422.html
|
299
|
+
- spec/dummy/public/500.html
|
300
|
+
- spec/dummy/public/favicon.ico
|
301
|
+
- spec/dummy/Rakefile
|
302
|
+
- spec/dummy/README.rdoc
|
303
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
304
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/17638b36dd2d326da8bbe19e3187b4aa
|
305
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/1b3ab54570489ef40fe6bcfcb75732a4
|
306
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
307
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
308
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/3951bba7f7c83ef217caf196767a87b4
|
309
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/7716514c24387d3b649c2d1db2fb57cf
|
310
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/8f2db0e64688316c3e652e3f7cfec01f
|
311
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/aa59802eb5ce4da01106d1b80af0b061
|
312
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/b472917185e15a1cc040f2665247d7fe
|
313
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/c5012fc346216a5b77cf508656d4be05
|
314
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af
|
315
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cc6d6668e906cadd9045f8059626e51f
|
316
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cf750916991c005f72c5986edb1c5e34
|
317
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cfd1216ad7ba24f298bc865c6b92d581
|
318
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
319
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
320
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
321
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
322
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
323
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
324
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af
|
325
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/cf750916991c005f72c5986edb1c5e34
|
326
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
327
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
328
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
329
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-33-19.355.png
|
330
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-31.074.png
|
331
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.html
|
332
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.png
|
333
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-50.695.png
|
334
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.html
|
335
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.png
|
336
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.html
|
337
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.png
|
338
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.html
|
339
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.png
|
340
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.html
|
341
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.png
|
342
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.html
|
343
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.png
|
344
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.html
|
345
|
+
- spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.png
|
346
|
+
- spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.html
|
347
|
+
- spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.png
|
348
|
+
- spec/rails_helper.rb
|
349
|
+
- spec/spec_helper.rb
|
350
|
+
has_rdoc:
|