Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing in Ruby on Windows [closed]

I'm starting a new job soon where I'm going to be developing in Ruby and Rails on a Windows machine. I haven't used Windows for years, and the likes of Textmate, Git and Bash, are an integral part of the workflow using a Mac.

So, does anybody have any suggestions or recommendations as to the best tools or work strategies to use? Or pitfalls to avoid?

In particular, of course, I'm interested in the best text editor. (I'm seriously thinking about taking the opportunity to learn Vim or Emacs, or whatever the Windows ports are called, but any other thoughts would be welcome.)

Additionally, any ideas of useful plugins, tools or programs would be appreciated.

If you think that I've completely lost my mind, then feel free to tell me too ;-)

cheers !

like image 722
netflux Avatar asked Jun 18 '09 15:06

netflux


People also ask

Can you write Ruby on Windows?

Ruby is an open-source language written by volunteers. It was developed on Unix-based computers, so making the language work there came first. There's always been an effort to make it work on Windows as well, but the Unix-like environments got priority.

Can I develop Ruby on Rails on Windows?

Ruby and rails can be installed on Windows using the WSL (Windows Subsystem for Linux) or using the Ruby Installer. Ruby can be set up in the same directory as the default directory for the bash shell so that its easier to navigate to in windows.

What IDE should I use for Ruby?

RubyMine IDE RubyMine is a fully-featured IDE established by JetBrains, a corporation that makes developer tools for proficient developers.It gives thorough support for the languages like CoffeeScript, Ruby, ERB, JavaScript, CSS, HAML, and Saas. It is easy to use and provides readable, seamless code.


1 Answers

Ruby and Rails

  • RubyInstaller for Windows
  • RubyStack installer for Windows
  • Rails

Development Environment

IDEs

  • RubyMine
  • NetBeans
  • Aptana RadRails

Text Editors

  • Sublime Text 2
  • e (aka TextMate for Windows) (seems to have been abandoned)
  • Vim/Ruby

bash Environment

  • Cygwin

Source Control

  • Git

Helpful Links

  • Setting Up Rails Development Environment on Windows XP
  • RubyonWindows Blog
  • Is Windows a First Class Platform for Ruby?

Related Questions

  • Why is ruby so much slower on windows?
  • Limitations in running Ruby/Rails on windows
  • Will using an IDE with Rails hinder me?
  • GUI editor for Ruby in Windows
  • What IDE / Editor do you use for Ruby on Windows?
  • https://stackoverflow.com/questions/826164/a-definitive-list-of-ides-for-ruby-on-rails
  • Ruby On Rails with Windows Vista - Best Setup?
  • https://stackoverflow.com/search?q=ruby+on+windows
like image 79
Robert S. Avatar answered Oct 11 '22 20:10

Robert S.