i8igmac Posted September 14, 2018 Share Posted September 14, 2018 (edited) im looking for a web browser ide that i could run from my current rails app that will provide a sublime-text style interface. currently my solution involves coding this myself ? this is turning into a time consuming project before i even get to start my actual project. i hope to find suggestions that work out of the box for my rubyonrails/linux server. it wont be a hard thing to do for a very basic file editor, but trying to incorporate all the basic needs and features like undo, file backup create new files, or session management. god the list could go on for days. so far i have 2 plug-ins that will do the majority of the work. jquery.treeView and Ace-Code-editor... both of these would provide the basic look i need for a sublime-text environment ... but im struggling to implement treeView with rails... any tips suggestions or ruby on rails fans have input. i appreciate your help. Edited September 15, 2018 by i8igmac Quote Link to comment Share on other sites More sharing options...
bg-wa Posted October 8, 2018 Share Posted October 8, 2018 Kinda late, so maybe you already got this working, but I use codemirror a lot: https://github.com/fixlr/codemirror-rails Working example with file access here: https://github.com/bg-wa/bash-bunny-studio Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.