-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: Test/model validation tests #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Duxy1996
wants to merge
20
commits into
master
Choose a base branch
from
test/model-validation-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ignored ThreeJS loaders and helpers which are used in the 3D viewer
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.4. **This update includes a security fix.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.3...v1.10.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Travis - Updated Travis CI to Rails 2.4.0 * Travis - Updated Travis CI to Rails 2.4.4 * Travis - Updated Travis CI to Rails 2.5.0 * Travis - Post build scripts removed
Bumps [devise](https://github.com/plataformatec/devise) from 4.6.2 to 4.7.1. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](heartcombo/devise@v4.6.2...v4.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [devise-i18n](https://github.com/tigrish/devise-i18n) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/tigrish/devise-i18n/releases) - [Changelog](https://github.com/tigrish/devise-i18n/blob/master/CHANGELOG.md) - [Commits](tigrish/devise-i18n@v1.8.0...v1.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from `011b67b` to `2875dbf`. - [Release notes](https://github.com/codahale/bcrypt-ruby/releases) - [Commits](bcrypt-ruby/bcrypt-ruby@011b67b...2875dbf) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…a it was crashing. (#159)
* BADGES - Added test badge and app folder * BADGES - Basic badges generator file. Connected with the github API using https req * README - Readme comments tests and badges remove code * README - AUTOGENERATED README TEST * BADGES - Now update the contributors badge when execute the script * BADGES - Fix new line addition bug * BADGES - Added a new class and re-factored the scrip in several methods * BADGES - Added several options as global variables inside the class
* Fixtures - Removed non used and bad implemented fixtures. Removed object_format which was not used in the application * TESTS - Configured two basic tests(model and controller) and create a travis job to execute the job * TEST - Added travis dba creation * TRAVIS - Added postgresql 9.6 to travis file
* README - Update readme with more information,installation and history of the project * README - Updated badges * RESTORED-OBJECT - Removed console traces and comments
e372ce0 to
a2acf8d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Model validation
Validations are used to ensure that only valid data is saved into your database. We cannot allow to add data which is not well structured and useless in our databases.
Category
Must have a name due to is the only field which gives relevant information for the user.