routing

most popular fresh hot now
http://www.eurekalert.org/pub_releases/2006-09/osu-ssi092806.php

Study shows internet to be resilient against terror att ... websnapr

"As would be expected, results differed greatly depending on the number and specific parts of nodes that were disrupted in the simulations, O'Kelly said." Not quite as rosy as the headline s
>30 days ago by PaulRaven, 1 User, more info save
http://weblog.jamisbuck.org/2007/2/5/nesting-resources

Nesting resources websnapr

The RESTful routes feature in Rails makes it really, really simple to nest resources within each other. Just give a block to the “map.resources” call, and define further resources on the value yielded
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2007/1/22/named-explicit-routes

Named, explicit routes websnapr

Let me clarify a bit. I don’t use map.connect with implicit routes. And just what is an implicit route?
>30 days ago by qubit, 1 User, more info save
http://solutions.treypiepmeier.com/2006/11/05/basic-crud-for-nested-elements-using-restful-rails/

Basic CRUD for Nested Elements using RESTful Rails websnapr

(This all assumes you’ve set your app up using script/generate scaffold_resource with all the bells and whistles of spelling out your table columns in the command line.)
>30 days ago by qubit, 1 User, more info save
http://t0fuu.com/2006/11/23/textmate-snippets-for-ruby-on-rails

Additional TextMate Snippets for Ruby on Rails websnapr

I have a few snippets I’ve been using for Ruby on Rails that aren’t included in the default bundle. I figure it might be useful for some people. These snippets mostly use the new RESTful routes (using
>30 days ago by qubit, 1 User, more info save
http://wiki.pluginaweek.org/plugin_routing

Plugin routing websnapr

plugin_routing adds the ability for plugins to share views (including layouts and ActionMailer templates) with the rest of your application.
>30 days ago by qubit, 1 User, more info save
http://www.brianketelsen.com/articles/2006/11/15/restful-link-helpers

RESTful link helpers websnapr

If you're creating nested routes for your new Simply RESTful controllers, you might run into the problem I just found.
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2006/10/20/monkey-patching-rails-extending-routes-1

Monkey-patching Rails: Extending Routes #1 websnapr

adding a “redirect” feature to routing, such that you can have any request to a particular route automatically respond with a 302 that sends the caller to another route.
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2006/10/16/under-the-hood-route-generation-in-rails

route generation in Rails websnapr

Route generation is the last stop on this tour of the Rails routing code. It also happens to be the hairiest, most mysterious, and most difficult bit,
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2006/10/4/under-the-hood-route-recognition-in-rails

Under the hood: route recognition in Rails websnapr

The DSL implementation of routes only scratches the surface. In this second installment, we’re going to delve even deeper. We’re going to lay bare the mysteries of route recognition.
>30 days ago by qubit, 1 User, more info save
http://weblog.jamisbuck.org/2006/10/2/under-the-hood-rails-routing-dsl

Under the hood: Rails' routing DSL websnapr

This is the first of three articles that will delve into the dark recesses of the routing code. It deals only with the implementation of the routing DSL
>30 days ago by qubit, 1 User, more info save
http://svn.vivabit.net/external/rubylibs/request_routing/readme

Request Routing Plugin for Ruby on Rails websnapr

Plugin that allows you to define routing requirements that test methods/properties of the request object such as subdomain, domain, port. You can test them either against a value or with a Regexp (ass
>30 days ago by qubit, 1 User, more info save

Power-User for routing