Byron Appelt
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created 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... -
Created 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' => ... -
Created 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...