On 11 April 2014 14:54, Antonio Arcos <elchatarrerode...@gmail.com> wrote:
> my schema contents:
>>
>> # encoding: UTF-8
>> ...
>> ActiveRecord::Schema.define(:version => 20120717180765) do

First could you not top post please, it makes it difficult to follow
the thread.  Thanks.
The above looks strange, suggesting that the db structure has not
changed since 2012, yet you told us you ran db:migrate.  Is there
something you are not telling us?  Is this an app that has worked and
for some reason it is no longer?  Is it a new deploy?  Is it just a
new bit of code that is not working but other stuff does?   All
important info that helps to find the problem.

>> ...
>>   create_table "refinery_roles", :force => true do |t|
>>     t.string "title"
>>   end

So that says the table should exist.

You did not answer my question as to how you know the table exists.
Have you checked for it in the database using mysql command line or
similar?

Colin

-- 
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 rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsMxBJDDeRK1xCcGz7GBMa65rJLrmTxNU3o0dYkFgC%2BoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to