As discussed last week, generally Rails scaffolding is not commonly used.

Database migrations are commonly used, but it is unclear to me what you are 
trying to do.

Are you attaching a Rails app to an existing database? (Like a database schema 
that is already built and works off some other application?) Migrations are 
designed to build out your database schema bit-by-bit (migration-by-migration), 
so you'll have to get creative with how to work around that. 

If you're simply having problems running a migration (rake db:migrate), paste 
the full text of the error message you are seeing. 




On Oct 4, 2014, at 9:12 AM, Richard Lenawasae <[email protected]> wrote:

> So can i start scaffolding manually from ruby command prompt, but i know 
> scaffolding manually is quite tiresome and if i can really get another 
> alternative then fine...?
> 
> -- 
> Posted via http://www.ruby-forum.com/.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/rubyonrails-talk/4a6883e271880e5dee3dea330a78bd66%40ruby-forum.com.
> For more options, visit https://groups.google.com/d/optout.
> 

----

Jason Fleetwood-Boldt
[email protected]
http://www.jasonfleetwoodboldt.com/writing

All material © Jason Fleetwood-Boldt 2014. Public conversations may be turned 
into blog posts (original poster information will be made anonymous). Email 
[email protected] with questions/concerns about this.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/532569B8-2CFC-472E-9A8B-87B2F29AF76B%40datatravels.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to