search for: compiled_on

Displaying 3 results from an estimated 3 matches for "compiled_on".

Did you mean: compiled_by
2009 Jul 02
7
Params Merge and URL sorting/pagination
...;m having issues with: will_paginate for pagination custom methods for sorting 1-form for team search 1-form for search by date When searching for a team for instance, the url returned will be: /rushing_offenses?search=Florida When searching by date, the url returned will be: /rushing_offenses?compiled_on=2009-07-02 Pagination has a show all button: /rushing_offenses?numteams=120&orderby=rank&sortby=asc Pagination has a show simple button: /rushing_offenses?orderby=rank&sortby=asc If I click on each page number within will paginate the URL changes to: /rushing_offenses?compiled_on=...
2009 Jun 07
17
ActiveRecord Classes
I''m having a little trouble with understanding how to work out the schematic for some of my classes using ActiveRecord when a file is in my lib directory: Brief example: Here''s the outline of the files in use: ....app ........controllers ............application_controller.rb ............rushing_offenses_controller.rb ........models ............rushing_offense.rb ....lib
2009 Jul 17
19
I need help saving table data from a rake task
I need to find out how I can create and save a large dataset to a table based on multiple returned arrays from a Rake task. Here is my example using just two arrays (there are 14 in this particular rake task): update_tsos_offense = TsosOffense.new to_team_id, to_ppcs = update_tsos_offense.calculate_tsos(TotalOffense, "ydspgm", "desc") ro_team_id, ro_ppcs =