0.0
Boxey provides the [] element reference operator to ActiveRecord classes.
# Installation
Add this line to your Gemfile:
`gem 'boxey'`
# Configuration
With the boxey gem installed, all ActiveRecord classes gain the [] method, which fetches by the class's primary_key by default.
You may speci...
2020
2021
2022
2023
2024
2025
0.0
== Time.timestamp
Defines <tt>Time::timestamp</tt> and <tt>Time::unix_timestamp</tt>.
See the original discussion at {Ruby-Lang}[https://bugs.ruby-lang.org/issues/8096]
:call-seq:
Time::timestamp -> Integer
Returns a nanosecond-precision timestamp from the system's monotonic
clock. Note th...
2020
2021
2022
2023
2024
2025
0.0
Portal 1C client
2020
2021
2022
2023
2024
2025
0.0
This gem resolves basically two problems.
---
1. MySQL for strings(VARCHAR(255)) by default has limit 255 characters. And when developer left this attribute without any length validation, then it's possible to face with situation when user unintentionally or intentionally will p...
2020
2021
2022
2023
2024
2025
0.0
Tea is a library for making simpler games from a simpler age. It's designed with these things in mind: - 0 is better than 1, and 1 is better than 2. - Simplicity beats speed. - Value and convenience can sometimes beat simplicity. - Procedural beats object-oriented in a dead-heat.
2020
2021
2022
2023
2024
2025
0.0
[1,2,3].comprehend{ |i| i.to_s if i<3 } == ["1","2"]
2020
2021
2022
2023
2024
2025
0.0
PGroonga 2.0 has been released with 2 years development since PGroonga 1.0.0. PGroonga 1.0.0 just provides fast full text search with all languages support. It's important because it's a lacked feature in PostgreSQL. PGroonga 2.0 provides more useful features to implement rich full text search sy...
2020
2021
2022
2023
2024
2025
0.0
Atcoder 148 A
2020
2021
2022
2023
2024
2025
0.0
Allows easy integration with marketo from ruby (v2 and up). You can synchronize leads and fetch them back by email.
By default this is configured for the SOAP wsdl file: http://app.marketo.com/soap/mktows/1_4?WSDL but this is
configurable when you construct the client, e.g.
cl...
2020
2021
2022
2023
2024
2025
0.0
Int64 (UInt64, UInt63) autoincrement via redis-servers with timestamp in microseconds, autoincerent via redis key.
Support 1-5 redis servers in one system (1 - timestamp + 4 servers - autoincrementers).
2020
2021
2022
2023
2024
2025
0.0
A Ruby Gem to connect to the SharedBook.com publishing API.
This version provides 1:1 method call structure to the SharedBook rest-like API.
2020
2021
2022
2023
2024
2025
0.0
thirteen_f lets you easily search and retrieve SEC 13F
filing data. The SEC is the U.S. Securities and Exchange Commission. 13F
filings are disclosures large institutional investors in public securites have
to provide and make public every quarter. It is a great way to follow what
differe...
2020
2021
2022
2023
2024
2025
0.0
<div id="top"></div>
<!--
*** Thanks for checking out the Best-README-Template. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Don't forget to give the project a star!
*** Thanks ...
2020
2021
2022
2023
2024
2025
0.0
branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits ...
2020
2021
2022
2023
2024
2025
0.0
The Postman API enables you to programmatically access data stored in your Postman account.
For a comprehensive set of examples of requests and responses, see the [**Postman API** collection](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-...
2020
2021
2022
2023
2024
2025
0.0
A parser for the Code programming language, like 1 + 1 and user.first_name
2020
2021
2022
2023
2024
2025
0.0
# ruby unshare (runshare)
This tool allows to unshare Linux namespaces.
The implementation is similar to the unshare(1) tool.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'runshare'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem ins...
2020
2021
2022
2023
2024
2025
0.0
Implement orderable trees in ActiveRecord using the nested set model, with multiple roots and scoping, and most importantly user-defined
ordering of subtrees. Fetches preordered trees in one go, updates are write-heavy.
This is a substantially butchered-up version/offspring of acts_as_threaded. ...
2020
2021
2022
2023
2024
2025
0.0
Solution to ruby quiz #1 @ http://rubyquiz.com/quiz1.html
2020
2021
2022
2023
2024
2025
0.0
This a gem developed by myGrid for the purpose of interacting with Taverna 1 workflows. An example use would be the image genaration for the model representing Taverna 1 workflows as used in myExperiment.
2020
2021
2022
2023
2024
2025