Why Making Web Apps with Rails Is Awesome

ruby Why Making Web Apps with Rails Is Awesome

I’m fairly new to the Ruby on Rails web application framework. I just started learning it about eight months ago when I started developing my web app.

Read Article »

Language War: PHP vs. Ruby

phpruby Language War: PHP vs. Ruby

It must be noted that these sorts of debates are purely for fun and educational purposes. There are times when you’ll choose PHP for a project, and there are times when you’d opt for Ruby. Read Article »

Create a Simple Music Streaming App with Ruby on Rails

ruby Create a Simple Music Streaming App with Ruby on Rails

Amazon S3 is a great way to store files, but learning how to integrate it into your website can be a challenge. In this article, you will learn how to integrate Amazon S3 and Ruby on Rails through the construction of a simple music streaming application.

Read Article »

Learning Ruby, Expert Advice for Beginners

ruby Learning Ruby, Expert Advice for Beginners

The Ruby community and the language itself are a fast-growing phenomenon that plays an ever-increasing role in the ecosystem of web apps we all know and use.

Read Article »

Zero-to-Sixty: Creating and Deploying a Rails App in Under an Hour

ruby60 Zero to Sixty: Creating and Deploying a Rails App in Under an Hour

Give me an hour of your time, and I’ll take you on a fly by of the Ruby on Rails framework. We’ll create controllers, models, views, add admin logins, and deploy using Heroku’s service in under an hour! In this article we’ll create a simple bookshelf application where you can add books and write thoughts about them. Read Article »

Ruby for Newbies: Conditional Statements and Loops

ruby Ruby for Newbies: Conditional Statements and Loops

Ruby is a one of the most popular languages used on the web. We’ve started a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this chapter, we’ll be looking at how conditional statements and loops work in Ruby.

Read Article »