Sha256: 38ead687fc4ec768de137a63c64d11549a28066663e8e4490bdbb1a6266cc0a5
Contents?: true
Size: 1.74 KB
Versions: 10
Compression:
Stored size: 1.74 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 organization. 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> 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. You need to add gemcutter to the list of sources <pre><code>gem sources -a http://gemcutter.org</code></pre> Install the gem: <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 Nikolay V. Nemshilov, released under the MIT license
Version data entries
10 entries across 10 versions & 1 rubygems