Patrick Perey
|
91156b6f0c
|
Add preventDefault() on click event
|
2014-03-07 10:46:27 -08:00 |
|
David Fernandez
|
d0b251e986
|
Fix coffeescript sample [ci skip]
Replace bind() with on() as suggested by the JQuery bind() documentation: https://api.jquery.com/bind/
|
2014-02-13 11:37:34 +01:00 |
|
Juanito Fatas
|
02caba2b86
|
Improve document: working with javascript in rails [ci skip].
* Add form_tag generated output.
* improve some text.
* data-remote='true' should use double quotes.
|
2013-12-14 19:22:04 +08:00 |
|
Sadjow Leão
|
d720c5408e
|
Add events reference link to the text about jquery-ujs [ci skip]
|
2013-08-12 11:51:10 -03:00 |
|
Chandresh Pant
|
6946fffd63
|
rewrote render tag using more succinct and idiomatic way
|
2013-06-17 13:51:59 +05:30 |
|
Sunny Ripert
|
666d028bb8
|
End-of-line whitespace hunt
|
2013-05-28 14:38:01 +02:00 |
|
Prathamesh Sonpatki
|
b9b8b24009
|
Added link to Turbolinks Railscast
|
2013-03-21 20:37:09 +05:30 |
|
Ryunosuke SATO
|
07f533a2da
|
Fix CoffeeScript example
`a[data-color]` is not used in example html.
|
2013-02-10 03:53:27 +09:00 |
|
Jude Arasu
|
c22989d326
|
Fix simple expression
|
2013-01-13 09:07:39 +05:30 |
|
Lucas Mazza
|
d0676ad9cb
|
Update some code examples on the "Working with JavaScript in Rails" guide.
|
2013-01-05 18:20:41 -02:00 |
|
Vijay Dev
|
684511825d
|
small fix in js guide [ci skip]
|
2013-01-01 22:45:55 +05:30 |
|
Katie Oldaker
|
7c05ea23a0
|
Fixed grammar in a lot of guide prologues.
|
2012-12-07 12:50:09 -05:00 |
|
Steve Klabnik
|
d16a1b9e8b
|
Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
|
2012-11-29 14:25:02 -08:00 |
|
Steve Klabnik
|
6dcae8ae9c
|
Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
|
2012-11-29 05:14:08 -08:00 |
|
Vijay Dev
|
3a76ee47bf
|
update turbolinks readme link [ci skip]
|
2012-11-10 22:48:01 +05:30 |
|
Vijay Dev
|
3b0bb08699
|
Merge branch 'master' of github.com:lifo/docrails
Conflicts:
actionpack/lib/action_controller/metal/mime_responds.rb
activerecord/lib/active_record/attribute_methods.rb
guides/source/working_with_javascript_in_rails.md
|
2012-11-03 01:56:16 +05:30 |
|
Carlos Antonio da Silva
|
94aadf7680
|
Add syntax highlight to code blocks in javascript guide [ci skip]
|
2012-10-28 12:26:07 -02:00 |
|
Carlos Antonio da Silva
|
f47026e7f9
|
Add backticks around link_to example in javascript guide [ci skip]
|
2012-10-28 12:15:35 -02:00 |
|
Michael Bashkirov
|
3b76725e0b
|
fix typo in button_to helper example
|
2012-10-28 16:26:02 +04:00 |
|
Xavier Noria
|
9d66c40189
|
JS guide: applies guides casing guidelines for titles [ci skip]
|
2012-10-23 22:25:21 +02:00 |
|
Xavier Noria
|
8c38172ba5
|
JS guide: AJAX -> Ajax
We discussed this on Twitter, seems to be the best option.
|
2012-10-23 22:21:02 +02:00 |
|
Xavier Noria
|
69e9715f79
|
renames the JS guide file name to match the new title [ci skip]
|
2012-10-23 22:14:14 +02:00 |
|