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

Kevin Naegele
Kevin Naegele
10,868 Points

How to you plan your App

Where do you start when it comes down to building the app. I am wanting to make a list making site, that can only pull from a set amount of items. I have a list a features that I want to have but just feeling over whelmed or a bad case or coding block. Thank you in advance.

2 Answers

Brandon Barrette
Brandon Barrette
20,485 Points

I would start with getting a users model and users controller (assuming you want users to login). Then add your main model, the list model.

What I did to practice was take the Treebook application from here and begin adding to it. Take an idea and run with it, play around, etc. I failed miserably many times and hacked together some working pieces. But it helped me learn. Then I took my app and reworked it for Rails 4.

Hi Kevin! Maybe structure out a simple algorithm or pseudo-code. I know it might not seem that helpful originally but its great to glance at whilst you are coding and will help you stay on track!

Best of luck! Also, if you aren't feeling up to it on your own maybe you could collaborate with another Ruby Dev?

Have fun! -Luke