search for: which_stor

Displaying 2 results from an estimated 2 matches for "which_stor".

Did you mean: which_store
2006 Jan 04
1
Autocomplete howto?
On 3 Jan 2006, at 20:00, rails-request@lists.rubyonrails.org wrote: >def auto_complete_for_dealing_which_store > search = params[:dealing][:which_store] > @stores = Dealing.search(search) unless search.blank? > render :partial => ''live_search'' >end > >and my entire partial: ><ul class="autocomplete_list"> ><% for deal in @deali...
2006 Jan 03
5
Pagination Question
Hi - I''ve just started working with Rails, having come from a Cold Fusion background. I''m curious how best to deal with a huge result set. For example, I''m building an app that contains users. I''ve used scaffolding to setup my initial pages for CRUD operations on users. All that is great. The problem is, I''m going to end up with 1000+ users in