gpt4 book ai didi

ruby-on-rails - Rails 3 和 RJS

转载 作者:数据小太阳 更新时间:2023-10-29 07:11:51 26 4
gpt4 key购买 nike

我用的是rails 3.0.0.beta

写RJS有没有什么新的语法,这里举个例子

  def remote_create
@photo = Photo.new(params[:photo])

respond_to do |format|
if @photo.save
# add @photo's thumbnail to last import tag
format.js {
render :update do |page|
page.insert_html :bottom, 'polaroids' , :partial => 'polaroid', :locals => {:photo => @photo}
end
}
else
#...
end
end
end

最佳答案

这是截屏视频 http://railscasts.com/episodes/205-unobtrusive-javascript

2011 年 4 月更新:正在为 Rails 3.1 提取 RJS

当 Rails 3.1 发布时,prototype-rails 将成为一颗 gem

在 3.1 版本之前,使用 RJS 的应用程序必须将此行添加到它们的 Gemfile 中以对抗 Rails master:

gem 'prototype-rails', :git => 'git://github.com/rails/prototype-rails.git'

关于 ruby​​ on rails 的更多信息可以在 this article 中找到

prototype-rails on github

关于ruby-on-rails - Rails 3 和 RJS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2439327/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com