The new 'bitfields' Rails plugin and gem allows simple bitfield managements for ActiveRecord and others, produces fast(indexable) sql for query and bit-setting.
Items matching "plugin" (RSS Feed)
March 10, 2010
The APN (Apple Push Notifications) on Rails plugin has moved to a new home.
February 28, 2010
Slugs are bad kids. I know rails 2.3 is obsolete now that 3.0 is on the cards ;-) but slugs_are_bad is a plugin that allows you to create slug-less url's for your rails app without having to make too many changes to your code. I created a quick blog post to explain the plugin here.
February 27, 2010
I just sleepily wrote mongrations, a Rails plugin that gives you migrations for MongoMapper.
February 23, 2010
The grouped_validations plugin allows you to define validation groups which you can check for validity in isolation from the rest of the validations on a model. Handy for multi-page forms or wizard style data entry.
Handling title tags in rails has always been difficult and not very DRY. Until now. title_tag is a new plugin that attempts to make this very easy, and easy to modify! Read The Full Article
February 21, 2010
A new blog post announcing a new release of the netzke-core gem/plugin: embedding Netzke (ExtJS+Rails) widgets (such as full featured Grid/FormPanel, BorderLayoutPanel, AccordionPanel, etc) into a Rails view is easier than ever.
February 18, 2010
Users never have to wait for cached pages to be generated (unlike the page caching that ships with Rails). Inspired by Pivotal Labs' Rails, Slashdotted: no problem I've created this Page Cache plugin to give Rails holeless/seamless page caching. The README and source is on github and here's the blog post explaining how I use it.
February 17, 2010
Seer is a lightweight, semantically rich Ruby on Rails gem that provides a seamless interface to the Google Visualization API. You can easily create a graph or chart in a variety of formats and display it in your app with only a single line of code. The gem is available now through Gemcutter. A full intro can be found on my blog: Simple, Semantic Graphing for Ruby on Rails with Seer.
I just released sequel_sluggable. Simple Sequel plugin adding slug generation functionality to your models.
February 15, 2010
I've been working on JRuby/Duby interop to implement VST audio plugins. The first working plugin is a LP/HP filter (with cutoff and resonance). JRuby is used for declarative stuff, while Duby is used for computation intensive stuff. The combination gives an interesting Ruby-tasting audio programming experience.
February 12, 2010
The day has finally arrived where you can run a browser-less javascript + DOM environment from within Ruby. Harmony offers a convenient DSL that allows you to get started simply and easily. There is even a Rails plugin (holygrail) for functional tests. You can now leverage the power of the command line to do with JS what once required a browser.
VersionMaster - a plugin to manage version numbers (eg. "v1.0.8" etc) for Rails apps and having it automatically update whenever a new release is deployed using Capistrano.
February 05, 2010
Step by step tutorial to build a Rails plugin with Rails 2.x and Rails 3.0 compatibility in addition to a compilation of links about the new API for plugins. Read more.
I've decided to open up RailsInside.com to public submissions. If you want some publicity or want to promote your plugin/library/whatever, you can now write a post for Rails Inside and I'll put it up. Anything that's not very poorly written or total nonsense will probably be accepted!
February 04, 2010
A Rails plugin called acts_as_archive does just that. Very easy to set up and auto-migrates from acts_as_paranoid.
February 03, 2010
Lukas Rieder, Alexander Lang and Eric Lindvall have created a Scout plugin for monitoring Delayed::Job. With the plugin, you can graph and get alerts on running jobs, scheduled jobs, failed jobs and more.
The Rails team at XING developed the alter_table Rails plugin to extend ActiveRecord migrations with MySQL’s native ability to run multiple alterations on a table in a single ALTER TABLE statement.
January 22, 2010
Mmmenu is a Rails plugin that provides a nice DSL for creating multi-level menus.
January 20, 2010
Encode click-tracking or payment requests with secure hashing (Rails cookie-store style) simple as UrlStore.encode(:cliked=>'bottom-right') UrlStore.decode(params[:data]), try the secure url store Rails-plugin/Gem.
January 16, 2010
YARD can easily be extended to recognize and document new meta-programming methods. yard-dm is a new YARD plugin gem, which adds support for documenting the properties/relations of DataMapper models. More on this.
January 15, 2010
just released a plugin for rails, a helper to help create graphics with the javascript library "highcharts" the samples of the graphics are in the highcharts site; and the code of the helper can be found, as always, in github: http://github.com/michelson/lazy_high_charts
January 11, 2010
Daniel309 made a screencast demonstrating how to use Opaz-PlugDK (experimental JRuby VST plugin framework) to code and tweak VST plugins in real-time.
Also see the blog post here if you need an introduction to this.
Also see the blog post here if you need an introduction to this.
January 10, 2010
With tracked_plugins installation stays the same and new meta information (url / installed_at / revision / ...) is stored used to update plugins, try it!
January 06, 2010
Just released two new Rails plugins for apps using MongoMapper: acts_as_mongo_rateable
adds classic rating support plus weighted rates and bayesian averages... and acts_as_mongo_taggable adds standard tagging functionality with some roundup and statistics methods to help build tag clouds and ranked lists. Both have pretty thorough tests, but there are still likely bugs to shake out. Please fork, contribute, and send pull requests if you fix bugs, improve performance, or add new stuff.
adds classic rating support plus weighted rates and bayesian averages... and acts_as_mongo_taggable adds standard tagging functionality with some roundup and statistics methods to help build tag clouds and ranked lists. Both have pretty thorough tests, but there are still likely bugs to shake out. Please fork, contribute, and send pull requests if you fix bugs, improve performance, or add new stuff.
January 03, 2010
R18n now has full compatibility with Rails I18n and add to Ruby on Rails: filters, i18n support for models, time formatters, nice syntax and out-of-box pluralizations and autodetect user locale. Also R18n has Sinatra, Merb and desktop plugins.
I just released a gem version of the attribute normalizer active record plugin over on gemcutter. I'm now looking for your feedback on the roadmap to the 0.2 release of the gem before I dig in working on it. Please leave your feedback on the latest release annoucement. Or email me at the address found in the source notes.
Released a tool that will act as Rails::Initializer's config.gem and extract plugins and gems to vendor/ like "rake gems:unpack". It's portable configuration where you can copy it and paste to another Rails application. You can paste your .rpkg file to gist/pastie/pastebin and download it and merge it with rpkg merge Just good for people who don't want to type: sudo gem install [plugin/gem] to run Rails application. Read this post about Rails Package Management.
January 02, 2010
Found This: LocalNewsRadar Looks like its based on Outside.in api with ability to hook various other open apis.
December 30, 2009
I've just released MailStyle, a plugin to ease the pain of writing HTML emails in rails.
December 23, 2009
I just added my first plugin ar_enumerations which allows to use "enumeration" field in your AR models. This plugin was at least useful for me, because it saved me from a lot of "has_many" tables and data stored to single integer column. Also I'm providing the sample application where you could see plugin in action.
I hope this plugin will be useful for you too.
I hope this plugin will be useful for you too.
December 16, 2009
This is an ActiveRecord plugin that makes it easier to do reporting. The latest version includes several new features, the most important of which is support for caching! Check it out here.
Temping allows for the creation of temporary table-backed ActiveRecord models for use in tests. This is useful when writing ActiveRecord-extending plugins or for testing modules separate from their concrete implementations. The syntax for creating a model allows for any method call that can occur in a standard ActiveRecord::Base Model:
create_model :tests do
with_columns do |t|
t.string :test_string
end
validates_presence_of :test_string
endDecember 03, 2009
In this screencast we'll cover aligning floated elements on an HTML page using jQuery, the jQuery Masonry plugin and CSS. Watch this screencast and more at TeachMeToCode.com
December 02, 2009
Just released Viewtastic, a Presenter pattern plugin for Ruby on Rails packaged as a gem. It is basically ActivePresenter without the saving and validation part, giving you access to the controller currently serving the request.
December 01, 2009
Flotomatic is a new Rails plugin built on top of flot (jquery / javascript based graphs). It's got a nice DSL that makes it really easy to drop graphs into your site.
November 29, 2009
I'm glad to announce the first release of ActiveDevice, A Rails Gem and Plugin for UserAgent Parser and Device (Mobile, Desktop Browser, Bot) Detection.with many helper methods for checking and detect the Mobile Brand, Model, Engine, others ..
November 17, 2009
In this article I present some work around the topic: is it possible to use Ruby to make it easier to prototype VST plugins?
November 13, 2009
I’ve searched on the web for answers and there’s not a really good source as to why it happens or what can be done to fix it. Yesterday, I put an end to the error in authlogic_facebook_connect and wanted to post here so the next schlub who comes along googling for a solution will find it.
November 10, 2009
November 09, 2009
How's your server doing? Encharge your ubuntu rails server with stats from munin. This steps will take you through installing munin and the munin nginx plugins. Check it out
November 06, 2009
styled_objects is a Rails plugin for simplifying stylesheet management on your application.
Check out this tutorial that guides you through building a web application from scratch using Rails with the styled_objects plugin.
November 04, 2009
Don't want to take the time to create a layout for your new Ruby on Rails application? Don't worry. Use the Themes plugin! In this screencast, I show you how to easily add a layout with built-in menus to your existing Rails application using only 1 line of code. Watch the screencast at TeachMeToCode.com.
November 02, 2009
I just launched a Ruby on Rails plugin for the web-based translation tool Web Translate It. It adds rake tasks to your project to fetch your translations, as well as the ability to “autofetch” your translations files on page load. This is useful for a team of translators to test their translations on a staging environment.
October 28, 2009
The developers at XING just launched a tiny Rails plugin to replace the Rails default way of using a div to highlight input fields with errors by just using a css class: http://github.com/xing/classy_field_errors. A related blog post explains the problem and solution in more detail.
October 27, 2009
Liberate my Rails controller - make controller with current request available in the models, mailers
We made a small plugin to access current request and controller data from models, mailers etc. To use url helpers for example. More info and examples at astrails blog
October 25, 2009
Hi! I just released Irwi - wiki plugin for ROR, which allows to add working wiki in existing application in few minutes. Docs are in GitHub Wiki. Also, you can see a simple demo, it's source code available at GitHub
October 24, 2009
In case you're already using Jay Fields Validatable gem, you may want to check out ValidatableAssociations. This Rails plugin and add-on to the Validatable library adds basic associations to your validatable Classes.
October 23, 2009
styled_objects is a Rails plugin for simplifying stylesheet management on your application. Instead of having one or more large stylesheets on your public folder, have many. Keep your CSS close to their respective templates. styled_objects will compile them into one file per page. See styled_objects on github
October 22, 2009
I just launched GeoMereLaal , A Rails plugin to help you create GeoLocation aware apps , based on newly introduced GeoLocation API in Firefox 3.5.
