rjs

most popular fresh hot now
http://thelucid.com/articles/2007/05/16/rails-edge-getting-your-view-extensions-ready-for-edge

Rails Edge: Getting your view extensions ready for edge websnapr

‘Renaming RHTML to ERB’ to take into account the format in the extension, and handle the RJS issues I was having.
>30 days ago by qubit, 1 User, more info save
http://maintainable.com/software/firebug_rjs_errors

Firebug RJS Errors [A Rails plugin to override javascri ... websnapr

RJS templates in Rails automatically wrap the generated Javascript with an exception handler that pops up an alert() box when an error occurs. This plugin overrides that behavior to instead log Javasc
>30 days ago by qubit, 1 User, more info save
http://www.almaer.com/blog/archives/001456.html

rjs command line to generate JavaScript from Ruby websnapr

Since I want to write Ruby and generate JavaScript, why not use RJS?
>30 days ago by qubit, 1 User, more info save
http://rails.co.za/articles/2007/01/13/rjs-refactoring

RJS Refactoring websnapr

why should one stop at helpers, why not refactor your inline RJS in your controllers?
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2007/1/12/more-inline-rjs

More inline RJS websnapr

talked about invoking simple RJS actions right there in your controller. Did you know you can do the same in your views, with (among other helpers) link_to_function?
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2007/1/10/inline-rjs

Inline RJS websnapr

it seems like a bit of overkill to have to create a new file if all you’re doing is highlighting some element, or removing one. If your action only responds to “text/javascript” requests, it’s often m
>30 days ago by qubit, 1 User, more info save
http://beta.peepcode.com

PeepCode Screencasts for Ruby on Rails Developers websnapr

PeepCode Screencasts are a high-intensity way to learn Ruby on Rails website development.
>30 days ago by qubit, 1 User, more info save
http://t0fuu.com/2006/11/23/textmate-snippets-for-ruby-on-rails

Additional TextMate Snippets for Ruby on Rails websnapr

I have a few snippets I’ve been using for Ruby on Rails that aren’t included in the default bundle. I figure it might be useful for some people. These snippets mostly use the new RESTful routes (using
>30 days ago by qubit, 1 User, more info save
http://www.danwebb.net/2006/11/17/rjs-minus-r/

RJS Minus R websnapr

MinusR and it simply changes .rjs templates so you can write JavaScript and use ERB in them:
>30 days ago by qubit, 1 User, more info save
http://sean.treadway.info/svn/plugins/responds_to_parent/

responds_to_parent websnapr

Adds responds_to_parent to your controller to respond to the parent document of your page.
>30 days ago by qubit, 1 User, more info save
http://sean.treadway.info/articles/2006/05/29/iframe-remoting-made-easy

IFRAME remoting made easy websnapr

Adds responds_to_parent to your controller to respond to the parent document of your page.
>30 days ago by qubit, 1 User, more info save
http://kpumuk.info/ruby-on-rails/in-place-file-upload-with-ruby-on-rails/

In-place file upload with Ruby on Rails websnapr

course, I want to use RJS in this case. Here I’ll explain what to do to get
>30 days ago by qubit, 1 User, more info save
http://rubyforge.org/projects/js-if-blocks/

Rails Javascript If Blocks websnapr

Plugin to support generating javascript IF/UNLESS blocks.
>30 days ago by qubit, 1 User, more info save
http://peepcode.com

PeepCode websnapr

Ruby on Rails Training Screencasts
>30 days ago by qubit, 5 Users, more info save
http://www.agilewebdevelopment.com/plugins/krjs

KRJS Rails Plugin websnapr

KRJS attempts to solve that problem by allowing dynamic inclusion of AJAX calls on HTML elements. When a controller defines a method (based on naming convention) that handles a client-side event, the
>30 days ago by qubit, 1 User, more info save
http://www.oreilly.com/catalog/rjsrails/

RJS Templates for Rails websnapr

RJS templates are an exciting and powerful new type of template added to Rails 1.1. Unlike conventional Rails templates that generate HTML or XML, RJS templates generate JavaScript code that is execut
>30 days ago by qubit, 1 User, more info save
http://www.rubyinside.com/16-rjs-resources-and-tutorials-for-rails-programmers-5.html

16 RJS Resources and Tutorials websnapr

RJS is a template type for Rails that allows Rails developers to use Ruby to produce dynamic JavaScript code that will usually be executed in response to an AJAX call. There are lot of disparate resou
>30 days ago by qubit, 1 User, more info save
http://glu.ttono.us/articles/2006/05/29/guide-test-driven-rjs-with-arts

Test Driven RJS with ARTS websnapr

RJS is really a pain to debug. When things aren’t working right, they often don’t show up on the page at all. These truths make testing RJS especially important.
>30 days ago by qubit, 1 User, more info save
http://blog.labnotes.org/2006/05/21/tips-for-debugging-rjs-code

Tips for debugging RJS code websnapr

RJS is great for writing multi-action buttons. The code is a blend of Ruby simplicity, but can do anything JavaScript can. It lives in the Ruby action or associated RJS view. You write actions that th
>30 days ago by qubit, 1 User, more info save

Power-User for rjs