Re: [Rails] Re: URL Hiding

2010-06-16 Thread Philip Hallstrom
On Jun 16, 2010, at 9:28 AM, JuKuen wrote: > The idea is generating url`s which will hide what is the database used > to store the information and hiding the server side language wrapper. > example: > http://www.amazon.com/gp/product/1934356166/ref=s9_simv_bw_p14_i2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=

Re: [Rails] Re: URL Hiding

2010-06-16 Thread Michael Pavling
On 16 June 2010 17:28, JuKuen wrote: > The idea is generating url`s which will hide what is the database used > to store the information and hiding the server side language wrapper. What do *your* URLs look like now that gives away the DB and server-side language? -- You received this message b

[Rails] Re: URL Hiding

2010-06-16 Thread JuKuen
The idea is generating url`s which will hide what is the database used to store the information and hiding the server side language wrapper. example: http://www.amazon.com/gp/product/1934356166/ref=s9_simv_bw_p14_i2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-4&pf_rd_r=0QDPNRG9W6H5YTMMF2G9&pf_rd_t=101&pf_

Re: [Rails] Re: URL Hiding

2010-06-16 Thread Hassan Schroeder
On Wed, Jun 16, 2010 at 12:52 AM, JuKuen wrote: > Someting like Amazon`s strings, which are generating as url`s. I still have no idea what you're talking about. Maybe you could provide an actual example, or explain what goal you are trying to achieve? -- Hassan Schroeder --

[Rails] Re: URL Hiding

2010-06-16 Thread JuKuen
Someting like Amazon`s strings, which are generating as url`s. regards -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to

[Rails] Re: URL Hiding

2010-06-15 Thread bramu...@gmail.com
What do you mean of URL hiding?? can you give an example?? On Jun 15, 9:19 pm, JuKuen wrote: > Greetings friends, > > Please, take my apologies, if the question was asked before. > > I`m interested to find out, how to integrate URL hiding technology > into Rails app. > Any help will be helpful. >