Categories
Category results are hidden when using a custom project result order
0.12
Type checking and type casting of parameters for Action Pack
2021
2022
2023
2024
2025
2026
0.02
A puppet-lint plugin to check for classes and defined types that contain names beginning with a digit.
2021
2022
2023
2024
2025
2026
3.22
Sorbet's runtime type checking component
2021
2022
2023
2024
2025
2026
0.15
RDL is a gem that adds types and contracts to Ruby. RDL includes extensive
support for specifying method types, which can either be enforced as
contracts or statically checked.
2021
2022
2023
2024
2025
2026
0.0
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...
2021
2022
2023
2024
2025
2026
0.0
== Description
A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be
defined as mountable Rack applications with inline documentation, authentication and type checking.
e.g.
class Calculator < JSONRPC2::Interface
title "JSON-RPC2 Calculator"
in...
2021
2022
2023
2024
2025
2026
0.0
Normally Rails/Rack only checks the '_method' parameter in POST requests, but JSONP requests are always GETs. This railtie enables the '_method' check for all request types, including GET.
2021
2022
2023
2024
2025
2026
0.03
MooseX is an extension of Ruby object DSL. The main goal of MooseX is to make Ruby Object Oriented programming easier, more consistent, and less tedious. With MooseX you can think more about what you want to do and less about the mechanics of OOP. It is a port of Moose/Moo from Perl to Ruby world...
2021
2022
2023
2024
2025
2026
0.0
# Rake::ToolkitProgram
Create toolkit programs easily with `Rake` and `OptionParser` syntax. Bash completions and usage help are baked in.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rake-toolkit_program'
```
And then execute:
$ bundle
Or install it yours...
2021
2022
2023
2024
2025
2026
0.07
A gem that provides DSL for serialization of plain old Ruby objects to JSON in a declarative style by defining a `schema`. It also provides a trivial type checking in the runtime before serialization.
2021
2022
2023
2024
2025
2026
0.02
A new check for puppet-lint that validates that all parameters are typed.
2021
2022
2023
2024
2025
2026
0.2
A type coercion lib works with Sorbet's static type checker and type definitions; raises an error if the coercion fails.
2021
2022
2023
2024
2025
2026
0.09
Enums, properties, generics, structured objects and runtime type checking.
2021
2022
2023
2024
2025
2026
0.0
A puppet-lint plugin to check for class parameters with undef as value but not Optional type
2021
2022
2023
2024
2025
2026
0.0
This gem allows you to check the Content-Type of any HTTP-accessible asset.
2021
2022
2023
2024
2025
2026
0.0
a Rails gem that allows you to validate a URL
entered in a form. It validates if the URL exists by hitting it with a HEAD
request.
The improved version includes retries for common patterns when the head request is refused before giving a failure notice.
It also looks up a SITE_URL constant to...
2021
2022
2023
2024
2025
2026
0.0
Built to support all types of checkout integration between Akatus and your application
2021
2022
2023
2024
2025
2026
0.01
Type checking for Ruby methods.
2021
2022
2023
2024
2025
2026
0.0
All the flexibility of a Ruby Struct, but with type checking on its properties. Also benefit from being able to define complex types using RBS type notation.
2021
2022
2023
2024
2025
2026
0.02
Yadriggy builds the abstract syntax tree (AST) of a method, checks its syntax and types, and runs it. When checking the syntax and types, it is treated as the code written in a domain specific language (DSL). It also provide simple DSLs for computation offloading from Ruby to C, Python, etc.
2021
2022
2023
2024
2025
2026