[Rails] Search view result and back to search results
by Johnsonch other posts by this author
Aug 13 2007 7:59AM messages near this date
[Rails] Re: ActionMailer
|
[Rails] [ANN] PostgreSQL statistics plug-in
I have a site that has a search which I implemented the ez_where
plugin. I am trying to figure out the best way to go from a detailed
view back to the search results. I have two possible ways that I can
think of doing this, but was hoping that someone else might have a
better idea. My first way would be the cheap and dirty way, using the
javascript go back 1 function. The second way would be to store the
search information in session and over writing the search params if a
new search was made. Right now I'm leaning towards putting the search
params in session, but have a funny feeling that there is a better way
to do this.
-Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta
lk" group.
To post to this group, send email to rubyonrails-talk@[...].com
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@[...].com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
|