search for: pagination_helper

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

2005 Mar 10
0
Need Help with Flaky FastCGI on Windows
...on_adapters/mysql_adapter.rb:98:in `select_one'' C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.8.0/lib/active_record/ base.rb:446:in `count_by_sql'' C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.8.0/lib/active_record/ base.rb:439:in `count'' /app/helpers/pagination_helper.rb:222:in `count_collection_for_pagination'' /app/helpers/pagination_helper.rb:238:in `paginator_and_collection_for'' /app/helpers/pagination_helper.rb:179:in `paginate'' C:/clg003/survey/app/controllers/survey_controller.rb:49:in `list'' C:...
2006 Feb 27
0
Simple Namespace Question
I put the following code into my application_helper.rb file, which will allow super fancy ajax pagination blah blah blah. Now the problem is, it''s not being identified. I''m running Rails 1.0.0, and froze edge, so it''s sitting in /vendor. The actual pagination_helper.rb file is appropriately sitting in: /vendor/rails/actionpack/lib/action_view/helpers ======================== module ActionView module Helpers module PaginationHelper def pagination_links_remote(paginator, page_options={}, ajax_options={}, html_options={}) name = pag...