glow 0.0.2 → 0.0.3
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.
- data/lib/glow/version.rb +1 -1
- data/test/{dummy → rails3}/Gemfile +0 -0
- data/test/{dummy → rails3}/Gemfile.lock +0 -0
- data/test/{dummy → rails3}/Rakefile +1 -1
- data/test/{dummy → rails3}/app/controllers/application_controller.rb +0 -0
- data/test/{dummy → rails3}/app/controllers/flash_controller.rb +0 -0
- data/test/{dummy → rails3}/app/views/flash/ajax.js.erb +0 -0
- data/test/{dummy → rails3}/app/views/flash/show.html.erb +0 -0
- data/test/{dummy → rails3}/app/views/layouts/application.html.erb +0 -0
- data/test/{dummy → rails3}/config.ru +0 -0
- data/test/{dummy → rails3}/config/application.rb +1 -1
- data/test/{dummy → rails3}/config/boot.rb +0 -0
- data/test/{dummy → rails3}/config/environment.rb +0 -0
- data/test/{dummy → rails3}/config/environments/development.rb +0 -0
- data/test/{dummy → rails3}/config/environments/production.rb +0 -0
- data/test/{dummy → rails3}/config/environments/test.rb +0 -0
- data/test/{dummy → rails3}/config/initializers/backtrace_silencers.rb +0 -0
- data/test/{dummy → rails3}/config/initializers/inflections.rb +0 -0
- data/test/{dummy → rails3}/config/initializers/mime_types.rb +0 -0
- data/test/{dummy → rails3}/config/initializers/secret_token.rb +0 -0
- data/test/{dummy → rails3}/config/initializers/session_store.rb +0 -0
- data/test/{dummy → rails3}/config/initializers/wrap_parameters.rb +0 -0
- data/test/{dummy → rails3}/config/locales/en.yml +0 -0
- data/test/{dummy → rails3}/config/routes.rb +1 -1
- data/test/{dummy → rails3}/log/development.log +0 -0
- data/test/{dummy → rails3}/log/test.log +0 -0
- data/test/{dummy → rails3}/public/404.html +0 -0
- data/test/{dummy → rails3}/public/422.html +0 -0
- data/test/{dummy → rails3}/public/500.html +0 -0
- data/test/{dummy → rails3}/public/favicon.ico +0 -0
- data/test/{dummy → rails3}/public/javascripts/glow.js +0 -0
- data/test/{dummy → rails3}/public/javascripts/jquery.js +0 -0
- data/test/{dummy → rails3}/public/javascripts/jquery.min.js +0 -0
- data/test/{dummy → rails3}/public/javascripts/jquery_ujs.js +0 -0
- data/test/{dummy → rails3}/script/rails +0 -0
- data/test/{dummy → rails3}/spec/controllers/flash_controller_spec.rb +0 -0
- data/test/{dummy → rails3}/spec/integration/flash_spec.rb +0 -0
- data/test/{dummy → rails3}/spec/spec_helper.rb +0 -0
- data/test/rails31/Gemfile +33 -0
- data/test/rails31/Gemfile.lock +157 -0
- data/test/rails31/Rakefile +7 -0
- data/test/rails31/app/assets/images/rails.png +0 -0
- data/test/{dummy → rails31}/app/assets/javascripts/application.js +1 -0
- data/test/{dummy → rails31}/app/assets/stylesheets/application.css +0 -0
- data/test/rails31/app/controllers/application_controller.rb +3 -0
- data/test/rails31/app/controllers/flash_controller.rb +18 -0
- data/test/rails31/app/views/flash/ajax.js.erb +1 -0
- data/test/rails31/app/views/flash/show.html.erb +13 -0
- data/test/rails31/app/views/layouts/application.html.erb +14 -0
- data/test/rails31/config.ru +4 -0
- data/test/rails31/config/application.rb +51 -0
- data/test/rails31/config/boot.rb +6 -0
- data/test/rails31/config/environment.rb +5 -0
- data/test/rails31/config/environments/development.rb +30 -0
- data/test/rails31/config/environments/production.rb +60 -0
- data/test/rails31/config/environments/test.rb +42 -0
- data/test/rails31/config/initializers/backtrace_silencers.rb +7 -0
- data/test/rails31/config/initializers/inflections.rb +10 -0
- data/test/rails31/config/initializers/mime_types.rb +5 -0
- data/test/rails31/config/initializers/secret_token.rb +7 -0
- data/test/rails31/config/initializers/session_store.rb +8 -0
- data/test/rails31/config/initializers/wrap_parameters.rb +10 -0
- data/test/rails31/config/locales/en.yml +5 -0
- data/test/rails31/config/routes.rb +6 -0
- data/test/rails31/log/development.log +59 -0
- data/test/rails31/log/test.log +151 -0
- data/test/rails31/public/404.html +26 -0
- data/test/rails31/public/422.html +26 -0
- data/test/rails31/public/500.html +26 -0
- data/test/{dummy/db/development.sqlite3 → rails31/public/favicon.ico} +0 -0
- data/test/rails31/public/robots.txt +5 -0
- data/test/rails31/script/rails +6 -0
- data/test/rails31/spec/controllers/flash_controller_spec.rb +33 -0
- data/test/rails31/spec/integration/flash_spec.rb +17 -0
- data/test/rails31/spec/spec_helper.rb +31 -0
- data/test/rails31/tmp/cache/assets/CC6/400/sprockets%2Ffc6d386e5a58972d13920c9cd2528768 +0 -0
- data/test/rails31/tmp/cache/assets/CD8/F20/sprockets%2Fd66a691d6f63c00b6b0025ec732734c9 +0 -0
- data/test/rails31/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
- data/test/rails31/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/rails31/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/test/rails31/tmp/cache/assets/D5F/DC0/sprockets%2F3bdad2a5487de08b16ac12dcd8411538 +0 -0
- data/test/rails31/tmp/cache/assets/D61/A80/sprockets%2Fa4b21f72f1e092ec190a2fc0d679c4c3 +0 -0
- data/test/rails31/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/rails31/tmp/cache/assets/DA0/D40/sprockets%2Fa7b4ee1a4cf4cc742c0d968b2f40c779 +0 -0
- data/test/rails31/tmp/cache/assets/DB8/BB0/sprockets%2Fca4a6e5b550132e2e7e5ebd40dcc55a0 +0 -0
- data/test/rails31/tmp/cache/assets/DD8/AF0/sprockets%2F4297f5a02e59cff78bd076afd7b7faa1 +0 -0
- data/test/rails31/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- metadata +184 -95
- data/test/dummy/app/helpers/application_helper.rb +0 -2
- data/test/dummy/config/database.yml +0 -25
- data/test/dummy/db/test.sqlite3 +0 -0
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
|
3
|
+
|
|
4
|
+
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
5
|
+
require File.expand_path('../../config/boot', __FILE__)
|
|
6
|
+
require 'rails/commands'
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
require 'spec_helper'
|
|
3
|
+
require 'htmlentities'
|
|
4
|
+
|
|
5
|
+
ActionDispatch::Flash::FlashHash.class_eval do
|
|
6
|
+
def discard?(key); @used.include?(key); end
|
|
7
|
+
def keep?(key); !discard?(key); end
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
describe FlashController do
|
|
11
|
+
it "should display flash message on redirect" do
|
|
12
|
+
post :redirect, type: :notice, message: 'Glow!'
|
|
13
|
+
|
|
14
|
+
flash[:notice].should be == 'Glow!'
|
|
15
|
+
flash.keep?(:notice).should be true
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
it "should display flash message on xhr" do
|
|
19
|
+
xhr :get, :ajax, type: :notice, message: 'Glow!'
|
|
20
|
+
|
|
21
|
+
flash[:notice].should be == 'Glow!'
|
|
22
|
+
flash.discard?(:notice).should be true
|
|
23
|
+
|
|
24
|
+
@response.headers['X-Message-Type'].should be == 'notice'
|
|
25
|
+
HTMLEntities.new.decode(@response.headers['X-Message']).should be == 'Glow!'
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
it "should handle unicode on xhr" do
|
|
29
|
+
xhr :get, :ajax, type: :notice, message: 'utf8: ✓'
|
|
30
|
+
@response.headers['X-Message-Type'].should be == 'notice'
|
|
31
|
+
HTMLEntities.new.decode(@response.headers['X-Message']).should be == 'utf8: ✓'
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
require 'spec_helper'
|
|
3
|
+
|
|
4
|
+
describe "the flash view" do
|
|
5
|
+
it "redirects" do
|
|
6
|
+
visit root_path
|
|
7
|
+
click_on 'redirect'
|
|
8
|
+
page.has_content?('utf8: ✓')
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
it "handles ajax" do
|
|
12
|
+
visit root_path
|
|
13
|
+
click_on 'ajax'
|
|
14
|
+
page.has_content?('ajax: ✓')
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
|
2
|
+
ENV["RAILS_ENV"] ||= 'test'
|
|
3
|
+
require File.expand_path("../../config/environment", __FILE__)
|
|
4
|
+
require 'rspec/rails'
|
|
5
|
+
require 'capybara/rspec'
|
|
6
|
+
require 'capybara/rails'
|
|
7
|
+
|
|
8
|
+
Capybara.default_driver = :selenium
|
|
9
|
+
|
|
10
|
+
# Requires supporting ruby files with custom matchers and macros, etc,
|
|
11
|
+
# in spec/support/ and its subdirectories.
|
|
12
|
+
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}
|
|
13
|
+
|
|
14
|
+
RSpec.configure do |config|
|
|
15
|
+
# == Mock Framework
|
|
16
|
+
#
|
|
17
|
+
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
|
|
18
|
+
#
|
|
19
|
+
# config.mock_with :mocha
|
|
20
|
+
# config.mock_with :flexmock
|
|
21
|
+
# config.mock_with :rr
|
|
22
|
+
config.mock_with :rspec
|
|
23
|
+
|
|
24
|
+
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
|
25
|
+
#config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
|
26
|
+
|
|
27
|
+
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
|
28
|
+
# examples within a transaction, remove the following line or assign false
|
|
29
|
+
# instead of true.
|
|
30
|
+
#config.use_transactional_fixtures = true
|
|
31
|
+
end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,22 +10,25 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-09-02 00:00:00.000000000Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70187854670320 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
|
-
- -
|
|
20
|
+
- - ! '>='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 3.0.0
|
|
23
|
+
- - <
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: 3.2.0
|
|
23
26
|
type: :runtime
|
|
24
27
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
28
|
+
version_requirements: *70187854670320
|
|
26
29
|
- !ruby/object:Gem::Dependency
|
|
27
30
|
name: jquery-rails
|
|
28
|
-
requirement: &
|
|
31
|
+
requirement: &70187854669420 !ruby/object:Gem::Requirement
|
|
29
32
|
none: false
|
|
30
33
|
requirements:
|
|
31
34
|
- - ! '>='
|
|
@@ -33,7 +36,7 @@ dependencies:
|
|
|
33
36
|
version: '0'
|
|
34
37
|
type: :runtime
|
|
35
38
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
39
|
+
version_requirements: *70187854669420
|
|
37
40
|
description: ! ' Handles Flash messages in Javascript for Rails xhr-responses.
|
|
38
41
|
Fires a dom event when flash messages are present.
|
|
39
42
|
|
|
@@ -56,49 +59,92 @@ files:
|
|
|
56
59
|
- MIT-LICENSE
|
|
57
60
|
- Rakefile
|
|
58
61
|
- README.md
|
|
59
|
-
- test/
|
|
60
|
-
- test/
|
|
61
|
-
- test/
|
|
62
|
-
- test/
|
|
63
|
-
- test/
|
|
64
|
-
- test/
|
|
65
|
-
- test/
|
|
66
|
-
- test/
|
|
67
|
-
- test/
|
|
68
|
-
- test/
|
|
69
|
-
- test/
|
|
70
|
-
- test/
|
|
71
|
-
- test/
|
|
72
|
-
- test/
|
|
73
|
-
- test/
|
|
74
|
-
- test/
|
|
75
|
-
- test/
|
|
76
|
-
- test/
|
|
77
|
-
- test/
|
|
78
|
-
- test/
|
|
79
|
-
- test/
|
|
80
|
-
- test/
|
|
81
|
-
- test/
|
|
82
|
-
- test/
|
|
83
|
-
- test/
|
|
84
|
-
- test/
|
|
85
|
-
- test/
|
|
86
|
-
- test/
|
|
87
|
-
- test/
|
|
88
|
-
- test/
|
|
89
|
-
- test/
|
|
90
|
-
- test/
|
|
91
|
-
- test/
|
|
92
|
-
- test/
|
|
93
|
-
- test/
|
|
94
|
-
- test/
|
|
95
|
-
- test/
|
|
96
|
-
- test/
|
|
97
|
-
- test/
|
|
98
|
-
- test/
|
|
99
|
-
- test/
|
|
100
|
-
- test/
|
|
101
|
-
- test/
|
|
62
|
+
- test/rails3/app/controllers/application_controller.rb
|
|
63
|
+
- test/rails3/app/controllers/flash_controller.rb
|
|
64
|
+
- test/rails3/app/views/flash/ajax.js.erb
|
|
65
|
+
- test/rails3/app/views/flash/show.html.erb
|
|
66
|
+
- test/rails3/app/views/layouts/application.html.erb
|
|
67
|
+
- test/rails3/config/application.rb
|
|
68
|
+
- test/rails3/config/boot.rb
|
|
69
|
+
- test/rails3/config/environment.rb
|
|
70
|
+
- test/rails3/config/environments/development.rb
|
|
71
|
+
- test/rails3/config/environments/production.rb
|
|
72
|
+
- test/rails3/config/environments/test.rb
|
|
73
|
+
- test/rails3/config/initializers/backtrace_silencers.rb
|
|
74
|
+
- test/rails3/config/initializers/inflections.rb
|
|
75
|
+
- test/rails3/config/initializers/mime_types.rb
|
|
76
|
+
- test/rails3/config/initializers/secret_token.rb
|
|
77
|
+
- test/rails3/config/initializers/session_store.rb
|
|
78
|
+
- test/rails3/config/initializers/wrap_parameters.rb
|
|
79
|
+
- test/rails3/config/locales/en.yml
|
|
80
|
+
- test/rails3/config/routes.rb
|
|
81
|
+
- test/rails3/config.ru
|
|
82
|
+
- test/rails3/Gemfile
|
|
83
|
+
- test/rails3/Gemfile.lock
|
|
84
|
+
- test/rails3/log/development.log
|
|
85
|
+
- test/rails3/log/test.log
|
|
86
|
+
- test/rails3/public/404.html
|
|
87
|
+
- test/rails3/public/422.html
|
|
88
|
+
- test/rails3/public/500.html
|
|
89
|
+
- test/rails3/public/favicon.ico
|
|
90
|
+
- test/rails3/public/javascripts/glow.js
|
|
91
|
+
- test/rails3/public/javascripts/jquery.js
|
|
92
|
+
- test/rails3/public/javascripts/jquery.min.js
|
|
93
|
+
- test/rails3/public/javascripts/jquery_ujs.js
|
|
94
|
+
- test/rails3/Rakefile
|
|
95
|
+
- test/rails3/script/rails
|
|
96
|
+
- test/rails3/spec/controllers/flash_controller_spec.rb
|
|
97
|
+
- test/rails3/spec/integration/flash_spec.rb
|
|
98
|
+
- test/rails3/spec/spec_helper.rb
|
|
99
|
+
- test/rails31/app/assets/images/rails.png
|
|
100
|
+
- test/rails31/app/assets/javascripts/application.js
|
|
101
|
+
- test/rails31/app/assets/stylesheets/application.css
|
|
102
|
+
- test/rails31/app/controllers/application_controller.rb
|
|
103
|
+
- test/rails31/app/controllers/flash_controller.rb
|
|
104
|
+
- test/rails31/app/views/flash/ajax.js.erb
|
|
105
|
+
- test/rails31/app/views/flash/show.html.erb
|
|
106
|
+
- test/rails31/app/views/layouts/application.html.erb
|
|
107
|
+
- test/rails31/config/application.rb
|
|
108
|
+
- test/rails31/config/boot.rb
|
|
109
|
+
- test/rails31/config/environment.rb
|
|
110
|
+
- test/rails31/config/environments/development.rb
|
|
111
|
+
- test/rails31/config/environments/production.rb
|
|
112
|
+
- test/rails31/config/environments/test.rb
|
|
113
|
+
- test/rails31/config/initializers/backtrace_silencers.rb
|
|
114
|
+
- test/rails31/config/initializers/inflections.rb
|
|
115
|
+
- test/rails31/config/initializers/mime_types.rb
|
|
116
|
+
- test/rails31/config/initializers/secret_token.rb
|
|
117
|
+
- test/rails31/config/initializers/session_store.rb
|
|
118
|
+
- test/rails31/config/initializers/wrap_parameters.rb
|
|
119
|
+
- test/rails31/config/locales/en.yml
|
|
120
|
+
- test/rails31/config/routes.rb
|
|
121
|
+
- test/rails31/config.ru
|
|
122
|
+
- test/rails31/Gemfile
|
|
123
|
+
- test/rails31/Gemfile.lock
|
|
124
|
+
- test/rails31/log/development.log
|
|
125
|
+
- test/rails31/log/test.log
|
|
126
|
+
- test/rails31/public/404.html
|
|
127
|
+
- test/rails31/public/422.html
|
|
128
|
+
- test/rails31/public/500.html
|
|
129
|
+
- test/rails31/public/favicon.ico
|
|
130
|
+
- test/rails31/public/robots.txt
|
|
131
|
+
- test/rails31/Rakefile
|
|
132
|
+
- test/rails31/script/rails
|
|
133
|
+
- test/rails31/spec/controllers/flash_controller_spec.rb
|
|
134
|
+
- test/rails31/spec/integration/flash_spec.rb
|
|
135
|
+
- test/rails31/spec/spec_helper.rb
|
|
136
|
+
- test/rails31/tmp/cache/assets/CC6/400/sprockets%2Ffc6d386e5a58972d13920c9cd2528768
|
|
137
|
+
- test/rails31/tmp/cache/assets/CD8/F20/sprockets%2Fd66a691d6f63c00b6b0025ec732734c9
|
|
138
|
+
- test/rails31/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
|
|
139
|
+
- test/rails31/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
|
140
|
+
- test/rails31/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
|
141
|
+
- test/rails31/tmp/cache/assets/D5F/DC0/sprockets%2F3bdad2a5487de08b16ac12dcd8411538
|
|
142
|
+
- test/rails31/tmp/cache/assets/D61/A80/sprockets%2Fa4b21f72f1e092ec190a2fc0d679c4c3
|
|
143
|
+
- test/rails31/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
|
|
144
|
+
- test/rails31/tmp/cache/assets/DA0/D40/sprockets%2Fa7b4ee1a4cf4cc742c0d968b2f40c779
|
|
145
|
+
- test/rails31/tmp/cache/assets/DB8/BB0/sprockets%2Fca4a6e5b550132e2e7e5ebd40dcc55a0
|
|
146
|
+
- test/rails31/tmp/cache/assets/DD8/AF0/sprockets%2F4297f5a02e59cff78bd076afd7b7faa1
|
|
147
|
+
- test/rails31/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
|
102
148
|
homepage: https://github.com/zweitag/glow
|
|
103
149
|
licenses: []
|
|
104
150
|
post_install_message:
|
|
@@ -116,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
116
162
|
version: '0'
|
|
117
163
|
segments:
|
|
118
164
|
- 0
|
|
119
|
-
hash:
|
|
165
|
+
hash: 1190458416639592688
|
|
120
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
167
|
none: false
|
|
122
168
|
requirements:
|
|
@@ -125,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
171
|
version: '0'
|
|
126
172
|
segments:
|
|
127
173
|
- 0
|
|
128
|
-
hash:
|
|
174
|
+
hash: 1190458416639592688
|
|
129
175
|
requirements: []
|
|
130
176
|
rubyforge_project:
|
|
131
177
|
rubygems_version: 1.8.9
|
|
@@ -133,46 +179,89 @@ signing_key:
|
|
|
133
179
|
specification_version: 3
|
|
134
180
|
summary: Javascript Flash Hash handling for Rails.
|
|
135
181
|
test_files:
|
|
136
|
-
- test/
|
|
137
|
-
- test/
|
|
138
|
-
- test/
|
|
139
|
-
- test/
|
|
140
|
-
- test/
|
|
141
|
-
- test/
|
|
142
|
-
- test/
|
|
143
|
-
- test/
|
|
144
|
-
- test/
|
|
145
|
-
- test/
|
|
146
|
-
- test/
|
|
147
|
-
- test/
|
|
148
|
-
- test/
|
|
149
|
-
- test/
|
|
150
|
-
- test/
|
|
151
|
-
- test/
|
|
152
|
-
- test/
|
|
153
|
-
- test/
|
|
154
|
-
- test/
|
|
155
|
-
- test/
|
|
156
|
-
- test/
|
|
157
|
-
- test/
|
|
158
|
-
- test/
|
|
159
|
-
- test/
|
|
160
|
-
- test/
|
|
161
|
-
- test/
|
|
162
|
-
- test/
|
|
163
|
-
- test/
|
|
164
|
-
- test/
|
|
165
|
-
- test/
|
|
166
|
-
- test/
|
|
167
|
-
- test/
|
|
168
|
-
- test/
|
|
169
|
-
- test/
|
|
170
|
-
- test/
|
|
171
|
-
- test/
|
|
172
|
-
- test/
|
|
173
|
-
- test/
|
|
174
|
-
- test/
|
|
175
|
-
- test/
|
|
176
|
-
- test/
|
|
177
|
-
- test/
|
|
178
|
-
- test/
|
|
182
|
+
- test/rails3/app/controllers/application_controller.rb
|
|
183
|
+
- test/rails3/app/controllers/flash_controller.rb
|
|
184
|
+
- test/rails3/app/views/flash/ajax.js.erb
|
|
185
|
+
- test/rails3/app/views/flash/show.html.erb
|
|
186
|
+
- test/rails3/app/views/layouts/application.html.erb
|
|
187
|
+
- test/rails3/config/application.rb
|
|
188
|
+
- test/rails3/config/boot.rb
|
|
189
|
+
- test/rails3/config/environment.rb
|
|
190
|
+
- test/rails3/config/environments/development.rb
|
|
191
|
+
- test/rails3/config/environments/production.rb
|
|
192
|
+
- test/rails3/config/environments/test.rb
|
|
193
|
+
- test/rails3/config/initializers/backtrace_silencers.rb
|
|
194
|
+
- test/rails3/config/initializers/inflections.rb
|
|
195
|
+
- test/rails3/config/initializers/mime_types.rb
|
|
196
|
+
- test/rails3/config/initializers/secret_token.rb
|
|
197
|
+
- test/rails3/config/initializers/session_store.rb
|
|
198
|
+
- test/rails3/config/initializers/wrap_parameters.rb
|
|
199
|
+
- test/rails3/config/locales/en.yml
|
|
200
|
+
- test/rails3/config/routes.rb
|
|
201
|
+
- test/rails3/config.ru
|
|
202
|
+
- test/rails3/Gemfile
|
|
203
|
+
- test/rails3/Gemfile.lock
|
|
204
|
+
- test/rails3/log/development.log
|
|
205
|
+
- test/rails3/log/test.log
|
|
206
|
+
- test/rails3/public/404.html
|
|
207
|
+
- test/rails3/public/422.html
|
|
208
|
+
- test/rails3/public/500.html
|
|
209
|
+
- test/rails3/public/favicon.ico
|
|
210
|
+
- test/rails3/public/javascripts/glow.js
|
|
211
|
+
- test/rails3/public/javascripts/jquery.js
|
|
212
|
+
- test/rails3/public/javascripts/jquery.min.js
|
|
213
|
+
- test/rails3/public/javascripts/jquery_ujs.js
|
|
214
|
+
- test/rails3/Rakefile
|
|
215
|
+
- test/rails3/script/rails
|
|
216
|
+
- test/rails3/spec/controllers/flash_controller_spec.rb
|
|
217
|
+
- test/rails3/spec/integration/flash_spec.rb
|
|
218
|
+
- test/rails3/spec/spec_helper.rb
|
|
219
|
+
- test/rails31/app/assets/images/rails.png
|
|
220
|
+
- test/rails31/app/assets/javascripts/application.js
|
|
221
|
+
- test/rails31/app/assets/stylesheets/application.css
|
|
222
|
+
- test/rails31/app/controllers/application_controller.rb
|
|
223
|
+
- test/rails31/app/controllers/flash_controller.rb
|
|
224
|
+
- test/rails31/app/views/flash/ajax.js.erb
|
|
225
|
+
- test/rails31/app/views/flash/show.html.erb
|
|
226
|
+
- test/rails31/app/views/layouts/application.html.erb
|
|
227
|
+
- test/rails31/config/application.rb
|
|
228
|
+
- test/rails31/config/boot.rb
|
|
229
|
+
- test/rails31/config/environment.rb
|
|
230
|
+
- test/rails31/config/environments/development.rb
|
|
231
|
+
- test/rails31/config/environments/production.rb
|
|
232
|
+
- test/rails31/config/environments/test.rb
|
|
233
|
+
- test/rails31/config/initializers/backtrace_silencers.rb
|
|
234
|
+
- test/rails31/config/initializers/inflections.rb
|
|
235
|
+
- test/rails31/config/initializers/mime_types.rb
|
|
236
|
+
- test/rails31/config/initializers/secret_token.rb
|
|
237
|
+
- test/rails31/config/initializers/session_store.rb
|
|
238
|
+
- test/rails31/config/initializers/wrap_parameters.rb
|
|
239
|
+
- test/rails31/config/locales/en.yml
|
|
240
|
+
- test/rails31/config/routes.rb
|
|
241
|
+
- test/rails31/config.ru
|
|
242
|
+
- test/rails31/Gemfile
|
|
243
|
+
- test/rails31/Gemfile.lock
|
|
244
|
+
- test/rails31/log/development.log
|
|
245
|
+
- test/rails31/log/test.log
|
|
246
|
+
- test/rails31/public/404.html
|
|
247
|
+
- test/rails31/public/422.html
|
|
248
|
+
- test/rails31/public/500.html
|
|
249
|
+
- test/rails31/public/favicon.ico
|
|
250
|
+
- test/rails31/public/robots.txt
|
|
251
|
+
- test/rails31/Rakefile
|
|
252
|
+
- test/rails31/script/rails
|
|
253
|
+
- test/rails31/spec/controllers/flash_controller_spec.rb
|
|
254
|
+
- test/rails31/spec/integration/flash_spec.rb
|
|
255
|
+
- test/rails31/spec/spec_helper.rb
|
|
256
|
+
- test/rails31/tmp/cache/assets/CC6/400/sprockets%2Ffc6d386e5a58972d13920c9cd2528768
|
|
257
|
+
- test/rails31/tmp/cache/assets/CD8/F20/sprockets%2Fd66a691d6f63c00b6b0025ec732734c9
|
|
258
|
+
- test/rails31/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
|
|
259
|
+
- test/rails31/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
|
260
|
+
- test/rails31/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
|
261
|
+
- test/rails31/tmp/cache/assets/D5F/DC0/sprockets%2F3bdad2a5487de08b16ac12dcd8411538
|
|
262
|
+
- test/rails31/tmp/cache/assets/D61/A80/sprockets%2Fa4b21f72f1e092ec190a2fc0d679c4c3
|
|
263
|
+
- test/rails31/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
|
|
264
|
+
- test/rails31/tmp/cache/assets/DA0/D40/sprockets%2Fa7b4ee1a4cf4cc742c0d968b2f40c779
|
|
265
|
+
- test/rails31/tmp/cache/assets/DB8/BB0/sprockets%2Fca4a6e5b550132e2e7e5ebd40dcc55a0
|
|
266
|
+
- test/rails31/tmp/cache/assets/DD8/AF0/sprockets%2F4297f5a02e59cff78bd076afd7b7faa1
|
|
267
|
+
- test/rails31/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|