New Articles
from around the Web
- About This Blog: Beanstalk Messaging Queue | Ruby on Rails for Newbies
- Overview of make_resourceful 0.1.0 :
- QuarkRuby: Ruby on Rails Security Guide
-
Architectural Styles and the Design of Network-based Software Architectures
The seminal document on REST, written as a PhD thesis.
-
The Rails Way: Tracks: Part 1 (Premature extraction)
Better alternatives to extracting simple extension as ‘acts_as’ modules.
-
The Rails Way: AssetsGraphed: Part 3
Another example of moving code from the controller to the model.
-
The Rails Way: AssetsGraphed: Part 2
Using objects instead of ids.
- The Rails Way: Importing Files
-
The Rails Way: Skinny Controllers
An example of refactoring to move code from the controller to the model.
-
The Rails Way: SignOut: Part 1
Refactoring an existing application to a RESTful design.
-
The Rails Way: SignOut: Part 2
An example of refactoring to use RESTful resources.
Related Books
Practical REST on Rails 2 Projects
How to create and consume web services using Ruby on Rails 2.0 and RESTful design. Includes client examples in JavaScript, JSON, and for ...
List: $42.99 Amazon price: $29.02 Buy
Working Effectively with Legacy Code
Robert C. Martin Series
A detailed examination of strategies to work with large code bases that may be largely untested, legacy code. Discusses refactoring, unit...
List: $56.99 Amazon price: $44.45 Buy
Links by Type
Documentation (1)
- Backgroundrb
From the README: BackgrounDRb is a ruby job server and scheduler. It main intent is to be used with Ruby on Rails applications for offloading long running tasks. Since a rails application blocks while servicing a request it is best to move long running tasks off into a background process that is divorced from the http request/response cycle.
Screencasts (10)
- Railscasts - Where Administration Goes
- Railscasts - Move Find into Model
- Railscasts - scope_out
- RESTful Rails
- Railscasts - Custom REST Actions
- Railscasts - Destroy Without JavaScript
- Railscasts - Generate Named Routes
- Railscasts - Refactoring User Name Part 2
- Railscasts - Refactoring User Name Part 1
- Railscasts - YAML Configuration File
e-Books (1)
- Rails Code Review PDF
An assortment of "best practices" for designing Rails applications.
Top Blogs
Sorry, no relevant blogs yet.
Have one to suggest? Enter in the form on the right.