Displaying 3 results from an estimated 3 matches for "modelgenerator".
2009 Sep 25
1
generate model error
...se Rails without a
database,
# you must remove the Active Record framework.
config.frameworks -= [ :active_record, :active_resource,
:action_mailer ]
However, after that when I execute the command "ruby script/generate
model Item" there will be an error raised:
uninitialized constant ModelGenerator::ActiveRecord
Anyone knows the origin of the problem, and how to solve it
BTW: I am using rails 2.3.4 and ruby 1.8.7
--
Posted via http://www.ruby-forum.com/.
2012 Aug 09
4
debug vs regular mode
Dear all,
I had a R segmentation fault, and then invoked debug mode and ran step
by step.
When I reached "terms(Y~X1*X2*...*X16)", I would then have
"segmentation" fault. However, if I just ran this under regular "R
interactive" mode, it would be fine though taking long time.
My questions are:
1. Is there a known limit of terms for a formula?
2. Why does the
2012 Aug 09
4
debug vs regular mode
Dear all,
I had a R segmentation fault, and then invoked debug mode and ran step
by step.
When I reached "terms(Y~X1*X2*...*X16)", I would then have
"segmentation" fault. However, if I just ran this under regular "R
interactive" mode, it would be fine though taking long time.
My questions are:
1. Is there a known limit of terms for a formula?
2. Why does the