0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
It provides basic command line tools for simply defining things like cross validations, factorial experimental design and basic statistics. All of this can be run in a distributed manner.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Provides some extra validations for ActiveModel.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Flags is a framework for Ruby which allows the definition of command-line flags, which are parsed in and can be accessed smartly from within your Ruby code. This framework allows for numerous different flag types, and takes care of the process of type conversion and flag validation (type and val...
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Builds forms with a standard template that has labels, hints, and validations
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Low commit activity in last 3 years
This gem allows model to have state, and based on that create wizard with step by step validations
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
This is an alpha version. Create a class implements from FluentValidator, then use rule_for method to register validators in its construction method.
2019
2020
2021
2022
2023
2024
0.02
No commit activity in last 3 years
No release in over 3 years
Headhunter is an HTML and CSS validation tool that injects itself into your Rails feature tests and automagically checks all your generated HTML and CSS for validity. In addition, it also looks out for unused (and therefore superfluous) CSS selectors.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Rails' default update_attributes behavior is that when any validation fails, none of the data gets saved. However, in some instances this is not the most ideal behavior. If you import partial data which users then have the task of completing, not saving partially completed forms can create a real...
2019
2020
2021
2022
2023
2024
0.01
No commit activity in last 3 years
A Rails plugin that allows validation on partially completed Active Record models (useful in wizards that incrementally build a model).