Ruby on Rails
Tutorials and informative articles introducing the fundamental concepts and programming possibilities of the web framework Ruby on Rails.
What is Ruby on Rails?
What is the Ruby on Rails web framework?
What is the Ruby on Rails web framework?
Visual Tutorial - Orienting Yourself in NetBeans
When switching to a new IDE, program or environment, there's always an awkward phase during which you just don't know where to find anything. I'd been using the command prompt to run Rails commands for quite a while. However, you just can't do that with Netbeans.
When switching to a new IDE, program or environment, there's always an awkward phase during which you just don't know where to find anything. I'd been using the command prompt to run Rails commands for quite a while. However, you just can't do that with Netbeans.
Visual Tutorial - Installing NetBeans
The NetBeans IDE created by Sun Microsystems is often associated with Java development. However, in the past few years, Sun has slowly been adding support for more languages to NetBeans. Ruby (and more specifically, JRuby) is one of those languages.
The NetBeans IDE created by Sun Microsystems is often associated with Java development. However, in the past few years, Sun has slowly been adding support for more languages to NetBeans. Ruby (and more specifically, JRuby) is one of those languages.
What's New in Rails 2.2?
The release of Ruby on Rails 2.2 bring a new set of features to the table. While release 2.2 is only an incremental release and there are no major architectural changes, there are still some important thing you should know about.
The release of Ruby on Rails 2.2 bring a new set of features to the table. While release 2.2 is only an incremental release and there are no major architectural changes, there are still some important thing you should know about.
Ruby on Rails Tutorial - Starting the Blog
Part one of the Ruby on Rails blog tutorial focuses on creating a Rails project and scaffolding a basic blog post data structure.
Part one of the Ruby on Rails blog tutorial focuses on creating a Rails project and scaffolding a basic blog post data structure.
Ruby on Rails Tutorial - Creating the "Blog Look"
Part two of the Ruby on Rails blog tutorial focuses on using the Yahoo! UI library to help make your blog look like a blog.
Part two of the Ruby on Rails blog tutorial focuses on using the Yahoo! UI library to help make your blog look like a blog.
Rails Blog Tutorial - Adding RESTful Authentication
Part three of the Ruby on Rails blog tutorial uses the RESTful authentication plugin to make sure only authorized users can make posts to your blog.
Part three of the Ruby on Rails blog tutorial uses the RESTful authentication plugin to make sure only authorized users can make posts to your blog.
Rails Blog Tutorial - Allowing Comments
Part four of the Ruby on Rails blog tutorial shows you how to create a comments table to allow users to comment on your blog posts.
Part four of the Ruby on Rails blog tutorial shows you how to create a comments table to allow users to comment on your blog posts.
Using rails.vim
Editing Rails projects in Vim effectively.
Editing Rails projects in Vim effectively.
Agile Development
The principles of Agile Development and how agile applies to Ruby on Rails.
The principles of Agile Development and how agile applies to Ruby on Rails.
Using Migrations
Using migrations to manage your Ruby on Rails application databases.
Using migrations to manage your Ruby on Rails application databases.
Ruby on Rails
The homepage of the Ruby on Rails web framework.
The homepage of the Ruby on Rails web framework.
Ruby on Rails Weblog
The official Ruby on Rails weblog. Stay up to date with current RoR developments, discussions and conferences.
The official Ruby on Rails weblog. Stay up to date with current RoR developments, discussions and conferences.
Ruby on Rails at GitHub
The official Ruby on Rails source code repository. See the developers at work and download the latest development versions of Rails.
The official Ruby on Rails source code repository. See the developers at work and download the latest development versions of Rails.
Railscasts
Free Ruby on Rails screencasts showing Rails features and techniques.
Free Ruby on Rails screencasts showing Rails features and techniques.
