Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Andre' Jones
26,671 PointsRuby Software Development
I want a ruby program similar to TileMill where I can work with maps (OFFLINE) zooming in and out and pulling data about points from a database.
-- I am going to use Ruby Shoes to build a GUI.
How do I work with a database with just a ruby offline program. Do I need to know SQL to work with ruby and a database outside of rails. Please reply with some general info and links that will guide me in the right direction.
Thanks
1 Answer

Richard Crawford-Wilson
6,094 PointsYou can use the Active Record gem that rails uses for its database orm layer without rails.
Andre' Jones
26,671 PointsAndre' Jones
26,671 PointsOk. Sounds good SQL isn't that hard I just have never done it enough to make it stick.