Jerome Wilson
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Jerome Wilson commented, -
Jerome Wilson created a post, 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... -
Jerome Wilson commented, -
Jerome Wilson created a post, 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... -
Jerome Wilson created a post, 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 ...