Skip to content

Commit

Permalink
fix: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooGQ committed Jan 3, 2024
1 parent 5ce5963 commit 5f174b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/bin/rails
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env ruby
require 'pp'
pp ENV.to_h

puts ENV['RAILS_ENV']

APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'

0 comments on commit 5f174b7

Please sign in to comment.