Cheers!
-Cameron
> --
> You received this message because you are subscribed to the Google Groups
> "DeRailed - Denver Rails UG" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/derailed/-/3ccQDnOwhMkJ.
>
> To post to this group, send email to dera...@googlegroups.com.
> To unsubscribe from this group, send email to
> derailed+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/derailed?hl=en.
--
Cameron Pope
camerooni@gmailcom
Kristine,
I was in exactly your same shoes almost 2 years ago. Several in the group including Bobby, DeLynn, Jim Wilson, Fernand, etc, were extremely helpful in getting me started and answering a litany of my rookie questions.
In an effort to pay it forward please feel free to ping me offline (george....@grtconsulting.com) and I will be happy to help you with specific examples, questions, and point you to the on documentation and screens cast I found helpful.
Keep in mind I am not the sharpest knife in the drawer so you may already know all that I do.
George R. Thrower, Jr.
2261 Blake Street, Unit 3A
Denver, CO 80205
Cell: 303.359.6837
--
You received this message because you are subscribed to the Google Groups "DeRailed - Denver Rails UG" group.
To view this discussion on the web visit https://groups.google.com/d/msg/derailed/-/_cKNEvIhtXkJ.
--
You received this message because you are subscribed to the Google Groups "DeRailed - Denver Rails UG" group.
I am new to the area and just starting to learn Ruby on Rails. I come from a background of html and css (so not really a programmer). I am a fast learner when I have a teacher, so figuring it all out on my own has been interesting. I am looking for any and all resources available online or locally. I have very little money at this time to take any classes or purchase online teaching. I have read a lot on the rails guides online but much of it is kinda over my head. Thanks for any help you can offer!
--
You received this message because you are subscribed to the Google Groups "DeRailed - Denver Rails UG" group.
To view this discussion on the web visit https://groups.google.com/d/msg/derailed/-/_cKNEvIhtXkJ.
I have had to use html, css and some basic commands working with
Ubuntu before and since then have found I enjoy it very much. It all
started with having this crazy job as a software tester
...
So, newbie, but already have worked some with rails, just in
pieces ... hope that lengthy answer works for ya!
Kristine,
There are a huge number of resources available on the web to learn almost anything. Having a road map can spare you a lot of "What are they talking about?".
Here's a road map I would recommend:
1) Learn Ruby. Ruby is a GREAT language.
1a) You probably want to focus on Ruby 1.9+.
1b) Focus on how to use RUBY blocks. Blocks are used "everywhere" in Ruby and RAILS.
1c) Learn Ruby metaprogramming. If you understand Ruby metaprogramming then understanding Rails will be much easier because it won't look like so much magic.
1d) Learn about RUBY gems. GEMS are reusable code that people have written that are easy to include in your code. These gems provide a huge amount of functionality.
1e) With great power (in GEMS) comes great confusion. Making sure that a particular gem (or a gem version) will fit in with your version of RUBY and with other gems can sometimes be a joy.
2) You already know html and css. I find that learning/knowing HAML and SASS makes developing web sites A LOT easier. It should take you next to no time to learn HTML->HAML and css->SASS.
3) Learn about Test Driven Development (TDD). With your new understanding of metaprogramming, this will seem like a lot less magic.
4) If you don't know SQL, learn it. You should be able to learn the basics of SQL in a couple of days.
5) Learn Rails. RAILS is BIG. But, fortunately, you can get a lot of functionality our of very little code because RAILS makes a ton of override-able assumptions.
6) Learn about the DOM model. Learn javascript.
1 - 6 are the basics. There is so much more "out there".
I would love to hear from others if they would add something to the basic mix I am suggesting or change the order.
Where, for instance, in my list should Kristine learn about git and gitHub?
Finally, go to user's groups or contact the many people here who have offered to help. Sometimes a 10-minute explanation can spare you a week's worth of head scratching.
And like lots of others here, feel free to contact me offline.
Wednesday, February 29, 2012, 3:40:39 PM, you wrote:
|
I am new to the area and just starting to learn Ruby on Rails. I come from a background of html and css (so not really a programmer). I am a fast learner when I have a teacher, so figuring it all out on my own has been interesting. I am looking for any and all resources available online or locally. I have very little money at this time to take any classes or purchase online teaching. I have read a lot on the rails guides online but much of it is kinda over my head. Thanks for any help you can offer! |
-- |
|
You received this message because you are subscribed to the Google Groups "DeRailed - Denver Rails UG" group. To view this discussion on the web visit https://groups.google.com/d/msg/derailed/-/_cKNEvIhtXkJ. To post to this group, send email to dera...@googlegroups.com. To unsubscribe from this group, send email to derailed+u...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/derailed?hl=en. |