Displaying 2 results from an estimated 2 matches for "_special".
Did you mean:
special
2009 Jun 06
5
Rake Tasks
...raper => :environment do
# code goes here for scraping
end
This rake task will be parsing data from ncaa.org and placing it into my
DB for further processing. The .rb file I created has the following:
===============================
#== Scraper Version 1.0
#
#*Created By:* _Elricstorm_
#
# _Special thanks to Soledad Penades for his initial parse idea which I
worked with to create the Scraper program.
# His article is located at
http://www.iterasi.net/openviewer.aspx?sqrlitid=wd5wiad-hkgk93aw8zidbw_
#
require ''hpricot''
require ''open-uri''
# This class is use...
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