Install Ruby If you are running on Mac OS X, Ruby is preinstalled.

Slides:



Advertisements
Similar presentations
Packaging a Presentation on a CD, using PowerPoint 2003 Multimedia Services at The Citadel Updated
Advertisements

1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Michael Donovan, River Campus Libraries – 12/03 DocuShare Overview and Training.
PowerPoint 2002 Linking Video in Presentation and Delivering Presentation on the Road.
Delta Debugging - Demo Presented by: Xia Cheng. Motivation Automation is difficult Automation is difficult fail analysis needs complete understanding.
Installing SDCC Plug-in for Eclipse IDE
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
An ide for teaching and learning prolog
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Finding and installing software Suitable for: Improver.
Android. The Eclipse IDE Installation Requirements: Eclipse Java Windows All must match (32-bit OR 64-bit) If you have a 64-bit OS & 32-bit browser,
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
1 IMPORTANT NOTE  IMPORTANT NOTE not  As of this writing the default project you will download, import and use in this class is not enabled for Tomcat.
1 Install FTP for Curriculum Development Professional Development Training.
26/05/2016 E.R.Edwards 26/05/2016 Staffordshire University School of Computing Introduction to Android Practical 1 Changing the Eclipse Workspace Importing.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
SENG 301 – Tutorial 1 Introduction to Eclipse, Subclipse, and JUnit Slides: Theodore D. Hellmann.
CSc2010 Lab Fall 2015 Bing Li. Contact  Name : Bing Li   Website : cs.gsu.edu/~bli6  Office : Suntrust.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
Using Subversion and TortoiseSVN for Windows by Galen Wilkerson Gund Institute for Ecological Economics University of Vermont
SVN in Eclipse Presented by David Eisler 10/09/2014.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
1 Perl Note, I am hoping that we can accomplish all we need to with CSS accounts, Linux, and the NoMachine client -- since these already have Perl installed.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
Python Interpreter and Pycharm Community Edition
When collaborating, it is important to manage changes in the models. For example: –To create or edit a submodel E.g. Habitat suitability is replaced with.
Surya Bahadur Kathayat Outline  Ramses  Installing Ramses  Ramses Perspective (Views and Editors)  Importing/Exporting Example.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Installing MDT in Eclipse 2 Download Eclipse Classic
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
CISC 367 Software Tools Introduction. Software Tools What are they? What is the goal of software tools? What is an IDE and its goal?
------TAO, MARKUS Project IT. JavaDoc ‣ JavaDoc is a standard method of commenting source code (interfaces, classes, methods, instances variables). ‣
CACI Proprietary Information | Date 1 PD² SR13 Client Upgrade Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
CF Eclipse Nick Kwiatkowski Michigan State University, Physical Plant 8/8/2006.
ML-Dev: SML Plug-in for Eclipse Yevgeniy Bangiyev 02/07/07 Yevgeniy Bangiyev 02/07/07.
Exploring Taverna 2 Katy Wolstencroft myGrid University of Manchester.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Tips for using Java with Internet Explorer
bitcurator-access-webtools Quick Start Guide
Development Environment
Installing Analysis Tool Pak
Getting Eclipse for C/C++ Development
Obtaining the Required Tools
Java on the LEGO Mindstorms EV3
SENG 301 – Tutorial 1 Introduction to Eclipse, Subclipse, and JUnit
Android 基礎.
How to fix Update Failure Error “0x800f081f” on Windows 10 KB ?
Volume Licensing Download Center
CMPE 152: Compiler Design ANTLR 4 and C++
CCA Skill Certification
How to Install an old version of Adobe Reader on Mac OS.
Some Tips for Using Eclipse
Refworks Part 2 Using Write-N-Cite
NextGen Trustee General Ledger Accounting
Installing Analysis Tool Pak
Download and Installation of code::blocks
Software Setup & Validation
bitcurator-access-webtools Quick Start Guide
Getting Eclipse for C/C++ Development
Review of Previous Lesson
Java Code Review with CheckStyle
Presentation transcript:

Install Ruby If you are running on Mac OS X, Ruby is preinstalled. If you are on Windows or Linux, browse to http://www.ruby-lang.org/en/downloads/

Scroll to the Options for Your OS I suggest the one-click installer.

Adding Ruby Support to Eclipse There is a Ruby plugin for Eclipse, just like there is a Java plugin. Once you install the plugin, you can write and debug Ruby code like you write and debug Java code. A good description of the process is at http://alliance.seas.upenn.edu/~matuszek/wiki/wiki700/index.php?n=Main.RDT We will follow the steps given there.

Go to www.rubypeople.org

Visit the Download Section

Follow Instructions for Eclipse Update Mgr.

Go to Help > Software Update > Find & Install

Choose “Search for new features to install”

Click “New remote site”

Select Update Site Put an appropriate name into the “Name” box. (You will see this name later on your list of Update sites to visit). I recommend using the release builds (the …/release URL). Then click “OK”.

Add the Update Site Check the box next to “Ruby Development Tools” (or whatever name you chose), and click Finish.

Select Ruby Development Tools. Click “Next”. Follow the remaining instructions.

Complete Installation I recommend installing this feature even though it has not been digitally signed. Installation will complete, and you will be prompted to restart Eclipse.

Select a Workspace You will be prompted to select a workspace (or create a new one). You might want to create a workspace called “Ruby”.

Create a New Ruby Project Right-click in the Package Explorer window, then expand “Ruby” Click on “Ruby Project”. Then click “Next”.

Name Your Project Type in a name. Then click on “Finish”.

Now you can create a new Ruby class just like you did for Java.

Creating a Class Then copy in the code from the previous lecture.