0.0
Property types that add CHECK constraints to your DB and validations to your model. Data integrity FTW.
2020
2021
2022
2023
2024
2025
0.0
ALPHA Alert -- just uploaded initial release.
Linux inotify is a means to receive events describing file system activity (create, modify, delete, close, etc).
Sinotify was derived from aredridel's package (http://raa.ruby-lang.org/project/ruby-inotify/), with the addition of
Paul Boon's tweak...
2020
2021
2022
2023
2024
2025
0.0
ALPHA Alert -- just uploaded initial release. Linux inotify is a means to receive events describing file system activity (create, modify, delete, close, etc). Sinotify was derived from aredridel's package (http://raa.ruby-lang.org/project/ruby-inotify/), with the addition of Paul Boon's tweak...
2020
2021
2022
2023
2024
2025
0.0
Allows checking of reply content type with request accept types. Also allows contracting of downstream apps to supplying a single type.
2020
2021
2022
2023
2024
2025
0.0
QuacksLike is a module for RSpec to add matchers that test if an object is fully duck-typed to pretend to be another class. This kind of thing is really only necessary when passing such an object as the return value in an API where you don't know exactly how it will be consumed, but it needs to ...
2020
2021
2022
2023
2024
2025
0.0
The code to check for the iPhone user agent is from http://developer.apple.com. This doesn't have any dependencies. - in app/controllers/application.rb require 'is_it_iphone' class ApplicationController < ActionController::Base include IsItIPhone before_filter :adjust_format_for_iphone # Al...
2020
2021
2022
2023
2024
2025
0.0
Methods for defining type-checked arrays and attributes
2020
2021
2022
2023
2024
2025
0.0
ruby-contract provides support for describing and using types via unit-tests. It offers support for specifying contracts (Contract), method signature checks (Module#signature), automatic adaption between types (Kernel#adaption) and integration with the classic message- and class-based typing.
2020
2021
2022
2023
2024
2025