Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > Other Languages

Reply
 
LinkBack Thread Tools
Old June 17th, 2007, 01:36 AM   #1
Reputable Member
 

Join Date: May 2007
Location: Tamworth
Age: 32
Posts: 117
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 cocoonfx is on a distinguished road
Ruby on Rails

Hi


May seem a stupid question, but what is Ruby on Rails about? is it like Java? Is it worth learning or is it just a Fad at the moment???
cocoonfx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 18th, 2007, 07:36 AM   #2
WebForumz Member
 

Join Date: Sep 2007
Location: Wales, UK
Age: 37
Posts: 91
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 robbied72 will become famous soon enough robbied72 will become famous soon enough
Re: Ruby on Rails

Ruby on Rails or RoR is well worth learning (I am at present via www.lynda.com) it is a true OOP based language which has a very DRY (Don't Repeat Yourself) based structure.

It also has some very cool rapid development calls such as Scaffold, this basically creates CRUD pages for you as you call this command, it is also intelligent in a sense that if you add fields to a table that you have used the scaffold command it will add them in as if by magic....

Hope this helps

Robbie
robbied72 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 16th, 2007, 11:22 PM   #3
New Member
 

Join Date: Dec 2007
Location: Sebastopol, Calif.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 mzslater is on a distinguished road
Re: Ruby on Rails

Ruby on Rails is an excellent framework for building web applications. For simple sites, its complexity may not be justified, but if you're building anything complex in php or.net, you could almost surely do it more quickly with Ruby on Rails -- once you learn it, which does take some time. Compared to building Java web applications, it is much easier to develop with.

I have a podcast that teaches Ruby on Rails fundamentals for web designers and developers: it's at LearningRails.com.

Michael Slater
mzslater is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 17th, 2007, 05:59 AM   #4
WebForumz Member
 

Join Date: Sep 2007
Location: Wales, UK
Age: 37
Posts: 91
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 robbied72 will become famous soon enough robbied72 will become famous soon enough
Re: Ruby on Rails

Thanks for the link Michael, the podcast rocks and I will put the word around for you on the other forums I visit.

I have started to delve into the development side of things but as I am so busy creating Classic ASP sites in my day job I haven't had time to learn any more lately, but after listening to the podcast I'm going to make time as developing in Ruby is going to save me so much time.

Looking forward to the next podcast on the 24th.
robbied72 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old January 4th, 2008, 01:35 PM   #5
New Member
 

Join Date: Jan 2008
Location: California
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 kmr2 is on a distinguished road
Re: Ruby on Rails

Our firm has been doing most of our work in Ruby on Rails for the past year. Our developers are largely ex-Java folks who appreciate the reduced overhead of RoR.

I can also share that, as a non-programmer trying to pick it up, Ruby on Rails has been far more productive for me that PHP. For newbies, I think the most powerful feature is ActiveRecord, which makes it very, very easy to deal with database tables in your code.

A couple of caveats for newbies (at least based on my experience) - the learning curve can be somewhat steep depending on your existing skills. In order to get productive in RoR, you'll need to learn 3 things pretty well: one, the syntax and conventions of both Ruby (the programming language) and Rails (the web framework); two, you'll need to know object-oriented programming (since Ruby is a purely object oriented language); three, you'll need to know and understand MVC web development frameworks (model-view-controller.)

By comparison, you can get started a lot easier with PHP just knowing the syntax and throwing some code up.

One more suggestion - it's soooo much easier to get started if you can find another person to program with occasionally.

If you want to see an example of what a newbie like me can create on RoR in a couple of months (using part of my time,) check out www.paybackable.com. It's all in RoR with some javascript and a touch of AJAX (another thing Rails makes much easier.)

Hope this helps.

- Kevin
kmr2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 14th, 2008, 05:00 AM   #6
WebForumz Member
 

Join Date: Sep 2007
Location: Wales, UK
Age: 37
Posts: 91
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 robbied72 will become famous soon enough robbied72 will become famous soon enough
Re: Ruby on Rails

Thanks for your comments Kevin, I will have a good look @ Ruby over the coming months and try and migrate my skills from Classic ASP to RoR.
robbied72 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 17th, 2008, 06:34 AM   #7
New Member
 

Join Date: Jul 2008
Location: USA
Age: 32
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 JohnWade is on a distinguished road
Re: Ruby on Rails

RoR is a good web development tool. It helps you to create web pages without using complex codes. I fetched very informative stuff on this topic from www.dreamworldtech.com . check it out give me your remarks...Good Luck
JohnWade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
ruby


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ruby on Rails : Postcode > Google Maps christopher Other Languages 2 March 12th, 2008 04:50 PM
Ruby Program Weird1993 Forums, Blogging and Content Management 2 January 4th, 2008 12:02 PM
Ruby ... More info marSoul Other Languages 8 September 29th, 2007 11:13 PM
PayPal - SDK for Ruby s2j1j1b0 Forums, Blogging and Content Management 1 July 13th, 2007 12:53 PM
PHP or Ruby pa007 How is this done? 6 March 1st, 2007 10:55 AM


Search Engine Optimization by vBSEO 3.2.0 RC8