文件名称:crouton::bread: Rails 的上下文相关通知
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-28 19:54:55
notifications rails flash Ruby
面包丁 Rails && XHR 的上下文相关通知。 安装 gem install 'crouton' 用法 只需要在你的 javascript 和 css 中加入crouton : //= require crouton @import ' crouton ' ; 然后,在您的控制器中使用render_crouton方法,您传递的任何选项都将转换为消息。 class PostsController < ActionController :: Base def update if @post . save render_crouton notice : 'Saved' else render_crouton errors : @post . errors end end end 最后,在 HTML 中为 Crout
【文件预览】:
crouton-master
----.gitignore(154B)
----app()
--------views()
----LICENSE.txt(1KB)
----crouton.gemspec(982B)
----README.md(3KB)
----lib()
--------crouton()
--------assets()
--------crouton.rb(26B)
----Gemfile(92B)