Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged javascript

  • Bundled Resource

    Groups assets into bundles and reduces setup code. Includes Dynarch calendar, qForms.

  • MergeJS

    Now superceded by AssetPackager which supports CSS as well.

  • AssetPackager

    JavaScript and CSS Asset Compression for Production Rails Apps

  • MinusMOR

    Adds a new template type, .ejs, that works like RJS but lets you just write JavaScript and ERB.

  • Resource On Demand

    Include external javascript and stylesheets from anywhere, without including it everywhere

  • Client-Side Validation

    Mostly declarative client-side validation.

  • Redbox

    A Thickbox for Rails

  • Dojo Toolbocks

    Providing an interface between the Dojo Toolkit (JavaScript/AJAX library) and Ruby on Rails.

  • CachedAssets

    Combine CSS and JS files into one to reduce the number of HTTP requests.

  • JavaScript Routes

    Converts your routes to JavaScript, allowing you to generate them in the browser.

  • Jsonifier

    Upgrades ActiveRecord#to_json with options similar to ActiveRecord#to_xml. ActiveRecord#to_json doesn't need to be useless anymore!

  • QRCode

    QRCode plugins for Ruby on Rails

  • Templated Attribute

    Allows you to declare that certain attributes in your model are "templated." A templated attribute has a helpful initial value�kind of like a default value�except that these aren't valid data or saved in the database. They're suggestions to the user about the expected formatting or content of a field.

  • Javascripter

    Javascripter replaces the javascript_include_tag with a single tag that will automatically load your javascript files as needed.

  • embedded_javascripts

    Best way to integrate your pure js in rails and pass vars in erb mode.

  • Less Js Routes

    Have you ever wanted to use named routes in your JavaScript? So have I. Now you can.

    Less Js Routes will generate a JavaScript file with functions that give you the path to the route and functions that will call these routes using ajax (uses jQuery or Prototype).

  • jRails

    jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails.

  • Cacheable Flash

    This plugin enables greater levels of page caching by rendering flash messages from a cookie using JavaScript, instead of in your Rails view template. Flash contents are converted to JSON and placed in
    a cookie by an after_filter in a controller.

  • Ext scaffold

    Generate full-featured scaffolds using the ExtJS framework.

  • Unobtrusive Javascript Date-Picker

    A helper for creating a date or date-time picker that adds a clickable calendar image that will bring up a calendar picker if javascript is available.