sandro/ephemeral_response - GitHub
december 2010 by avantbard
"Web responses are volatile. Servers go down, API's change, responses change and every time something changes, your tests should fail. Mocking out web responses may speed up your test suite but the tests essentially become lies. Ephemeral Response encourages you to run your tests against real web services while keeping your test suite snappy by caching the responses and reusing them until they expire."
testing
ruby
http
rails
plugin
tdd
bdd
web
december 2010 by avantbard
andi's simple-navigation at master - GitHub
december 2009 by avantbard
another nice helper for rails navigation
nav
navigation
rails
plugin
gem
menu
december 2009 by avantbard
creationix's jquery-haml at master - GitHub
november 2009 by avantbard
"jQuery-haml is a haml like language written in JSON. This allows for easy dom building so that web apps can do more work independent of the server for a better user experience. Based on haml from the ruby world."
jquery
plugin
haml
js
javascript
november 2009 by avantbard
Starter | Jumpstart Your jQuery Plugin Development
november 2009 by avantbard
jquery plugin template - cool!
jquery
plugin
template
js
november 2009 by avantbard
The #1 Javascript Pop Up - Get TopUp!
november 2009 by avantbard
another lightbox plugin for jquery
jquery
plugin
lightbox
js
popup
november 2009 by avantbard
Chili 2.2
november 2009 by avantbard
"Chili is the jQuery code highlighter plugin."
jquery
syntax
highlight
highlighting
code
highlighter
plugin
november 2009 by avantbard
ejschmitt's jsvars at master - GitHub
october 2009 by avantbard
easily set js vars from your rails controllers
js
javascript
rails
var
variable
plugin
october 2009 by avantbard
acts_as_lockbox for your Rails Models
september 2009 by avantbard
public/private key encryption for rails models
rails
encryption
security
crypto
lockbox
plugin
september 2009 by avantbard
laserlemon's vestal_versions at master - GitHub
august 2009 by avantbard
another ActiveRecord versioning plugin.
"vestal_versions keeps in the spirit of consolidating to one versions table, polymorphically associated with its parent models. But it goes one step further by storing a serialized hash of only the models’ changes. Think modern version control systems. By traversing the record of changes, the models can be reverted to any point in time.
And that’s just what vestal_versions does. Not only can a model be reverted to a previous version number but also to a date or time!"
rails
versioning
activerecord
version
audit
plugin
"vestal_versions keeps in the spirit of consolidating to one versions table, polymorphically associated with its parent models. But it goes one step further by storing a serialized hash of only the models’ changes. Think modern version control systems. By traversing the record of changes, the models can be reverted to any point in time.
And that’s just what vestal_versions does. Not only can a model be reverted to a previous version number but also to a date or time!"
august 2009 by avantbard
mbleigh's acts-as-taggable-on at master - GitHub
july 2009 by avantbard
Rails taggable style plugin. "Rather than tying functionality to a specific keyword (namely "tags"), acts as taggable on allows you to specify an arbitrary number of tag "contexts" that can be used locally or in combination in the same way steroids was used."
rails
plugin
tag
tags
taggable
acts_as_taggable
acts_as_taggable_on
tagging
webdev
july 2009 by avantbard
rich's acts_as_revisable at master - GitHub
july 2009 by avantbard
"acts_as_revisable enables revision tracking, querying, reverting and branching of ActiveRecord models. It does this while providing more Rails-like API than similar plugins. This includes extensions of standard ActiveRecord methods and numerous custom callbacks for the entire AAR life-cycle."
versioning
rails
activerecord
plugin
july 2009 by avantbard
baldwindavid's padlock_authorization at master - GitHub
july 2009 by avantbard
"Padlock allows easy object-based (rather than just global) role authorization functionality to ActiveRecord. It adds a "padlock" method to the controller that "locks" specified actions and gets "unlocked" only if passed a block that resolves to "true".
There are a lot of authorization plugins that make it easy to authorize a user for one or many actions based upon global roles.
However, I had the need to make it reasonably simple to authorize based upon roles associated with an object. (i.e. "admin" role on a Project.find(14))"
padlock
rails
rubyonrails
authorization
users
roles
plugin
webdev
There are a lot of authorization plugins that make it easy to authorize a user for one or many actions based upon global roles.
However, I had the need to make it reasonably simple to authorize based upon roles associated with an object. (i.e. "admin" role on a Project.find(14))"
july 2009 by avantbard
tobi's delayed_job at master - GitHub
june 2009 by avantbard
delay jobs for later execution in rails
delayedjob
rails
queue
background
worker
asynchronous
scheduling
jobs
messaging
process
plugin
june 2009 by avantbard
jQuery Carousel
april 2009 by avantbard
another jquery carousel
jquery
carousel
plugin
plugins
webdev
slideshow
april 2009 by avantbard
agile-carousel (jQuery)
april 2009 by avantbard
great jQuery carousel plugin
jquery
js
webdev
carousel
plugins
plugin
april 2009 by avantbard
default_value_for
february 2009 by avantbard
great Rails plugin to provide default values for Active Record objects
activerecord
rails
plugin
plugins
rubyonrails
webdev
default
february 2009 by avantbard
adamwiggins's yaml_db
february 2009 by avantbard
rails plugin to dump db data yo yaml
yaml
rails
rubyonrails
webdev
database
db
plugin
plugins
february 2009 by avantbard
query_reviewer
february 2009 by avantbard
"This rails plugin not only runs "EXPLAIN" before each of your select queries in development, but provides a small DIV in the rendered output of each page with the summary of query warnings that it analyzed."
rails
rubyonrails
webdev
sql
query
plugin
plugins
database
db
optimization
february 2009 by avantbard
jQuery magicpreview plug-in
november 2008 by avantbard
I've used this interaction pattern before. nice to see it wrapped up in a plugin.
jquery
plugin
preview
live
update
dynamic
webdev
js
javascript
forms
november 2008 by avantbard
pony - easily send mail in Ruby
november 2008 by avantbard
"Want to fire off a quick email from your Ruby script? Finding ActionMailer to be overkill, but Net::SMTP to be...um, underkill? Envious of PHP's mail(), which sends an email with a single function call?
Then take a deep breath, relax, and gem install pony."
ruby
mail
gem
rubyonrails
rails
plugin
email
Then take a deep breath, relax, and gem install pony."
november 2008 by avantbard
nakajima's calendar-maker
november 2008 by avantbard
a calendar plugin for rails
calendar
rails
rubyonrails
webdev
plugin
november 2008 by avantbard
binarylogic's authgasm at master — GitHub
october 2008 by avantbard
"What if you could have authentication up and running in minutes without having to run a generator? All because it’s simple, like everything else in rails. " - damn this looks nice. must try
authentication
rails
security
rubyonrails
plugin
plugins
auth
sessions
october 2008 by avantbard
jRails - jQuery on Rails
october 2008 by avantbard
"jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library."
jquery
rails
webdev
rubyonrails
javascript
js
plugin
plugins
october 2008 by avantbard
thoughtbot's limerick_rake
october 2008 by avantbard
a nice collection of helpful rake tasks for rails apps
rake
rails
rubyonrails
webdev
plugins
plugin
limerick
october 2008 by avantbard
rolerequirement
october 2008 by avantbard
"Rolerequirement focuses on a simple approach to role-based authentication" - rails plugin
role
roles
webdev
rubyonrails
rails
authorization
security
authentication
plugin
plugins
october 2008 by avantbard
Superfish - a jQuery css menu plugin
october 2008 by avantbard
"Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript)"
jquery
menu
webdev
js
javascript
plugins
plugin
menus
css
suckerfish
october 2008 by avantbard
jQuery BlockUI Plugin
october 2008 by avantbard
lets you prevent user interaction with page or specific elements
jquery
block
modal
ui
webdev
ajax
js
javascript
plugin
plugins
october 2008 by avantbard
jTemplates
october 2008 by avantbard
"is a template engine 100% in JavaScript" - Similar to Prototype's Template class except it loads the template markup from a url instead of a js string. Helpful.
jquery
js
javascript
html
webdev
template
templates
templating
plugin
plugins
ui
ajax
october 2008 by avantbard
shadow - a plugin for ActiveRecord change history tracking
august 2008 by avantbard
"Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed."
ruby
webdev
activerecord
rails
plugin
history
change
august 2008 by avantbard
TextMate Plug-in: ProjectPlus
august 2008 by avantbard
scm status in project drawer, and more
textmate
dev
plugin
bundle
august 2008 by avantbard
related tags
activerecord ⊕ acts_as_taggable ⊕ acts_as_taggable_on ⊕ ajax ⊕ app ⊕ asynchronous ⊕ audit ⊕ auth ⊕ authentication ⊕ authorization ⊕ background ⊕ bdd ⊕ block ⊕ bundle ⊕ calendar ⊕ canvas ⊕ carousel ⊕ change ⊕ chart ⊕ charting ⊕ charts ⊕ chronic ⊕ code ⊕ collaborative ⊕ collaborativefiltering ⊕ crypto ⊕ css ⊕ data ⊕ database ⊕ date ⊕ db ⊕ default ⊕ delayedjob ⊕ dev ⊕ drag ⊕ draggable ⊕ dynamic ⊕ email ⊕ encryption ⊕ filter ⊕ filtering ⊕ float ⊕ forms ⊕ gallery ⊕ game ⊕ gamedev ⊕ games ⊕ gem ⊕ graph ⊕ haml ⊕ highlight ⊕ highlighter ⊕ highlighting ⊕ history ⊕ html ⊕ html5 ⊕ http ⊕ images ⊕ infoviz ⊕ javascript ⊕ jobs ⊕ jquery ⊕ jqueryui ⊕ js ⊕ lightbox ⊕ limerick ⊕ live ⊕ lockbox ⊕ mail ⊕ menu ⊕ menus ⊕ messaging ⊕ mobile ⊕ modal ⊕ mosso ⊕ multi ⊕ multiple ⊕ multiselect ⊕ named_scope ⊕ nav ⊕ navigation ⊕ offline ⊕ optimization ⊕ padlock ⊕ paperclip ⊕ phone ⊕ plugin ⊖ plugins ⊕ popup ⊕ preview ⊕ process ⊕ query ⊕ queue ⊕ rails ⊕ rake ⊕ recommendations ⊕ role ⊕ roles ⊕ ruby ⊕ rubyonrails ⊕ scaffold ⊕ scheduling ⊕ search ⊕ security ⊕ select ⊕ sessions ⊕ slideshow ⊕ sort ⊕ sql ⊕ suckerfish ⊕ syntax ⊕ table ⊕ tag ⊕ taggable ⊕ tagging ⊕ tags ⊕ tdd ⊕ template ⊕ templates ⊕ templating ⊕ testing ⊕ textmate ⊕ ui ⊕ update ⊕ users ⊕ var ⊕ variable ⊕ version ⊕ versioning ⊕ visualization ⊕ visualize ⊕ voice ⊕ web ⊕ webdev ⊕ worker ⊕ wormhole ⊕ xmpp ⊕ yaml ⊕Copy this bookmark: