0.0
No release in over 3 years
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be ad...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== FEATURES/PROBLEMS: Right now, only one function: parse. This does the validation and parsing all in one step. This is intended to be used by any reader (who would take care of what links have been read, etc). == SYNOPSIS: results = Zsff.parse(url) results[:errors] #Any errors encountered ...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
DrySQL uses your DB's information schema to identify keys, and generate associations and validations for ActiveRecord objects. You defined the schema on your DB ... don't re-define it in your application code. Legacy DB Tables, Ruby Desktop apps, Rails apps...DrySQL's got all your databases covered
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
add description to your classes and make your ActiveRecord validations smarter
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
This RubyGem allows you to prevent particular database fields from being changed after an Active Record object is created. A validation error occurs on updates if an attribute of a model object is different from its value in the database.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== FEATURES/PROBLEMS: * a simple FriendMailer object * email templates for HTML and plain text alternative * configurable amount of friends * support for including a user submitted message in the email * support for HTML as well as XML (nice for Flash integration) * server-side validation * erro...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Three level validation on email addresses for ActiveRecord.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Generates Rails models from the target database... magically! Validations and associations included.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Validation of popular Polish codes, such as PESEL, NIP, REGON, post codes, car registration numbers, credit card numbers and anything really that can be helpful in advanced commercial application for Polish customers.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Dr Nic's Magic Models - Invisible validations, assocations and Active Record models themselves!
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Rubinium is a FIT-style code generator for Selenium. It supports validation and allows the user to include arbitrary ruby in the test.
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).