RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in