Displaying 3 results from an estimated 3 matches for "triboletti".
Did you mean:
tribolet
2007 Apr 15
6
I'm new to Ruby On Rails...
Hi, guys. I''m so happy to join this group. I''m new to ROR. And I
haven''t learned or used any other program langueage before. I''m
intrest in develop web-based database-driven prgramming. My company
need to develop a bussiness management system recently. I wanna use
ROR for a try. So, where should I start? In another words, what books
or resources should I read?
2007 Jun 12
15
facebook api
hello guys,
i want to use facebook api for my app
any body have any idea....
--
Arun Agrawal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2007 Feb 09
2
Re: customizing map.resources for REST
Yeah... I''m totally struggling to grok resource routes too... seems like
they''ve totally blown the beautiful simplicity of the old url pattern
stuff out of the water.
Would love to hear an answer to this question!!!
b
Andy Triboletti wrote:
> I want to customize map.resources so it uses a uid in the URL instead
> of the database id. The uid is a field on my object.
>
> So I have map.resources :things in routes.rb and I can update a thing
> by accessing POST /thing/1. Instead I want to update the thing by...