match '/:id', to: 'high_voltage/pages#show', 
as: :static, 
via: :get, 
...

Ruby Rails route

by kain, August 17, 2011 21:56, No refactoring, tagged with rails, rails3

High Voltage match :id base...

25e782eb7e799e78d781b0026fc6a4d8 Talk
# controller

class ArticoliController < ApplicationController
...

Ruby shallow controller and params

by kain, October 16, 2009 23:47, 3 refactorings, tagged with ruby rails activerecord

this is a little piece of c...

25e782eb7e799e78d781b0026fc6a4d8 Talk