safely
Rescue and report exceptions in non-critical code
File Explorer
Download Latest Version (.zip)- build.yml
- services.gemfile
- core.rb
- services.rb
- version.rb
- safely_block.rb
- env_test.rb
- safely_test.rb
- services_test.rb
- tag_test.rb
- test_helper.rb
- .gitignore
- CHANGELOG.md
- Gemfile
- LICENSE.txt
- Rakefile
- README.md
- safely_block.gemspec
π Installation Guide
1. Get the code
git clone https://github.com/ankane/safely
Downloads the entire project code from GitHub to your computer.
cd safely
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
bundle exec rake test
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
