[Rails] Re: How to Get Started with Ruby on Rails?

2016-10-07 Thread Brendon
I've actually using Docker for development. It makes things really easy to 
move things around, and is much lighter weight on the resources than a VM.

On Thursday, October 6, 2016 at 4:29:57 AM UTC-7, Anagha R wrote:
>
> Hello
>
> I would recommend you to install linux on a virtual machine.The following 
> link  is a good tutorial which will cover the basics  
> http://guides.rubyonrails.org/getting_started.html .
>
>
>
> On Thursday, August 25, 2016 at 10:16:26 PM UTC+5:30, Faraz Mirza wrote:
>>
>> Hey Guys!
>>
>> I am a Computer Science student. I know basic programming and 
>> Object-Oriented concepts. I have some experience in web development but 
>> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
>> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
>> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
>> good links where i can get started? I would really appreciate it! 
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/6662bfe1-01b4-4f5d-b4cf-ea2cf8d56a6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: How to Get Started with Ruby on Rails?

2016-10-06 Thread Anagha R
Hello

I would recommend you to install linux on a virtual machine.The following 
link  is a good tutorial which will cover the basics 
 http://guides.rubyonrails.org/getting_started.html .



On Thursday, August 25, 2016 at 10:16:26 PM UTC+5:30, Faraz Mirza wrote:
>
> Hey Guys!
>
> I am a Computer Science student. I know basic programming and 
> Object-Oriented concepts. I have some experience in web development but 
> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
> good links where i can get started? I would really appreciate it! 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/23bcb048-1025-4310-8c3c-e9cae7bf9a91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: How to Get Started with Ruby on Rails?

2016-09-30 Thread Yinka Ash a.k.a Netguru
I would strongly recommend www.tryruby.org to get acquainted with ruby on 
rails.

On Thursday, August 25, 2016 at 12:46:26 PM UTC-4, Faraz Mirza wrote:
>
> Hey Guys!
>
> I am a Computer Science student. I know basic programming and 
> Object-Oriented concepts. I have some experience in web development but 
> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
> good links where i can get started? I would really appreciate it! 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/a66a75bf-da2e-48ad-a554-877bb53b9a71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: How to Get Started with Ruby on Rails?

2016-09-30 Thread Joe Guerra
The easiest way is to sign up for a free account on c9.io.

You get 2 workspaces and everything is configured for you to start working 
on ruby on rails projects. (and you can access it anywhere.)

Try some free udemy rails courses.

On Thursday, August 25, 2016 at 12:46:26 PM UTC-4, Faraz Mirza wrote:
>
> Hey Guys!
>
> I am a Computer Science student. I know basic programming and 
> Object-Oriented concepts. I have some experience in web development but 
> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
> good links where i can get started? I would really appreciate it! 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/7461f403-f1af-42e9-8208-135b167dfed3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: How to Get Started with Ruby on Rails?

2016-08-26 Thread Brendon
Linux or Mac are the way to go for almost any non-windows centric 
development. Vagrant or Virtual Box work really well and more recently I've 
started using Docker which is awesome.

I can't believe that people say not to use an IDE, that is like saying that 
writing documents would best be done with a pen and paper! IntelliJ has a 
great tool in their product and there is a Rails focussed stripped down 
version called RubyMine. It has context-sensitive completion, all kinds of 
style and formatting rules, built-in debugger support, model dependency 
maps, etc, etc. It also supports very simple refactoring of your code, 
extracting methods, etc. Basically, it is a proper tool for development if 
you are doing anything complicated. Certainly, you don't need to use *this* 
tool, but using a tool that can help you code faster and refactor with 
fewer mistakes is a huge time saver.

There are many online tutorials for learning rails as well as paid courses 
(I'm a mentor for one of them). But the bottom line about coding is you 
ONLY learn it by doing stuff. So implement your own version of Yelp or some 
similar site if you don't have a project in mind. Build it and you will 
learn. Tutorials are helpful when you are trying to solve that problem in 
your project. So build stuff.

Good luck,
Brendon.

On Thursday, August 25, 2016 at 9:46:26 AM UTC-7, Faraz Mirza wrote:
>
> Hey Guys!
>
> I am a Computer Science student. I know basic programming and 
> Object-Oriented concepts. I have some experience in web development but 
> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
> good links where i can get started? I would really appreciate it! 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/aa0b8fdb-b60f-473f-9292-40d89e0d71cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: How to Get Started with Ruby on Rails?

2016-08-26 Thread Ying Ming
I agree with other suggestions, go get a Linux VM or just use Cloud9 first. 
And, if you have access to Lynda.com. Ruby On Rail 4 Essential Training is 
really great for beginners. I learned RoR from this Lynda.com course. 
Remember to do every steps the instructor did yourself, it's the most 
import step! 

On Thursday, August 25, 2016 at 12:46:26 PM UTC-4, Faraz Mirza wrote:
>
> Hey Guys!
>
> I am a Computer Science student. I know basic programming and 
> Object-Oriented concepts. I have some experience in web development but 
> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
> good links where i can get started? I would really appreciate it! 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/40e80244-414f-478e-97ba-48691b6acc15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Re: How to Get Started with Ruby on Rails?

2016-08-26 Thread Ad Rienks
Not long ago I had the same question. What I recommend is Michael HartlĀ“s 
tutorial: https://www.railstutorial.org/ You get a Cloud 9 development 
environment with it, and it's all for free!

Op donderdag 25 augustus 2016 18:46:26 UTC+2 schreef Faraz Mirza:
>
> Hey Guys!
>
> I am a Computer Science student. I know basic programming and 
> Object-Oriented concepts. I have some experience in web development but 
> have no clue about RoR. I wish to learn it. I have installed Ruby 2.2 and 
> Rails 5 on windows. Should I download an IDE? if yes, which one? The 
> tutorials I find are mostly for Linux or Mac. Can anyone recommend some 
> good links where i can get started? I would really appreciate it! 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/0099c9c3-e8fd-4d75-8903-62188a7ac664%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.