This gem provides access to the sexybuttons library (http://code.google.com/p/sexybuttons) through the Rails asset pipeline.
This admin theme engine is made for using admin panel in backend. It is a administrator basic layout, but you will create a huge materials design as like form,button etc. using this theme.
Light control and button event observers for wired Buzz™ controllers in Ruby on Linux
Simple rails generator that creates a view helper to add joliprint button to your view
Tools for push-button deployment on an app to AWS
Generates buttons for social networks
A Rack middleware to make URLs in one-page webapps easier. In a couple of recent projects, I've needed to avoid full page refreshes as much as possible. In the first, I wanted to keep an embedded music player active while the user was browsing. In the second, I just wanted fancier transitions between pages. It's possible to do this in an ad-hoc way, but I very quickly got tired of hacking things together. Enter Onesie. Onesie congealed from these requirements: * I want a one-page web app, * But I want the back button to work, * And I want search engines to still index some stuff, * And I (mostly) don't want to change the way I write a Rails/Sinatra app. If someone visits <tt>http://example.org/meta/contact</tt>, I want them to be redirected to <tt>http://example.org/blah/#/meta/contact</tt>, but after the redirection I still want the original route to be rendered for search engine indexing, etc. When Onesie gets a request, it looks to see if under your preferred one-page app path ("blah" in the example above). If it's not, Onesie sets the current request's path in the session and redirects to your app path. If a request is under the one-page app path, the "real" request's path is retrieved from the session and used for subsequent routing and rendering. This means that, as above, a request for http://example.org/meta/contact Will be redirected to http://example.org/blah/#/meta/contact But still render the correct action in the wrapped app, even though URL fragments aren't passed to the server. This is a terrible explanation. I'll write a sample app or something soon.
Cross browser sassy css3 buttons using compass
Adds login using google button to login screen
A simple gem designed for creating and retrieving buttons and data on ShareProgress.org
Just a bundle with the files from original css3-microsoft-metro-buttons
JavaScript source code for socialite.js wrapped in a rubygems shell. socialite.js is a library to display social sharing buttons. check http://socialitejs.com/
Publishes Shutter3 (see the Shutter3 gem) button event notifications through the SimplePubSub (SPS) messaging broker.
This gem provides an interface to access Novation's LaunchPad Mark 2, and Numark's Orbit programmatically. LEDs can be lit and button presses can be read.
This will allow you to very quickly get the "Move Up" and "Move Down" button functionality to move your database records up and down in order.
a simple way to add the pin it button to sites
A RubyMotion gem that provides some cool buttons borrowed from some smart people.
File input field looks like a Bootstrap button in all browsers (Thanks to https://github.com/grevory/bootstrap-file-input)
This Compass plugin provides some easy to use mixins for creating buttons with icons.
Helper method to give cuztomised button class
Validate Payza IPN payments and create payment buttons
Bootstrap button pagination for ruby on rails, to be used with will_paginate
This will allow you to very quickly get the "Move Up" and "Move Down" button functionality to move your database records up and down in order.
isi.rb converts ISI Export Format to BibTeX Format. This is a Ruby script. You can use this script as a library. You can get the tagged Marked List in Web of Science by pushing the [SAVE TO FILE] button.
FireWatir stands for "Web Application Testing in Ruby for Firefox". FireWatir (pronounced firewater) is a free, open-source functional testing tool for automating browser-based tests of web applications. It works with applications written in any language. FireWatir drives the Firefox browser the same way an end user would. It clicks links, fills in forms, presses buttons. FireWatir also checks results, such as whether expected text appears on the page, or whether a control is enabled. FireWatir is a Ruby library that works with Firefox on Windows. It also works on Linux, Mac but without support for JavaScript popups (currently support will be there shortly).
Tools for raspberry pi and other remote access
Generate Google Calendar Button URLs
Easy to use buttons/button-groups/button-dropdowns
This Jekyll plugin creates paypal Encrypted Web Payments buttons and encrypts them at build time so items in your store cannot have their prices or other attributes changed in Inspect Element
Buttons Icons Overlays and other design features from JQuery UI
Creates buttons to manage paying with amazon payments. Can be used for direct payments or merchant payments
A Rails Guilded (http://github.com/midas/guilded/tree/master) component that will disable form elements once the submit button has been used.
DO NOT INSTALL THIS GEM - IT IS ONLY FOR TEACHING GEM SECURITY ISSUES
Uses bootstrap popover to show confirmation buttons for links with data-confirm.
Helper for add social share feature in your Rails app. Weibo, QQ ...
A humble_rpi plugin which detects a button press.
Full URL updating with AJAX = Full back button, reloading, and bookmark support!
Add and customize Yandex Share buttons to your Rails app
View helper methods that makes it easy adding icons to links and buttons. Meant to be used with Font Awesome or Twitter Bootstrap.
A humble_rpi plugin which handles a button press from an LIRC remote contol.
This gem doesn't really implement a state machine. All it really does is provide an easy way to transition a model from one status to another using standard form submit buttons, while also saving other changes made to that model.
A MyFirmata plugin which detects a button press and publishes a message to the SimplePubSub broker.
This gem replaces standard checkboxes and radio buttons with Font Awesome characters making them look the same across all browsers.
Use user-agent string to reason about UX expectations. E.g. Should the Cancel button in dialogues be on the left or the right?
capybara-restore_state offers the ability to execute a block where the initial capybara state on entering the block is returned after the block is executed. This makes it possible to test things like clicking on the same button twice.
Provides a Cell to render a 'Pay with Stripe' button and handle the response from Stripe.
Library for Amazon Dash button.
Easily create beautiful CSS3 buttons with Compass.
Remember the route prior to the current controller and redirect/use later In rails project, one common case is one form used to create or update an object can be routed from more than one page, when the object is created or updated, it should be redirected back to wherever it came from. Rails redirect_back doesn't work in this case because: 1. redirect_back in create/update action will go back to new/edit form. 2. usually the form is re-rendered if any error exists, which basically breaks the redirect_back. rails-source-path can hanlde this by explicily specifying the entry actions and remember the previous route in session store, hence can be used in the whole controller. Also a helper method is providered so it can be used in view like 'back' or 'cancel' button.
"Load more" button for apps in the Volt framework.