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.

Md.Atiquzzaman Soikat
20,416 PointsWhen should I start learning rails?
I recently started learning ruby,at this point I understand the basics of ruby quite well,I am just wondering when should I start learning rails,do I need to become an expert on ruby before start learning rails?
2 Answers

Maciej Czuchnowski
36,440 PointsNot necessarily an expert. Rails will force you to use some of Ruby's features more than others, so you will most likely re-learn them while learning Rails should you forget how they work. The Ruby part of Rails is rather easy - the challenge lies in proper understanding of the framework. Knowing some tricks that make the Ruby code concise will definitely help.

Md.Atiquzzaman Soikat
20,416 PointsThanks man,I will start rails after completing those ruby course,I already completed few ;-)
Maciej Czuchnowski
36,440 PointsMaciej Czuchnowski
36,440 PointsI would suggest doing Ruby Basics and Foundations on Treehouse and maybe reinforce your understanding through Codecademy. This should be enough to start doing Rails.