[Rails] Re: Help with an App Architecture question

2009-08-14 Thread RVince
dont) -Rvince --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to r

[Rails] Help with an App Architecture question

2009-08-13 Thread RVince
data, the html, for the table as light as possible, When the user click the rows link, I need to open the form up within the rows (the typical type of editing behavior you see in web apps). Does anyone see a better way to accomplish this? Thanks, R

[Rails] Formhelper somehow?

2009-08-09 Thread RVince
d I would like to have the values correspond to Channelnote.note values). How can I shoehorn what I have, below, into a formhelper somehow such that I can accomplish this? Thanks, Rvince Subrata Chakrabarty Tiger Software India --~--~-~--~~~---~--~~

[Rails] Empty result set after migration

2009-07-29 Thread RVince
Someone sent me an app with migrations. I am using sqlite for my db in test. I succesfully run rake db:migrate RAILS_ENV=test And when I go to run this app, get "empty result set." Is tehre something I am missing here? --~--~-~--~~~---~--~~ You received this mes

[Rails] table does not exist

2009-07-29 Thread RVince
I am creating a db in rake, and I have it all set up in migrations. I notice that the schema.rb contains the code for creation of a parituclar table. However, when I rake it, I get "blah blah table does not exist." What does this mean? The db is set up (mysql) no tables are in it, and the schema.

<    1   2