Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Foundations Ruby Basics IRB and Your First Ruby Program

Ruby with Notepad++

How do I use Ruby with Notepad ++?

1 Answer

You might find this useful, if you're just after the syntax saving the file as .rb will be enough or selecting Ruby from the dropdown languages in notepad++

http://www.rubytips.org/2011/12/22/using-notepad-for-writing-ruby-programs-in-windows/

Great article! Even though it mentions Ruby v1.9, it also works the exact same with v2.2 and I'm pretty sure any version of Ruby as long as the console recognizes the ruby command.