Displaying 6 results from an estimated 6 matches for "ocjug".
2006 Jun 03
2
what is that db tool in rails_take2_with_sound.mov?
hi, newbie just starting. watching the video. can someone identify
the db tool that is used to create the posts table (looks like a mac
program)? or recommend one for windoze (phpadmin?)
thanks
---
vice-chair http://ocjug.org/
2006 Jun 05
0
iteration A1 in ebook: scaffold gets: routing error
...lass AdminController < ApplicationController
scaffold :product
end
running the server and going to: http://localhost:3000/admin gets:
ActionController: Exception caught
routing error
Recognition failed for "/admin"
did i miss a step somewhere?
thanks
---
vice-chair http://ocjug.org/
2006 Jun 06
0
Re: [ocruby] iteration A1 in ebook: scaffold gets: routing error
.../generate controller admin
ruby script/generate controller admin
echo edit controller
cat > $base/$name/app/controllers/admin_controller.rb << !!eof
class AdminController < ApplicationController
scaffold :product
end
!!eof
echo starting server
ruby script/server
---
vice-chair http://ocjug.org/
2006 Jun 06
15
error working through Agile !!!
Hi everyone,
I''m working my way thru the ''Depot'' project from Agile Web Development
with Rails.
I got to the bit where I type:
ruby script/generate scaffold Product admin
And I get the following error:
error Before updating scaffolding from new DB schema, try creating a
table for your model (Product) ( on the last line ! )
Now I have followed everything as
2006 Jul 17
6
Best Practices: Splitting the "view model" from AR model
All,
I''m starting to see view state information creeping into my model class.
For example, I have text fields in my view that need to be set a certain
way depending on whether or not a checkbox is checked. And while the
values of these text fields ultimately do represent database columns
that are related to the backing AR object, the text_field values also
represent attributes on a
2006 Jun 08
21
"Rails recipes" vs "Rails cookbook"
Reviews Wanted.
I''ve read the tables of contents and haven''t yet made up my mind.
Is one book clearly better than the other? Is one clearly full of bugs? Is one so much
further ahead that there is no choice? Are they both so incomplete that I should just
wait and only cook real food? Do trains still have dining cars?
Warren Fred
-------------- next part --------------
An