摘要:
https://github.com/rails/jbuilder Jbuilder(3300✨) Jbuilder gives you a simple DSL for declaring JSON structures that beats manipulating giant hash str 阅读全文
摘要:
Learn how the new Rails UJS library works and compares with the old version of jquery_ujs that it replaces rails/actionview/app/assets/javascripts/.. 阅读全文
摘要:
1 An Introduction to Ajax 打开网页的的过程也叫:request response cycel。 JavaScript也可以request然后parse the response,还可以更新网页上的信息。 因此JS可以部分更新网页。这个技术称为Ajax. Rails默认使用C 阅读全文