Jerome Wilson

Avatar
  • 活动总数 9
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 3
  • 创建于

    Missed argument for parameter one in Javascript (Momiji)

    Hi,I'm getting an inspection warning but I can't spot a problem with it:  $('#user_email').on('change', function() {     $(this).val($(this).val().replace(/@domain1/gi, '@domain2'))   });Missed arg...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Nested resources - RubyMine only comprehends to one level

    It looks like RubyMine might have a problem figuring out nested resources.e.g.routes.rb  resources :organisations do    resources :workers    resources :sites do      resources :customers    end  e...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Cannot find 'xxxxxxx' warning

    I'm running Rubymine EAP 95.314 on Ubuntu and developing with Rails 3. I noticed that this code...class Person  include Mongoid::Document  include Mongoid::Timestamps  include Mongoid::Versioning  ...
    • 2 个关注者
    • 1 条评论
    • 0 票