ruby's tag archives

Ruby on Rails from Scratch: Week 3

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
We're going to talk about manipulating the structure of the project in two ways (rendering & redirecting). We'll also talk about how you add links in rails, and how to comment code. View...
Ruby on Rails from Scratch: Week 3

Ruby on Rails from Scratch: Week 2

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
This week, we'll do a little bit more with getting an actual page up and running. We'll also work on adding more interactivity by embedding ruby in HTML and learning a little about variables. After that, we'll learn more about Ruby's beautiful URL structure and how to manipulate it, plus...
Ruby on Rails from Scratch: Week 2

Learn Ruby on Rails from Scratch Week 1

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Ruby on Rails.. by now most people have heard the hype about it. It promises more effective code, total object orientation, and true MVC architecture to say the least. As far as my own personal experience, it has been all that and more. The code is beautiful, easy to maintain, and edit. In a...
Learn Ruby on Rails from Scratch Week 1

How to set a character limit for a Ruby on Rails RSS feeds

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
I was making a RSS feed the other day and wanted to limit the number of characters in my description. Here is how I did it. View...
How to set a character limit for a Ruby on Rails RSS feeds

Debug Your Rails App With ruby-debug

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
In this article we'll look at an alternative debugging tool for debugging Rails applications (or any Ruby script, for that matter) while still remaining up-to-date with the latest version of the Ruby interpreter. This tool is even slated to be bundled with future releases of Rails. View...
Debug Your Rails App With ruby-debug

Learn Ruby on Rails: the Ultimate Beginner’s Tutorial

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
While it certainly makes no attempt to constitute a complete guide to the Ruby language, this tutorial will introduce you to some of the basics of Ruby. We'll power through a crash-course in object oriented programming, covering the more common features of the language along the way, and...
Learn Ruby on Rails: the Ultimate Beginner’s Tutorial

Initial Server Configuration

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
With Rubyforge and RubyGem, learn how to configure the initial runtime with all necessary features included when you're trying to set up Ruby on Rails on Windows. View...
Initial Server Configuration

Getting Your Feet Wet With Ruby on Rails

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
This is an entry-level tutorial for those new to both Ruby and to Rails. It will give you an overview of what both are (and aren't), how to get started with RoR development, and how to make your first website with RoR. View...
Getting Your Feet Wet With Ruby on Rails

Ruby Tutorial

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
This is a beginners guide to Ruby Programming. You will find detailed charts, graphs and diagrams to help you understand what you are reading. The examples are short and to the point so you don't have to sift through long pieces of code while trying to learn Ruby on Rails. View...
Ruby Tutorial

How to Build a Wiki With Ruby on Rails

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A tutorial walking you through the process of building a wiki system using Ruby on Rails View...
How to Build a Wiki With Ruby on Rails

19 Rails Tricks Most Rails Coders Don’t Know

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A collection of tips to make your Rails developing more efficient or interesting that most Rails developers overlook. View...
19 Rails Tricks Most Rails Coders Don’t Know

XSS and when h just ain’t enough

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
How to guard against cross site scripting in Ruby on Rails. View...
XSS and when h just ain’t enough
Page 4 of 6123456