[Rails] my webpage does not send emails confimation/notification

2014-06-11 Thread Antonio Arcos
Hello everybody I have a problem with my inquireis, when I want to contact and I send the message, I must receive two emails one of confirmation (client) and other of notification (admin of the web page) but it does not send. The webpage work in production environment. When I watch the log (pro

[Rails] It does not send the inquiries

2014-06-02 Thread Antonio Arcos
Hello I have a problem with the inquiries in my web page, I am using refineryCMS and I have configured for sending emails at my mail account. But it does not work and the log returns this error : "503 STARTTLS command used when not advertised". If you need any file only ask me. I hope your answe

[Rails] Can not load such file -- sprockets/railtie

2014-04-15 Thread Antonio Arcos
Hello developers I am in trouble, when I try to load the command bundle exec rake assets:precompile, and then it returns that it load such file -- sprockets/railtie. thanks for all -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsu

Re: [Rails] Error ActiveRecord::StatementInvalid

2014-04-14 Thread Antonio Arcos
The app nerver works, It doesn´t new deploy, the app is a little web page but when I try to load, it doesn´t work. Thanks for all. Antonio -- 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

Re: [Rails] Error ActiveRecord::StatementInvalid

2014-04-14 Thread Antonio Arcos
I didn´t check the database because I can see in the file schema, but How can I access to database??. The app doesn´t load and when I check the log file, it returns me this: Started GET "/" for 141.21.37.37 at 2014-04-11 15:17:00 +0200 Processing by Refinery::PagesController#home as HTML Param

Re: [Rails] Error ActiveRecord::StatementInvalid

2014-04-11 Thread Antonio Arcos
> add_index "refinery_roles_users", ["user_id", "role_id"], :name => > "index_refinery_roles_users_on_user_id_and_role_id" > create_table "refinery_settings", :force => true do |t| > t.string "name" > t.t

Re: [Rails] Error ActiveRecord::StatementInvalid

2014-04-11 Thread Antonio Arcos
il de 2014 14:34:28 UTC+2, Colin Law escribió: > > On 11 April 2014 08:51, Antonio Arcos > > wrote: > > Hello developers, I am in trouble. > >> > >> When I load my web page, it returns "we're sorry, but somethig went > wrong" &

[Rails] Error ActiveRecord::StatementInvalid

2014-04-11 Thread Antonio Arcos
Hello developers, I am in trouble. > > When I load my web page, it returns "we're sorry, but somethig went wrong" > and then I have seen my log and it returns this error: Started GET "/" for 141.21.12.238 at 2014-04-11 09:39:10 +0200 Processing by Refinery::PagesController#home as HTML Para