0.0
No release in over 3 years
== FEATURES/PROBLEMS: Hash access to attributes bypasses acts_as_cached == SYNOPSYS: Just add a method call in your AR class body: acts_as_cached == REQUIREMENTS:
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Padrino version of the popular Rails tagging plugin. With ActsAsTaggableOnPadrino, you could tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Segua acts like tail -f, except that it accepts a directory as input, not a file. It then constantly evaluates which file is the most recently modified, and follows that file.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Some [hopefully] useful extensions to Ruby’s String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
serialize_with_coder is an ActiveRecord 2.x extended serialize function which acts like Rails 3.1 one - you can use custom coder as storing engine. Including 2 sample coders - CSV and JSON.
2019
2020
2021
2022
2023
2024
0.01
No release in over 3 years
There's a lot of open issues
ActiveRecord model w/ a start_date and an end_date == ActsAsSpan
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
"It is a minimal base class that acts like an ActiveRecord without a matching database table. It has basic methods to support polymorhic association. Nothing special here :)"
2019
2020
2021
2022
2023
2024
0.0
The project is in a healthy, maintained state
Orders ActiveRecord items by floating ranks for spaces in-between items. Influenced by gem ActsAsList. The floating rank allows inserting items at arbitrary positions without reordering items. Thus, reducing the number of WRITE queries.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Any Ruby class with a start time and an end time will be more intuitive with ActsAsTimeFrame. It supports determining how two time frames relate. There will soon be support for: * generating recurring time frames * Rails-specific features like named scopes
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
= dm-is-published This plugin makes it very easy to add different states to your models, like 'draft' vs 'live'. By default it also adds validations of the field value. Originally inspired by the Rails plugin +acts_as_publishable+ by <b>fr.ivolo.us</b>. == Installation # Add G...
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
== E9Tags An extension to ActsAsTaggableOn[http://github.com/mbleigh/acts-as-taggable-on] which "improves" on custom tagging, or at least makes it more dynamic. Additionally it provides some autocomplete rack apps and the corresponding javascript. == Installation 1. E9Tags requires jquery an...
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
== Synopsys <code>Enumerable#filter</code> - extended <code>Enumerable#select</code> == Examples String filter (acts like <code>Enumerable#grep</code>): [1, 2, 3, 'ab'].filter(/a/) # => ['ab'] [1, 2, 3, '3'].filter('3') # => ['3'] You can pass a <code>Proc</code> ...
2019
2020
2021
2022
2023
2024