Railscasts
Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well.
Episode 51: will_paginate
over 4 years ago by Ryan Bates on Railscasts.
In edge rails (soon to be Rails 2.0), the built-in pagination has been moved into a plugin: classic_pagination. I recommend jumping over to the will_paginate...
Episode 51: will_paginate
over 4 years ago by Ryan Bates on Railscasts.
In edge rails (soon to be Rails 2.0), the built-in pagination has been moved into a plugin: classic_pagination. I recommend jumping over to the will_paginate...
Episode 50: Contributing to Rails
over 4 years ago by Ryan Bates on Railscasts.
The best way to contribute to the Rails project is to submit a patch. This episode shows how to do exactly that. There's also a surprise at the end that...
Episode 50: Contributing to Rails
over 4 years ago by Ryan Bates on Railscasts.
The best way to contribute to the Rails project is to submit a patch. This episode shows how to do exactly that. There's also a surprise at the end that...
Episode 49: Reading the API
over 4 years ago by Ryan Bates on Railscasts.
The Rails API docs are very useful but can be difficult to read. This episode will give some tips on reading the docs and mention a few alternative sites...
Episode 49: Reading the API
over 4 years ago by Ryan Bates on Railscasts.
The Rails API docs are very useful but can be difficult to read. This episode will give some tips on reading the docs and mention a few alternative sites...
Episode 48: Console Tricks
over 4 years ago by Ryan Bates on Railscasts.
The Rails console is one of my favorite tools. This episode is packed with tips and tricks on how to get the most out of the console....
Episode 48: Console Tricks
over 4 years ago by Ryan Bates on Railscasts.
The Rails console is one of my favorite tools. This episode is packed with tips and tricks on how to get the most out of the console....
Episode 47: Two Many-to-Many
over 4 years ago by Ryan Bates on Railscasts.
There are two different ways to set up a many-to-many association in Rails. In this episode you will see how to implement both ways along with some tips...
Episode 47: Two Many-to-Many
over 4 years ago by Ryan Bates on Railscasts.
There are two different ways to set up a many-to-many association in Rails. In this episode you will see how to implement both ways along with some tips...
