Skip to content

Commit

Permalink
Add missing period from 4b802bc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed May 29, 2014
1 parent 52871ea commit 214423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/3_0_release_notes.md
Expand Up @@ -308,7 +308,7 @@ More Information:


Major re-write was done in the Action View helpers, implementing Unobtrusive JavaScript (UJS) hooks and removing the old inline AJAX commands. This enables Rails to use any compliant UJS driver to implement the UJS hooks in the helpers. Major re-write was done in the Action View helpers, implementing Unobtrusive JavaScript (UJS) hooks and removing the old inline AJAX commands. This enables Rails to use any compliant UJS driver to implement the UJS hooks in the helpers.


What this means is that all previous `remote_<method>` helpers have been removed from Rails core and put into the [Prototype Legacy Helper](http://github.com/rails/prototype_legacy_helper) To get UJS hooks into your HTML, you now pass `:remote => true` instead. For example: What this means is that all previous `remote_<method>` helpers have been removed from Rails core and put into the [Prototype Legacy Helper](http://github.com/rails/prototype_legacy_helper). To get UJS hooks into your HTML, you now pass `:remote => true` instead. For example:


```ruby ```ruby
form_for @post, :remote => true form_for @post, :remote => true
Expand Down

0 comments on commit 214423f

Please sign in to comment.