File tree 3 files changed +1
-6
lines changed
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 7
7
Bundler ::GemHelper . install_tasks
8
8
9
9
require 'appraisal'
10
-
11
10
require 'rake/testtask'
12
11
13
12
Rake ::TestTask . new ( :test ) do |t |
Original file line number Diff line number Diff line change 1
1
require File . expand_path ( '../boot' , __FILE__ )
2
2
3
-
4
3
require 'rails/all'
5
4
6
5
Bundler . require ( *Rails . groups )
@@ -24,4 +23,3 @@ class Application < Rails::Application
24
23
config . assets . enabled = true
25
24
end
26
25
end
27
-
Original file line number Diff line number Diff line change 7
7
# no regular words or you'll be exposed to dictionary attacks.
8
8
# You can use `rake secret` to generate a secure secret key.
9
9
10
-
11
-
12
10
# Make sure your secret_key_base is kept private
13
11
# if you're sharing your code publicly.
14
12
Dummy ::Application . config . secret_key_base = '43fa5672451bbd0a171668e625edc433eb00eeeb14c2606546e262e499ab853cfb532998d4809abe5019bf13888863e3a2c7d5cf7757de7a2b1fb50826d9874e'
15
13
16
- #for rails 3.1 & 3.2
14
+ # for rails 3.1 & 3.2
17
15
Dummy ::Application . config . secret_token = Dummy ::Application . config . secret_key_base
You can’t perform that action at this time.
0 commit comments