Jerome Wilson

Avatar
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3
  • Created

    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 followers
    • 2 comments
    • 0 votes
  • Created

    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 followers
    • 3 comments
    • 0 votes
  • Created

    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 followers
    • 1 comment
    • 0 votes