0.0
Simple gem that aims at doing one thing: generate slugs with as few lines of clean code as possible.
2020
2021
2022
2023
2024
2025
0.0
creates slugs based, accounting for duplicates. Needs to be added from the very beginning to count correctly. Adds slug before creation, does not save object. Object to be slugged need to have "slug" column, which needs to be described in the model with "sluggable_attribute :column_name"
2020
2021
2022
2023
2024
2025
0.0
Proxy for Wormly.com's health monitoring to enable monitoring of machines that are behind firewalls or where you don't want to run Wormly's HTTP and PHP-based monitoring script. Requires only Ruby on the proxy server and nothing at all on the machines being monitored when the SSH-based backend is...
2020
2021
2022
2023
2024
2025
0.0
Leverages your app's DATE_FORMATS hash when parsing dates and times or specify your own format on a per-app, per-model, or per-attribute basis. Fails back to the default Ruby implementation.
2020
2021
2022
2023
2024
2025
0.0
Intelligently applies a maxlength attribute for text fields based on column constraints and validations
2020
2021
2022
2023
2024
2025
0.0
Add softs_validate_presence_of :attr to your model and it will give you methods to figure out percent complete, missing fields, etc without preventing the record from being saved.
2020
2021
2022
2023
2024
2025
0.0
Light it up sparky! Random text (lorem ipsum), numbers, and names that at least look real..
2020
2021
2022
2023
2024
2025
0.0
Let rails spawn extra processes at startup.
2020
2021
2022
2023
2024
2025
0.0
This gem provides RSpec matchers for model attributes and validators.
2020
2021
2022
2023
2024
2025
0.0
Spin up a Rails app using all the tools and frameworks we like at Gaslight. Inspired heavily by thoughtbot's Suspenders.
2020
2021
2022
2023
2024
2025
0.0
# Sparrow is a really fast lightweight queue written in Ruby that speaks memcached. # That means you can use Sparrow with any memcached client library (Ruby or otherwise). # # Basic tests shows that Sparrow processes messages at a rate of 850-900 per second. # The load Sparrow can cope with i...
2020
2021
2022
2023
2024
2025
0.0
Spree Grid FAQ adds a Frequently Asked Question section to your spree store. It allows questions to be attached to existing taxons and products and was designe for Alarm Grid.
2020
2021
2022
2023
2024
2025
0.0
A client for interacting with Atlassian Stash API
2020
2021
2022
2023
2024
2025
0.0
Comment on pull requests in Atlassian Stash repositories
2020
2021
2022
2023
2024
2025
0.0
StartAt is a simple class for future code execution. It is designed
to execute a block of code at a specific point in time in the future.
StartAt works by spawning a new thread, determining how long it must wait (in
seconds) until the future date and time is reached, calling sleep with the
exa...
2020
2021
2022
2023
2024
2025
0.0
This is an example application developed by Abhinav Katoch as part of The Pragmatic Studio's
Ruby Programming course, as described at
http://pragmaticstudio.com
This code is Copyright 2012 The Pragmatic Studio. See the LICENSE file.
2020
2021
2022
2023
2024
2025
0.0
Simple type validation for plain ruby object attributes that perform conversions whenever possible.
2020
2021
2022
2023
2024
2025
0.0
This is an example application used in The Pragmatic Studio's
Ruby Programming course, as described at
http://pragmaticstudio.com
This code is Copyright 2012 The Pragmatic Studio. See the LICENSE file.
2020
2021
2022
2023
2024
2025
0.0
strong_presenter adds a layer of presentation logic to your application, and gives you strong_parameters-like logic to determine which attributes are visible
2020
2021
2022
2023
2024
2025
0.0
This a simple game where virtual players compete to find treasures.
Health of the players is importatnt. The players may get blammed
or get w00ted.
- To start the game on command line:
studiogame.rb <csv file, containing a list of players>
if the optional csv file is not provided, the ...
2020
2021
2022
2023
2024
2025