We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7556e8c commit ab8b499Copy full SHA for ab8b499
2 files changed
README.md
@@ -36,8 +36,6 @@ After you install stackify-api-ruby you need to run the generator:
36
37
The generator creates a file 'config/initializers/stackify.rb' configuring stackify-api-ruby with your API key. You can change default settings there.
38
39
-In your 'config/initializers/stackify.rb' insert a this line of snippet 'Stackify::EnvDetails.instance.set_rails_info'
40
-
41
### Non-Rails
42
43
For using stackify-api-ruby gem within any Ruby application add to top of your main file:
lib/stackify-api-ruby.rb
@@ -44,6 +44,7 @@ def configuration
44
def setup
45
@workers = []
46
yield(configuration) if block_given?
47
+ Stackify::EnvDetails.instance.set_rails_info
48
if configuration.is_valid?
49
@status = STATUSES[:working]
50
else
0 commit comments