Go Back   CodingForums.com > :: Server side development > Ruby & Ruby On Rails

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-04-2007, 10:34 AM   PM User | #1
NancyJ
Senior Coder

 
NancyJ's Avatar
 
Join Date: Feb 2005
Location: Bradford, UK
Posts: 3,162
Thanks: 19
Thanked 65 Times in 64 Posts
NancyJ will become famous soon enough
Quick Start Guide?

I've been thinking about trying Ruby on Rails for some time now but every time I look at it, it just seems so complicated and difficult to get started with. I'm a long time PHP user and I have zero experience with ruby with or without rails. I know the RoR people claim you'll develop 10x faster with rails but I cant even get started.
Is there a comprehensive quick start guide somewhere that will take you all the way from installing ruby, rails & pref an ide on windows to developing your first functional project (ie. not Hello World) Also covering topics such as security and session handling since all the RoR projects I've seen in the demos can (and have been) editted by anyone. The RoR wiki has been completely trashed by spammers.
__________________
http://www.hazelryan.co.uk
NancyJ is offline   Reply With Quote
Old 02-04-2007, 12:07 PM   PM User | #2
ess
Regular Coder

 
Join Date: Oct 2006
Location: United Kingdom
Posts: 865
Thanks: 7
Thanked 29 Times in 28 Posts
ess will become famous soon enough
I have started learning Ruby on Rails about 4 months ago...and found that learning the basics of the Ruby programming language essential in understanding some constructs such as Hashes, Arrays etc. and how they are implemented in Ruby.

Although the following tutorial is very basic...I think it is quite a nice introduction to programming Ruby.
http://www.ruby-lang.org/en/documentation/quickstart/

Also, I found this tutorial quite useful in understanding advanced concepts of Ruby...
http://www.rubycentral.com/book/

As for a tutorial that demonstrates how to install Ruby on Rails and create a very simple application, I find the following tutorial to be very useful and introduces the concept of Model View Controller.
http://www.onlamp.com/pub/a/onlamp/2.../20/rails.html

As for a text editor, I have been using JEdit....as I personally program in Java, JavaScript, PHP, etc and found a useful tutorial on how to customize JEdit for Rails.
http://www.eadz.co.nz/blog/article/r...ils-jedit.html

If you are interested in getting a video tutorial for Ruby on Rails. I recommend the following from Lynda. It covers all aspects of programming in Rails, including security, authentications, etc.
http://movielibrary.lynda.com/html/modPage.asp?ID=324

Cheers,
Ess
ess is offline   Reply With Quote
Old 08-30-2007, 10:48 PM   PM User | #3
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
I've just started learning Ruby on Rails and I wanted to add for those that are more familier with the Eclipse IDE there is a rather nice plugin for Ruby on Rails called RDT


RDT Link

(Sorry for the necro thread, was going through looking for a post like this and thought I'd contribute while also using some of ess' links)
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote
Old 08-31-2007, 12:05 AM   PM User | #4
rafiki
Senior Coder

 
rafiki's Avatar
 
Join Date: Aug 2006
Location: Floating around somewhere...
Posts: 2,034
Thanks: 18
Thanked 42 Times in 42 Posts
rafiki will become famous soon enough
also found this interesting site.
http://tryruby.hobix.com/
__________________
Get Firefox Now
rafiki is offline   Reply With Quote
Old 09-09-2007, 05:24 PM   PM User | #5
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Quote:
Originally Posted by rafiki View Post
also found this interesting site.
http://tryruby.hobix.com/
Wow, great find there. Probably the best interactive tutorial I've seen in a while.
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote
Old 09-09-2007, 10:42 PM   PM User | #6
rafiki
Senior Coder

 
rafiki's Avatar
 
Join Date: Aug 2006
Location: Floating around somewhere...
Posts: 2,034
Thanks: 18
Thanked 42 Times in 42 Posts
rafiki will become famous soon enough
hehe thanks, shame i didnt find out that this thread was way old before i read it and replied, still its a good share..
__________________
Get Firefox Now
rafiki is offline   Reply With Quote
Old 01-01-2009, 06:51 AM   PM User | #7
feram71
New to the CF scene

 
Join Date: Dec 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
feram71 is an unknown quantity at this point
Quote:
Originally Posted by rafiki View Post
also found this interesting site.
http://tryruby.hobix.com/
That's a great tutorial. Also look at those sites:

Creating a weblog in 15 minutes:
http://rubyonrails.org/screencasts

http://rubylearning.com/satishtalim/tutorial.html
feram71 is offline   Reply With Quote
Old 11-06-2012, 12:30 AM   PM User | #8
Infect
New Coder

 
Join Date: Feb 2009
Location: United States
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Infect is an unknown quantity at this point
Sorry for the gravedig, mods feel free to delete but I think it's a pretty good addition to the still-stickied thread. A list of phenomenal sites that introduce you to Ruby itself:
http://tryruby.org -- basic introduction to ruby fundamentals
Ruby Bits Pt. 1
http://www.codeschool.com/courses/ruby-bits-part-2Ruby Bits Pt. 2
All these are run by Code School and are completely worked in your browser with an interpreter.

And some excellent Rails guides:

http://www.codeschool.com/courses/rails-best-practices
http://www.codeschool.com/courses/ra...ng-for-zombies
http://www.codeschool.com/courses/ra...-zombies-redux
http://www.codeschool.com/courses/rails-for-zombies-2
Those 4 are run by Code School as well, and all coding is done entirely in an interpreter in the browser.
And I think this is probably the best guide out there for everything there is to basic Rails, it covers installation of Ruby, Gems, Git, and Rails from scratch, bundling and the MVC architecture, quickly rolling out a simple app with scaffolding, setting your app up to scale with Heroku, and a complete tutorial on how to write an app from scratch. This guide is a legitimate book that's available for sale, but you can also read it online for free on the official Rails website: http://ruby.railstutorial.org/ruby-o...-tutorial-book

Hope these help everyone, again sorry for the gravedig but trying to help out a seemingly dying forum.
Infect is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:46 AM.


Advertisement
Log in to turn off these ads.