Jerome Wilson
- 活动总数 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... -
创建于 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... -
创建于 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 ...