<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>UJS Rails Plugin - Home</title>
  <id>tag:www.ujs4rails.com,2006:mephisto/Home</id>
  <generator version="666" uri="http://mephisto.techno-weenie.net">Mephisto</generator>
  <link href="http://www.ujs4rails.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://www.ujs4rails.com/" rel="alternate" type="text/html"/>
  <updated>2006-10-17T09:14:24Z</updated>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-10-17:/article/2006/10/17/ujs-google-group</id>
    <published>2006-10-17T09:12:00Z</published>
    <updated>2006-10-17T09:12:00Z</updated>
    <category term="News"/>
    <link href="http://www.ujs4rails.com/2006/10/17/ujs-google-group" rel="alternate" type="text/html"/>
    <title>UJS Google Group</title>
    <summary type="html">&lt;p&gt;Introducing the new &lt;span class="caps"&gt;UJS&lt;/span&gt; google group for support and discussion.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;&lt;span class="caps"&gt;UJS&lt;/span&gt; has started to get a lot of attention recently and we&amp;#8217;ve found we&amp;#8217;ve been getting tickets filed on trac that are more like support requests/help rather than real bugs.&lt;/p&gt;


	&lt;p&gt;For that reason, we&amp;#8217;ve set up a &lt;a href="http://groups.google.com/group/ujs4rails"&gt;UJS4Rails Google Group&lt;/a&gt;. Feel free to ask questions, suggest features and discuss how you are using the plugin.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-10-03:/article/2006/10/3/embracing-buttons</id>
    <published>2006-10-03T14:23:00Z</published>
    <updated>2006-10-03T14:23:00Z</updated>
    <category term="News"/>
    <category term="Tutorials"/>
    <link href="http://www.ujs4rails.com/2006/10/3/embracing-buttons" rel="alternate" type="text/html"/>
    <title>Embracing buttons</title>
    <summary type="html">&lt;p&gt;In his RailsConf &lt;span class="caps"&gt;UJS&lt;/span&gt; presentation, Dan was quite clear about the appropriate use of links and buttons &amp;#8211; only use links for GETting resources &amp;#8211; not for &lt;span class="caps"&gt;POST&lt;/span&gt;, DELETE, &lt;span class="caps"&gt;PUT&lt;/span&gt; or any other &lt;span class="caps"&gt;HTTP&lt;/span&gt; verb that implies some kind of destructive behaviour.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;In his RailsConf &lt;span class="caps"&gt;UJS&lt;/span&gt; presentation, Dan was quite clear about the appropriate use of links and buttons &amp;#8211; only use links for GETting resources &amp;#8211; not for &lt;span class="caps"&gt;POST&lt;/span&gt;, DELETE, &lt;span class="caps"&gt;PUT&lt;/span&gt; or any other &lt;span class="caps"&gt;HTTP&lt;/span&gt; verb that implies some kind of destructive behaviour.&lt;/p&gt;


	&lt;p&gt;The problem with this however is that it requires you to litter your page with ugly forms and input buttons. However, there is a &lt;span class="caps"&gt;HTML&lt;/span&gt; element that can come to your rescue; the &lt;code class="html"&gt;button&lt;/code&gt; element.&lt;/p&gt;


	&lt;p&gt;Unlike submit buttons (created with the &lt;code class="html"&gt;input&lt;/code&gt; element) they are much more flexible in terms of what you can put in them and how you can style them. For instance, did you know you could use semantic markup &lt;em&gt;inside&lt;/em&gt; the button?&lt;/p&gt;


&lt;pre&gt;&lt;code class="html"&gt;
&amp;lt;button type="submit"&amp;gt;Click me &amp;lt;strong&amp;gt;now!&amp;lt;/strong&amp;lt;/button&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;For more information on using the &lt;code class="html"&gt;button&lt;/code&gt; element, check out &lt;a href="http://www.digital-web.com/about/contributors/aaron_gustafson/"&gt;Aaron Gustafson&amp;#8217;s&lt;/a&gt; excellent article on &lt;a href="http://www.digital-web.com"&gt;Digital Web Magazine&lt;/a&gt; entitled &lt;a href="http://www.digital-web.com/articles/push_my_button/"&gt;Push my button&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>danwebb</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-09-18:/article/2006/9/18/ujs-at-railsconf-europe</id>
    <published>2006-09-18T13:33:00Z</published>
    <updated>2006-09-18T13:33:00Z</updated>
    <category term="News"/>
    <link href="http://www.ujs4rails.com/2006/9/18/ujs-at-railsconf-europe" rel="alternate" type="text/html"/>
    <title>UJS at RailsConf Europe</title>
    <summary type="html">&lt;p&gt;It seems that there was alot of interest in &lt;span class="caps"&gt;UJS&lt;/span&gt; at RailsConf Europe.  So much so that I ended up doing my presentation twice.  I&amp;#8217;ve added my slides and the example application to my site so &lt;a href="http://www.danwebb.net/2006/9/18/railsconf-presentation-slides-and-example-code"&gt;go over and download&lt;/a&gt; them if you are interested.  Towards the end of the presentation there&amp;#8217;s a hint to some of the new features we&amp;#8217;ll be adding to &lt;span class="caps"&gt;UJS&lt;/span&gt; over the next few releases.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;It seems that there was alot of interest in &lt;span class="caps"&gt;UJS&lt;/span&gt; at RailsConf Europe.  So much so that I ended up doing my presentation twice.  I&amp;#8217;ve added my slides and the example application to my site so &lt;a href="http://www.danwebb.net/2006/9/18/railsconf-presentation-slides-and-example-code"&gt;go over and download&lt;/a&gt; them if you are interested.  Towards the end of the presentation there&amp;#8217;s a hint to some of the new features we&amp;#8217;ll be adding to &lt;span class="caps"&gt;UJS&lt;/span&gt; over the next few releases.&lt;/p&gt;


	&lt;p&gt;There were some great questions and some great feedback both during and after the presentations so thanks for all of your support.  I&amp;#8217;ll also be presenting at &lt;a href="http://www.theajaxexperience.com"&gt;The Ajax Experience&lt;/a&gt; in Boston at the end of October so hopefully I&amp;#8217;ll see you there.&lt;/p&gt;


	&lt;p&gt;Luke has also has written up some of &lt;a href="http://lukeredpath.co.uk/2006/9/15/ujs-railsconf-europe-2006"&gt;his thoughts about &lt;span class="caps"&gt;UJS&lt;/span&gt; and the conference over on his site&lt;/a&gt; so check that out too.  In the meantime, be sure to keep posting bugs and enhancements to Trac.  Version 0.4 will be out soon as well as more tips and articles.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-09-05:/article/2006/9/5/release-ujs-rails-plugin-0-3-2</id>
    <published>2006-09-05T20:21:00Z</published>
    <updated>2006-09-05T20:21:00Z</updated>
    <category term="Releases"/>
    <link href="http://www.ujs4rails.com/2006/9/5/release-ujs-rails-plugin-0-3-2" rel="alternate" type="text/html"/>
    <title>Release: UJS Rails Plugin 0.3.2</title>
    <summary type="html">&lt;p&gt;A small bug sneaked its way into the last release, so we&amp;#8217;ve patched it up and put together this small maintenance release.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;A small bug sneaked its way into the last release, so we&amp;#8217;ve patched it up and put together this small maintenance release.&lt;/p&gt;


	&lt;p&gt;As usual, the changelog reveals all:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Error when trying to convert nil from hash (ticket #8)&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Got tests running inside a Rails app&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;UPDATED&lt;/span&gt;: Refactored BehaviourScriptConverter&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The other change here is that you can now run &lt;code class="system"&gt;rake test:plugins&lt;/code&gt; from within your Rails app and the &lt;span class="caps"&gt;UJS&lt;/span&gt; tests will pass. You can also switch to the plugins directory inside vendor/plugins and run rake to run the tests.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-09-04:/article/2006/9/4/release-ujs-rails-plugin-0-3-1</id>
    <published>2006-09-04T15:26:00Z</published>
    <updated>2006-09-04T15:26:00Z</updated>
    <category term="Releases"/>
    <link href="http://www.ujs4rails.com/2006/9/4/release-ujs-rails-plugin-0-3-1" rel="alternate" type="text/html"/>
    <title>Release: UJS Rails Plugin 0.3.1</title>
    <summary type="html">&lt;p&gt;Fresh out of Textmate, as &lt;a href="http://www.danwebb.net"&gt;Dan&lt;/a&gt; would say, is &lt;span class="caps"&gt;UJS&lt;/span&gt; For Rails 0.3.1. Don&amp;#8217;t be fooled by the point release; this release contains no new functionality but some important bug fixes.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Fresh out of Textmate, as &lt;a href="http://www.danwebb.net"&gt;Dan&lt;/a&gt; would say, is &lt;span class="caps"&gt;UJS&lt;/span&gt; Rails Plugin 0.3.1. Don&amp;#8217;t be fooled by the point release; this release contains no new functionality but some important bug fixes.&lt;/p&gt;


	&lt;p&gt;There are two major fixes in this release. The first is that the module name that was used throughout much of the source code has been changed from UnobtrusiveJavascript to &lt;span class="caps"&gt;UJS&lt;/span&gt;. This change, as I mentioned in &lt;a href="http://www.ujs4rails.com/2006/8/31/edge-rails-support-coming-soon"&gt;a previous post&lt;/a&gt; means that &lt;span class="caps"&gt;UJS&lt;/span&gt; is now compatible with Edge Rails. There was one change to the &lt;span class="caps"&gt;API&lt;/span&gt; as a result. In your routes.rb file, change the following line:&lt;/p&gt;


&lt;pre&gt;&lt;code class="ruby"&gt;
UnobtrusiveJavascript::routes
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;To this:&lt;/p&gt;


&lt;pre&gt;&lt;code class="ruby"&gt;
UJS::routes
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;The other biggest fix is an issue that both Dan and I have observed in production apps we are working on that use &lt;span class="caps"&gt;UJS&lt;/span&gt;. For some reason, on a server restart, the server would mysteriously hang, with no apparent error being logged. We eventually traced the problem down to serializing our own BehaviourScript class to the session (early releases of &lt;span class="caps"&gt;UJS&lt;/span&gt; just used a hash) with Rails being unable to find the class when loading the class from the session on server restart. The problem was fixed by converting BehaviourScript objects to hashes before session storage. All reports seem good so far; this does appear to have fixed the problem. If you are still seeing some strange issues, please file a bug on &lt;a href="http://trac.ujs4rails.com"&gt;Trac&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;As well as the above, there are also some other small fixes. Thanks to everybody who filed bugs in Trac. Here is the complete changelog:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Issues with Rails edge have now been resolved. Have changed the UnobtrusiveJavascript module to &lt;span class="caps"&gt;UJS&lt;/span&gt;. This has one &lt;span class="caps"&gt;API&lt;/span&gt; change &amp;#8211; use &lt;span class="caps"&gt;UJS&lt;/span&gt;::Routes in routes.rb&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Major issue when restarting server (server just hangs) due to serializing of behaviour scripts to the session. Objects are now converted to and from a hash before serializing to the session. All reports suggest that this has fixed the issue. Please raise a ticket if you get any more weird errors.&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: remote_function was incorrectly quoting JS (ticket #3)&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: :external =&amp;gt; false now works for apply_behaviours (ticket #5)&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: element.replace_html inside Ruby behaviour block wasn&amp;#8217;t working, this is now fixed (ticket #4)&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: behaviours_url now works correctly when using mongrel url-prefix (ticket #6)&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Resolved some documentation issues&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The &lt;a href="http://docs.ujs4rails.com"&gt;&lt;span class="caps"&gt;API&lt;/span&gt; docs&lt;/a&gt; have also been updated. If you are using the &amp;#8220;current&amp;#8221; tag all you need to do is run an svn up, otherwise the new release can be found at &lt;a href="http://source.ujs4rails.com/tags/rel-0.3.1"&gt;http://source.ujs4rails.com/tags/rel-0.3.1&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-09-04:/article/2006/9/4/barcamp-presentation-on-ujs</id>
    <published>2006-09-04T08:20:00Z</published>
    <updated>2006-09-04T08:20:00Z</updated>
    <category term="News"/>
    <link href="http://www.ujs4rails.com/2006/9/4/barcamp-presentation-on-ujs" rel="alternate" type="text/html"/>
    <title>Barcamp presentation on UJS</title>
    <summary type="html">&lt;p&gt;I gave a talk on &lt;span class="caps"&gt;UJS&lt;/span&gt; this weekend at &lt;a href="http://barcamp.org/BarCampLondon"&gt;Barcamp London&lt;/a&gt;. I&amp;#8217;ve uploaded the slides for those who were unable to attend. Also, information on Low Pro, Dan Webb&amp;#8217;s Prototype extension.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I was able to attend &lt;a href="http://barcamp.org/BarCampLondon"&gt;Barcamp London&lt;/a&gt; this weekend, where I gave a presentation on Unobtrusive Javascript with Ruby on Rails and the &lt;span class="caps"&gt;UJS&lt;/span&gt; For Rails plugin. Thanks to those who turned up.&lt;/p&gt;


	&lt;p&gt;If you were unable to make Barcamp, you can &lt;a href="http://www.ujs4rails.com/assets/2006/9/4/BarCamp_London_UJS_Presentation.pdf"&gt;download the slides&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.danwebb.net"&gt;Dan&lt;/a&gt; also did a good presentation on Low Pro, the Prototype extension that powers &lt;span class="caps"&gt;UJS&lt;/span&gt; For Rails. Low Pro will have its own website soon, but in the meantime, check out the &lt;a href="http://www.danwebb.net/2006/9/3/low-pro-unobtrusive-scripting-for-prototype"&gt;write-up&lt;/a&gt; on Dan&amp;#8217;s site.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-08-31:/article/2006/8/31/edge-rails-support-coming-soon</id>
    <published>2006-08-31T15:41:00Z</published>
    <updated>2006-08-31T15:41:00Z</updated>
    <category term="News"/>
    <link href="http://www.ujs4rails.com/2006/8/31/edge-rails-support-coming-soon" rel="alternate" type="text/html"/>
    <title>Edge Rails support coming soon</title>
    <summary type="html">&lt;p&gt;As we mentioned in the announcement for the 0.3 release, there were some issues preventing the plugin (and other plugins) from working with Edge Rails due to the reworked dependencies system. It is for this reason that we advised freezing to edge revision 4727. Changes checked in today, along with updates to the Rails dependency system, resolve this issue.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;As we mentioned in the announcement for the 0.3 release, there were some issues preventing the plugin (and other plugins) from working with Edge Rails due to the reworked dependencies system. It is for this reason that we advised freezing to edge revision 4727.&lt;/p&gt;


	&lt;p&gt;There was some discussion on the Rails core mailing list and a &lt;a href="http://dev.rubyonrails.org/ticket/5852"&gt;trac ticket&lt;/a&gt; for these dependencies which has now been closed. It seems that the dependencies system is starting to stabilise and as a result, I&amp;#8217;ve just &lt;a href="http://trac.ujs4rails.com/changeset/24"&gt;checked in&lt;/a&gt; some changes that gets the plugin working with the latest Rails Edge (revision 4887 at the time of writing).&lt;/p&gt;


	&lt;p&gt;As you can see from the changeset, the UnobtrusiveJavascript module has now been renamed to &lt;span class="caps"&gt;UJS&lt;/span&gt;. For some reason, the new dependencies system was getting confused by the UnobtrusiveJavascript module, which had files residing in (from a Rails app point of view) /vendor/plugins/unobtrusive_javascript/lib/unobtrusive_javascript. Renaming the module was easy enough and fixed the problem. There is only one &lt;span class="caps"&gt;API&lt;/span&gt; change as a result of this update: your UnobtrusiveJavascript::routes declaration in your routes.rb file will need to be changed to &lt;span class="caps"&gt;UJS&lt;/span&gt;::Routes. If you are running off of the plugin&amp;#8217;s trunk, you&amp;#8217;ll need to make this change right away.&lt;/p&gt;


	&lt;p&gt;For those not running on the trunk, expect a point release with the above changes plus some other bug fixes in the coming days.&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-08-21:/article/2006/8/21/announcing-ujs-rails-plugin-0-3</id>
    <published>2006-08-21T13:28:00Z</published>
    <updated>2006-08-21T13:28:00Z</updated>
    <category term="Releases"/>
    <link href="http://www.ujs4rails.com/2006/8/21/announcing-ujs-rails-plugin-0-3" rel="alternate" type="text/html"/>
    <title>Announcing UJS Rails Plugin 0.3</title>
    <summary type="html">&lt;p&gt;&lt;a href="http://www.vivabit.com/bollocks"&gt;Dan&lt;/a&gt; and I are pleased to announce the biggest release of the Unobtrusive Javascript for Rails plugin &amp;#8211; now simply known as &lt;span class="caps"&gt;UJS&lt;/span&gt;. This is a big release in many ways &amp;#8211; we&amp;#8217;ve got some important bug fixes in here, some great new helper functionality and most importantly: caching.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;&lt;a href="http://www.vivabit.com/bollocks"&gt;Dan&lt;/a&gt; and I are pleased to announce the biggest release of the Unobtrusive Javascript for Rails plugin &amp;#8211; now simply known as &lt;span class="caps"&gt;UJS&lt;/span&gt;. This is a big release in many ways &amp;#8211; we&amp;#8217;ve got some important bug fixes in here, some great new helper functionality and most importantly: caching.&lt;/p&gt;


	&lt;p&gt;Here is the changelog for 0.3:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Problems with rake:unobtrusive_javascript:install (ticket #12 on old trac)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;FIXED&lt;/span&gt;: Problems with back button (result of caching feature) (ticket #10 on old trac)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Refactored a lot of the code and increased test coverage significantly&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;NEW&lt;/span&gt;: Out-of-the box caching using &lt;span class="caps"&gt;HTTP&lt;/span&gt; ETags and advanced behaviour caching&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;NEW&lt;/span&gt;: Apply multiple behaviours at once with apply_behaviours&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;NEW&lt;/span&gt;: Behaviour helpers to easily and unobtrusively apply scriptaculous effects&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;UPDATED&lt;/span&gt;: Updated lowpro.js library&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;UPDATED&lt;/span&gt;: Added :external option support to tag_options&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;NEW&lt;/span&gt;: :prevent_default option to cancel original event behaviour such as link following and form submission&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The other big change is that the Subversion repository has changed location, as has the place to report issues with the plugin: the plugin now has its own dedicated Trac.&lt;/p&gt;


	&lt;p&gt;The plugin repository is now located at:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://source.ujs4rails.com"&gt;http://source.ujs4rails.com&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;The latest version of the plugin now has its own tag, which should make it work with Rails&amp;#8217; built-in script/plugin script:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://source.ujs4rails.com/current/unobtrusive_javascript"&gt;http://source.ujs4rails.com/current/unobtrusive_javascript&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Finally, you can report issues on the &lt;span class="caps"&gt;UJS&lt;/span&gt; Rails Plugin Trac:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://trac.ujs4rails.com"&gt;http://trac.ujs4rails.com&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;You can also find updated RDoc documentation at &lt;a href="http://docs.ujs4rails.com"&gt;http://docs.ujs4rails.com&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Important Note:&lt;/strong&gt; If you are running on Edge Rails, the plugin will only work if you freeze to revision 4727. This is due to issues with the new Rails dependencies system. The plugin works fine on Rails 1.1.6.&lt;/p&gt;


	&lt;p&gt;If you&amp;#8217;ve not yet used the plugin, now is the time to check it out. &lt;a href="http://source.ujs4rails.com/current/unobtrusive_javascript"&gt;Grab the latest release&lt;/a&gt; and &lt;a href="http://www.ujs4rails.com/resources/quickstart-guide"&gt;get started&lt;/a&gt;!&lt;/p&gt;</content>
  </entry>
  <entry>
    <author>
      <name>lukeredpath</name>
    </author>
    <id>tag:www.ujs4rails.com,2006-08-17:/article/2006/8/17/welcome-to-the-new-ujs-rails-plugin-website</id>
    <published>2006-08-17T15:50:00Z</published>
    <updated>2006-08-17T15:50:00Z</updated>
    <category term="News"/>
    <link href="http://www.ujs4rails.com/2006/8/17/welcome-to-the-new-ujs-rails-plugin-website" rel="alternate" type="text/html"/>
    <title>Welcome to the new UJS Rails Plugin website</title>
    <summary type="html">&lt;p&gt;As the development of the Unobtrusive Javascript plugin for Rails continues, Dan and I felt it would be good to put up a dedicated website for the plugin &amp;#8211; welcome to that very website.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;As the development of the Unobtrusive Javascript plugin for Rails continues, Dan and I felt it would be good to put up a dedicated website for the plugin &amp;#8211; welcome to that very website.&lt;/p&gt;


	&lt;p&gt;On this website you will find &lt;a href="/resources/usage-documentation"&gt;documentation&lt;/a&gt;, installation instructions and other resources. We will also post news of new releases and tutorials, tips and tricks showing you the variety of ways in which you can use the plugin.&lt;/p&gt;


	&lt;p&gt;The major change is the name of the plugin &amp;#8211; from now on it will be referred to as the &lt;span class="caps"&gt;UJS&lt;/span&gt; Rails Plugin.&lt;/p&gt;


	&lt;p&gt;If you have any suggestions for articles or tutorials that you would like to see on the website, please drop us an e-mail. Please report any issues or feature requests on the &lt;a href="http://trac.ujs4rails.com"&gt;&lt;span class="caps"&gt;UJS&lt;/span&gt; trac&lt;/a&gt;. As you&amp;#8217;ll see we are using a customised Trac template &amp;#8211; if you come across any major issues with this, please report those too.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Note for IE users&lt;/strong&gt;: we are aware that there are some display issues in IE. We aim to have these ironed out over the coming days. In the meantime it is recommended that you use Firefox or Safari.&lt;/p&gt;


	&lt;p&gt;If you are yet to check the plugin out, grab the latest version from Subversion and follow the &lt;a href="/resources/quickstart-guide"&gt;Quickstart Guide&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
</feed>
