routing
Study shows internet to be resilient against terror att ...
"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 saveNesting resources
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 saveNamed, explicit routes
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 saveBasic CRUD for Nested Elements using RESTful Rails
(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 saveAdditional TextMate Snippets for Ruby on Rails
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 savePlugin routing
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 saveRESTful link helpers
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 saveMonkey-patching Rails: Extending Routes #1
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 saveroute generation in Rails
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 saveUnder the hood: route recognition in Rails
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 saveUnder the hood: Rails' routing DSL
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 saveRequest Routing Plugin for Ruby on Rails
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 saveWireless Linux TCP/IP server : www.nayire.com
Wireless Linux TCP/IP server
>30 days ago by nayire, 1 User, more info save