Announcing RailSide : a native OS X Rails Editor
I am pleased to announce RailSide, a native Ruby on Rails Editor for OS X.
Written from scratch, in Cocoa, with Ruby on Rails in mind, there is no need for a project file, just drop a Rails app folder on the dock, and your app’s source files will appear in the navigation view, organised by category with related models, views and controllers grouped together.
Once you’ve opened a project, the development server is booted using your choice of RVM interpreter and gemset. The output will appear in the integrated console, and any errors that occur while you test the app with the built in browser are detected and it will direct you straight to the offending line of source code.
Further details and a demo are available at http://vallettaventures.tumblr.com/railside
Post a comment