Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Shopify Application Development

You're reading from   Shopify Application Development Build highly effective Shopify apps using the powerful Ruby on Rails framework

Arrow left icon
Product type Paperback
Published in May 2014
Publisher
ISBN-13 9781783281053
Length 106 pages
Edition Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Michael Larkin Michael Larkin
Author Profile Icon Michael Larkin
Michael Larkin
Arrow right icon
View More author details
Toc

Setting up our development environment


Before we can build our app, we need to set up our local development environment so that we can commit code and deploy to Heroku.

Installing a Ruby management tool

Given the variety of ways in which Ruby can be installed, I would suggest using a Ruby / Gem management tool to handle it for you. The following are a few worth noting:

Even if this is your only Ruby on Rails app, it's good practice to isolate applications from each other to avoid version conflicts or inadvertent software updates on. RVM allows you to not only install and manage multiple versions of Ruby on the same system, but also create gemsets which are containers for an application's gems. Gems are Ruby libraries that can be used to add common functionality to your app...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image