What does

Hey everyone,

So I’m a little stuck on another scaffold migration. I swear I
actually get beyond scaffolds in my apps! At any rate, I’m trying to
generate a scaffold with a large number of fields (I’m a lazy
typist). Here are the fields I’m putting in the script/generate
command:

section:string packaging_method:string case_name:string
reporter:string court:string reporter_volume:integer
reporter_abbreviation:string first_page:integer page_cited:integer
higher_court:string decision:string action_of_higher_court:string
date_decided:datetime citation_of_reversal:string counsel:string
abbreviated_case_name:string created_by:string name_of_file:string
image_source_program:string image_size:string description:text
version:integer type_of_image:string attribution:text
ISSN_ISBN:integer programmer:text version:string computer:string
conference_name:string conference_location:string pub_place:string
year_of_conference:integer year_published:integer
dictionary_title:string reprint_edition:integer editor_address:text
periodical_title:string date_accessed:datetime year_cited:integer
date_cited:integer secondary_title:string number_of_screens:integer
type_of_medium:string year_cited:datetime date_cited:datetime
encyclopedia_title:string label:text image_size:integer
director:string year_released:integer series_director:string
country:string distributor:string running_time:integer producer:string
date_released:datetime medium:string credits:text genre:string
synopsis:text department:string report_number:integer
government_body:string congress_number:integer congress_session:string
investigators:string title_of_grant:string activity_location:string
sponsoring_agency:string amount_requested:integer
amount_received:integer status:string duration_of_grant:string
requirements:text deadline:datetime funding_type:string
original_grant_number:integer review_date:datetime contact_name:string
contact_address:string contact_phone:string contact_fax:string
funding_number:integer cfda_number:integer committee:string
document_number:integer journal:string start_page:integer
epub_date:datetime type_of_article:string alternate_journal:string
legal_note:text magazine:string place_published:string
frequency:integer issue_number:integer alternate_magazine:string
collection_title:string library_archive:string
volume_storage_container:string manuscript_number:integer
folio_number:integer author_address:string cartographer:string
edition:text scale:string area:string size:string newspaper:string
frequency:string start_page:string issue_date:datetime ISSN:integer
DOI:string reviewed_item:integer column:string keywords:string
periodical:string date_published:datetime format_length:string
inventor:string issuing_organization:string published_source:string
assignee:string patent_version_number:integer
application_number:integer international_patent_number:integer
international_title:string international_author:string
international_patent_classification:string patent_type:string
patent_number:integer priority_numbers:integer
designated_states:string attorney_agent:string references:text
legal_status:string inventor_address:text recipient:string
communication_number:integer title_number:integer rule_number:integer
session_number:integer section_number:integer
supplement_number:integer date_of_code:datetime text_edition:string
year:date series_editor:string institution:string
department_division:string name_of_act:string source:string
code_number:integer statute_number:integer public_law_number:integer
sections:integer international_source:string date_Enacted:datetime
history:text article_number:integer academic_department:string
university:string degree:string advisor:string thesis_type:string
title_of_work:string last_updated_date:datetime issue:integer
file_attachments:text isbn:integer contents:text cast:string
credits:integer size_length:integer format:string
accession_number:integer call_number:string session:string
sponsor:string legislative_body:string series_volume:integer
number_of_pages:integer edition:integer abbreviation:string
figure:string book_title:string chapter:integer caption:string
code:integer code_volume:integer bill_number:integer
code_pages:integer code_section:string artist:string
series_title:string extent_of_work:string number:integer type:string
performers:string alternate_title:string author:string year:integer
title:string editor:string publication_title:string city:string
publisher:string volume:integer number_of_volumes:integer
text_number:integer pages:integer volume_title:string edition:string
date:datetime type_of_work:string translator:string short_title:string
abbreviated_publication:string doi:string original_publication:string
reprint_edition:string reviewed_item:string accession_number:string
call_number:integer label:string keywords:text abstract:text
notes:text research_notes:text url:string author_address:text
figure:text caption:text access_date:datetime
last_modified_date:datetime translated_author:string
translated_title:string name_of_database:string
database_provider:string language:string

Don’t think there are any keywords here…but the scaffold generation
doesn’t finish. I get this at the end:

dependency model
uninitialized constant RubiGen

What what? What is RubiGen? I checked the development log and
couldn’t find anything. Thoughts?

Thanks!

Ron

Okay, I get it. I installed sproutcore and it broke the Rubigen gem.

I’ll have to reinstall the newer version of Sproutcore.

Ron