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 2
An example of refactoring to use RESTful resources.
-
The Rails Way: SignOut: Part 1
Refactoring an existing application to a RESTful design.
Related Books
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, u...
List: $54.99 Amazon price: $45.70 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 - scope_out
- RESTful Rails
- Railscasts - Custom REST Actions
- Railscasts - Destroy Without JavaScript
- Railscasts - Generate Named Routes
- Railscasts - Move Find into Model
- Railscasts - Refactoring User Name Part 1
- Railscasts - Refactoring User Name Part 2
- Railscasts - Where Administration Goes
- Railscasts - YAML Configuration File
e-Books (1)
- Rails Code Review PDF
An assortment of “best practices” for designing Rails applications.
Top Blogs
- Err the Blog
-
has_many :through - geek by association
One of the best of the Rails blogs, from an active Rails contributor and developer.
- Pivotal Blabs
-
Ruby Inside
An active and authoritative blog about Ruby techniques, from the author of Beginning Ruby.
- Ryan's Scraps
-
the { buckblogs :here }
An outstanding blog from Rails core team member, author of Capistrano, and one of the best writers in the Rails community.
-
ActiveReload blog
Rick is a Rails core team member and Justin is on the Prototype core team, so there's a high level of expertise behind this blog.
- Andre on Tech
-
Beautiful Pixel
Blog from freelance Rails developer and author of the FlexImage plugin.
-
Brainspl.at
Ezra is one of the principals at Rails host Engine Yard, author of Merb, a fan of Nginx, and an expert on Rails deployment.
-
Data Noise
Ruby developer, author of ruby-debug.
