0.0
Adds a `accepts_nested_attributes_for` class method to make mongo_mapper models work with nested forms.
2021
2022
2023
2024
2025
2026
0.0
Attribute decorator support for ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
## Dinosaur Catalog
It may not be immediately evident, but I am a huge fan of dinosaurs. They're huge and dangerous and have cool names like Giganotosaurus (not to be confused with Gigantosaurus).
...
Anyway. I need to catalog some dinosaurs for my newest project, DinoDex. I've got a CSV file ...
2021
2022
2023
2024
2025
2026
0.0
Creates instance method that can both get or set an instance variable.
It's like squeezing :attr_writer into :attr_reader.
2021
2022
2023
2024
2025
2026
0.0
Adds functionality confirmable attributes to models.
2021
2022
2023
2024
2025
2026
0.0
Allows one to assign random attributes to ranges and juggle them in lists. Also adds parsing from string, but most interesting when used in a PositionRange::List. In lists standard set operations can be applied to them, like addition, substraction and intersection. In addition one can also get th...
2021
2022
2023
2024
2025
2026
0.0
Description of MuteUpdatedAt dont update updated_at field.
2021
2022
2023
2024
2025
2026
0.0
An ActiveModel extension that provides automatic capitalization for name and place-name attributes.
2021
2022
2023
2024
2025
2026
0.0
Gem for using angular.js ng-attributes in rails view helpers
2021
2022
2023
2024
2025
2026
0.0
A Rails engine which takes care of creating Attachments using the jQuery File Upload plugin.
2021
2022
2023
2024
2025
2026
0.0
Athena API
2021
2022
2023
2024
2025
2026
0.0
Model Atomics (MySQL over HTTP) records for ruby and rails projects
2021
2022
2023
2024
2025
2026
0.0
FilterableModel provides an organized and seamless way to filter your ActiveRecord objects using model attributes or custom attributes.
2021
2022
2023
2024
2025
2026
0.0
Provides SMTP STARTTLS support for Ruby 1.8.6 (built-in for 1.8.7+). Simply
require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to
servers that use STARTTLS.
require 'net/smtp'
begin
require 'smtp_tls'
rescue LoadError
end
smtp = Net::SMTP.new address, port
...
2021
2022
2023
2024
2025
2026
0.0
A simple wrapper for the ATDW SOAP API
2021
2022
2023
2024
2025
2026
0.0
Rate multiple attributes of models with Active Record.
2021
2022
2023
2024
2025
2026
0.0
SixArm.com » Ruby » PasswordAttribute model to provides read/write for an ActiveRecord password attribute based on bcrypt
2021
2022
2023
2024
2025
2026
0.0
Enhances Rails inheritable attributes to ensure that changes to super classes are passed on to the subclasses
2021
2022
2023
2024
2025
2026
0.0
Ruby wrapper for the REST API at http://www.zendesk.com. Documentation at https://developer.zendesk.com/rest_api/docs/help_center/introduction.
2021
2022
2023
2024
2025
2026