Byron Appelt

Avatar
  • 活动总数 6
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 3
  • Byron Appelt 创建了一个帖子,

    Multiple Root Errors in xml.erb files

    I have a RoR project where I am generating xml files using erb. Top level xml.erb files render partials. My problem is that RubyMine is complaining that the partials have multiple root tags. Howeve...
  • Byron Appelt 创建了一个帖子,

    HTML href inspection

    In one of my files I have a route to a static view:<a href="/privacy">Privacy Policy</a>Which is setup to be handled by a a static pages controller in my routes.rb fils as such: match ':action' => ...
  • Byron Appelt 创建了一个帖子,

    Help getting started with custom language plugin

    I am trying to get my head around plugin development in general and custom language plugin in particular.I am looking here: http://confluence.jetbrains.net/display/IDEADEV/Developing+Custom+Languag...