What's new? | Help | Directory | Sign in
Google
                
Code License: MIT License
Labels: Ruby, Rails, Plugin, RSpec, Test, TDD
Blogs:
Feeds:
How to join?
Project owners:
  grosser.michael

A Collection of My finest small Plugins

Single Test

Run a single Test/Testcase/Spec/Example

script/plugin install http://small-plugins.googlecode.com/svn/trunk/single_test/
piston import http://small-plugins.googlecode.com/svn/trunk/single_test/ vendor/plugins/single_test

Post README

RSpec Response Enhancer

Enhace the output of response tests (response.should have_been_success) to give more information on the cause of failure.

script/plugin install http://small-plugins.googlecode.com/svn/trunk/rspec_response_enhancer/ 
piston import http://small-plugins.googlecode.com/svn/trunk/rspec_response_enhancer/ vendor/plugins/rspec_response_enhancer

Post README

Simple Auto Complete

Unobtrusive auto complete solution, with customizable results (return just the word or word+id...), without messy helpers, just a plain text_field + class=> autocomplete is all you need to get a complete autocomplete input/output working + no js-framework dependency. Examples include jQuery soluion.

script/plugin install git://github.com/grosser/simple_auto_complete.git

Post README

Will Paginate Acts As Searchable

Integrate will_paginate with acts_as_searchable

Movie.paginate_by_fulltext_search(params['q'],:page=>params[:page],:per_page=>1)

script/plugin install http://small-plugins.googlecode.com/svn/trunk/will_paginate_acts_as_searchable/ 
piston import http://small-plugins.googlecode.com/svn/trunk/will_paginate_acts_as_searchable/  vendor/plugins/will_paginate_acts_as_searchable

Post README

XHR Redirects

When redirecting xhr requests become normal requests. Now xhr requests are redirected using an _xhr parameter. One can also request a page using _xhr=1 to see the xhr response.

script/plugin install http://small-plugins.googlecode.com/svn/trunk/xhr_redirect/
piston import http://small-plugins.googlecode.com/svn/trunk/xhr_redirect/  vendor/plugins/xhr_redirect/

Post README

RSpec Enhanced Profile

script/plugin install http://small-plugins.googlecode.com/svn/trunk/rspec_enhanced_profile/ 
piston import http://small-plugins.googlecode.com/svn/trunk/rspec_enhanced_profile/ vendor/plugins/rspec_response_enhancer

Post README