weixin_33724659 2014-09-03 23:47 采纳率: 0%
浏览 6

Rails Gritter Ajax设置

OR Maybe someone knows a better flash notification system for ajax??? (edit)

I'm struggling to get the grittier( https://github.com/RobinBrouwer/gritter ) notification working with ajax, this is what I got so far:

application.html.erb

<%= gflash %>
<%= gflash :js => true %>

request_fr.rb

  def request_fr
  respond_to do |format|
    format.js{}
        gflash :now, :notice => "TEST gflash :now, :notice =>"
        gflash :success => "TEST2 gflash :success => "
      end
  end

request_fr.js.erb (tried many things here, nothing seems to work)

<%= js add_gritter(flash[:notice].to_s, :image => :notice, :title => "Pay attention!", :sticky => true) %>
<%= gflash :js => true %>
 <% if flash.now[:notice] %>
    $.gritter.add({
      title: '--',
      text: '<%= escape_javascript(flash.now[:notice].to_s) %>'
    });
  <% end %>

one of the errors DONT GET THIS ANYMORE, .to_s fixed it. but still don't get the message

Rendered friendships/request_fr.js.erb within layouts/application (2.7ms)
Completed 500 Internal Server Error in 97ms

NoMethodError - undefined method `gsub' for ["TEST gflash :now, :notice =>"]:Array:
  actionpack (3.2.13) lib/action_view/helpers/javascript_helper.rb:30:in `escape_javascript'
  gritter (1.1.0) lib/gritter/helpers.rb:19:in `add_gritter'
  app/views/friendships/request_fr.js.erb:1:in `_app_views_friendships_request_fr_js_erb__426745901290841
9434_2281294440'

Not quite sure how to set it up, tried a lot of different ways ;/

  • 写回答

1条回答 默认 最新

  • weixin_33743661 2015-06-30 13:41
    关注

    This is working for me: In your js file put

         <%= add_gritter("Notice", :image => :success, :title => "Notice" ) %>
    
    评论

报告相同问题?

悬赏问题

  • ¥60 求一个简单的网页(标签-安全|关键词-上传)
  • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP