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

Andre' Jones
Andre' Jones
26,671 Points

Ruby 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

You can use the Active Record gem that rails uses for its database orm layer without rails.

Andre' Jones
Andre' Jones
26,671 Points

Ok. Sounds good SQL isn't that hard I just have never done it enough to make it stick.