routes
Nesting 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 saveSEO Optimization of URLs in Rails with to_param
SEO optimizations for Ruby on Rails, and I was surprised about his recommendation for better URL naming.
>30 days ago by qubit, 1 User, more info saveNested CRUD resources in Rails 1.2
One of the first things you will find yourself doing is nesting one resource inside another. This is just the RESTful way of working with has_many relationships.
>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 saverake routes [Wanna see all your routes right there in y ...
desc "Print out all the currently defined routes." task :routes => :environment do puts ActionController::Routing::Routes.routes.map { |r| sprintf "%30s => %s", r.path.inspec
>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 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 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 saveABCR - Associação Brasileira de Concessionárias de Rodo ...
>30 days ago by maneco, 1 User, more info saveWholesale voip minutes forums
Found some nice routes for Europe in this voip forum
>30 days ago by jspinelli6, 1 User, more info save