0.02
No commit activity in last 3 years
No release in over 3 years
Acts_as_rateable is a rails plugin providing a rating interface for ActiveRecord models.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
acts_as_notifier is an add-on for ActiveRecord models used to notify users of new and updated records via ActionMailer emails. The notifications can be make conditional and recipient lists can be specified at runtime using a proc or method name. acts_as_notifier can be configured to s...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
acts_as_searchable adds fulltext searching capabilities based on Hyper Estraier to an ActiveRecord module.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
This plugin allows for extensible models, where inter-model relations are inferred from the database's structure, and not necessarily from explicit declarations in the models. This means, when one of your models acts_as_magic_model, this plugin will try to infer all the basic relations (+has_ma...
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
This is a wrapper that enables you to write your generator using the Rails 3 syntax but still support Rails 2.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
On-the-fly RSA encryption for secure transmission of forms/resources over non-secure connection
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
acts_as_subscribable is a loose wrapper around ActiveRecord to allow a basic user subscription model. acts_as_subscribable exposes a high-level set of methods that allow you to easily subscribe, unsubscribe and view subscribers to a model.
2019
2020
2021
2022
2023
2024
0.57
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
attachment_fu is a plugin by Rick Olson (aka technoweenie http://techno-weenie.net) and is the successor to acts_as_attachment. To get a basic run-through of its capabilities, check out Mike Clark's tutorial http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Welcome to init gem! This gem is a MonkeyPatching gem that provides you with the more friendly constructor 'init' inside your code which acts exactly the same as the original built in ruby 'initialize', it also gives you the ability to name your constructor by the same name as your class followin...
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
An enhanced acts_as_nested_set mixin for ActiveRecord. A Gemified version of the betternestedset svn repo at svn://rubyforge.org/var/svn/betternestedset/trunk
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
ActsAsIndexable is a Rails engine that provides a configurable DSL for rendering tables in index views of your application. It works with any collection of enumerable objects, ActiveRecord or otherwise.
2019
2020
2021
2022
2023
2024
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
ActiveRecord plugin for a view-backed model. Stores data to an underlying table.
2019
2020
2021
2022
2023
2024
0.8
Low commit activity in last 3 years
There's a lot of open issues
Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments