Displaying 3 results from an estimated 3 matches for "pwrrgg".
Did you mean:
pworg
2008 Sep 19
7
Non-Ruby REST client for Ruby REST server
Hi,
I have a Rails 2 app and I wand to provide an API for 3rd party
applications written on any language the customer uses.
My thoughts are that the best way of providing it is by taking
advantage of rails RESTfulness and let them perform CRUD actions on my
data through it. But I don''t seem to find many information on how to
achieve this.
I first want to develop .NET clients (or web
2008 Aug 27
6
Restful routes
Hi, I''m pretty new to the concept of restful routing and am struggling
to find any rails 2 info that helps with what I''m looking for.
I have a regular scaffold setup and the routes are setup as default
map.resources :pages
I would like to be able to use titles in the url rather than relying on
the id.
Eg
localhost:3000/pages/sometitle
instead of just
localhost:3000/pages/1
2008 Sep 19
1
Freezing Rails to 2.0.2
Hi,
I am using Rails 2.1.1 to stay in touch with the latest.
I need to freeze the rails to version 2.0.2 for a project.
But... The command in Rake tasks for Freeze allows only to freeze for
the latest version
I am using Netbeans 6.1 and familiar with tools only... Not much
familiar with Console currently.
Is there any facility in that allows me to freeze to older versions.
Thanks
--
Posted