Sha256: a0fa9eb331d459b6de0188780614e6a08c48967dbfd1a60e3614b3b740e04796

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

h1. Welcome To RightRails

RightRails is a RubyOnRails plugin for RightJS javascript framework.

It works as a drop in replacement for all the Prototype/Scriptaculous
methods, plus it brings some more sweets and routine ajax operations
helpers.


h2. Features


* Lightning fast RightJS library
* Transparent Prototype/Scriptaculous helpers replacement
* More powerful and flexible new JavaScript generator for RJS
* Conventional JavaScript interface for the most common AJAX operations
* Better controller level access to the rjs generator
* New ajax-friendly scaffold generator
* Remote files uploading organization
* Automatic RightJS modules inclusion handling (including i18n modules)
* Additional FormBuilder methods for calendar and autocomplete fields
* Underscored and ruby-like aliases for RightJS core methods


h2. Documentation

See the wiki-pages for the documentation

<a href="http://wiki.github.com/MadRabbit/right-rails">http://wiki.github.com/MadRabbit/right-rails</a>

See also the demo application for examples

<a herf="http://github.com/MadRabbit/right-rails-demo">http://github.com/MadRabbit/right-rails-demo</a>


h3. Usage

Install the plugin to your rails application

@script/plugin install git://github.com/MadRabbit/right-rails.git@

After that run the @right_rails@ generator, which will put all the JavaScripts in place

@script/generate right_rails@

You also will have an ajax-friendly scaffold generator

@script/generate right_scaffold Zing@

h4. Ruby Gem

Ruby gem version is now also available.

<pre><code>gem install right-rails</code></pre>

Add the gem into your @config/environment.rb@ file

<pre><code>Rails::Initializer.run do |config|
  config.gem 'right-rails'
end</code></pre>




Copyright (c) 2009-2010 Nikolay V. Nemshilov, released under the MIT license

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
right-rails-0.5.3 README.textile