randumb
Adds ability to pull back random records from Active Record
File Explorer
Download Latest Version (.zip)- relation.rb
- syntax.rb
- version.rb
- randumb.rb
- album.rb
- artist.rb
- factories.rb
- databases.yml
- randumb_test.rb
- test_helper.rb
- weighted_test.rb
- .gitignore
- .rubocop.yml
- .travis.yml
- CHANGELOG.md
- Gemfile
- HowToRelease.md
- MIT-LICENSE
- Rakefile
- randumb.gemspec
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/spilliton/randumb
Downloads the entire project code from GitHub to your computer.
cd randumb
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
