Re: [Rails] mailboxer sent messages not appearing in recipients inbox

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 8:34:41 PM UTC-4, nynhex wrote: > > Can’t help someone who can’t help themselves. Do the work, do the > research, then ask questions. > > On Sep 22, 2017, at 7:32 PM, fugee ohu > > wrote: > > > > On Friday, September 22, 2017 at 8:18:52 PM UTC-4, nynhex wrote:

Re: [Rails] mailboxer sent messages not appearing in recipients inbox

2017-09-22 Thread nynhex
Can’t help someone who can’t help themselves. Do the work, do the research, then ask questions. > On Sep 22, 2017, at 7:32 PM, fugee ohu wrote: > > > > On Friday, September 22, 2017 at 8:18:52 PM UTC-4, nynhex wrote: > The problem is you’re not reading directions or doing your own research.

Re: [Rails] mailboxer sent messages not appearing in recipients inbox

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 8:18:52 PM UTC-4, nynhex wrote: > > The problem is you’re not reading directions or doing your own research. > Take the advice of everyone who’s offered to help you and go through some > basic Rails tutorials. Nobody is going to write your app for you. > > > O

Re: [Rails] mailboxer sent messages not appearing in recipients inbox

2017-09-22 Thread nynhex
The problem is you’re not reading directions or doing your own research. Take the advice of everyone who’s offered to help you and go through some basic Rails tutorials. Nobody is going to write your app for you. > On Sep 22, 2017, at 7:00 PM, fugee ohu wrote: > > What could the problem be?

[Rails] mailboxer sent messages not appearing in recipients inbox

2017-09-22 Thread fugee ohu
What could the problem be? -- 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 emai

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 5:04:51 PM UTC-4, Colin Law wrote: > > On 22 September 2017 at 21:58, fugee ohu > > wrote: > > .. > > So what type of relationships were you imagining I've set up My user > model > > acts_as_messageable that's all What are you talking about > > You said that

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 5:04:51 PM UTC-4, Colin Law wrote: > > On 22 September 2017 at 21:58, fugee ohu > > wrote: > > .. > > So what type of relationships were you imagining I've set up My user > model > > acts_as_messageable that's all What are you talking about > > You said that

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 5:04:51 PM UTC-4, Colin Law wrote: > > On 22 September 2017 at 21:58, fugee ohu > > wrote: > > .. > > So what type of relationships were you imagining I've set up My user > model > > acts_as_messageable that's all What are you talking about > > You said that

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread Colin Law
On 22 September 2017 at 21:58, fugee ohu wrote: > .. > So what type of relationships were you imagining I've set up My user model > acts_as_messageable that's all What are you talking about You said that models were not needed for the tables, if you look at the link I posted you will be able to s

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 12:17:35 PM UTC-4, Colin Law wrote: > > On 22 September 2017 at 16:07, fugee ohu > > wrote: > > > > > > On Friday, September 22, 2017 at 2:21:51 AM UTC-4, Colin Law wrote: > >> > >> On 22 September 2017 at 02:29, fugee ohu wrote: > >> > When I send message

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
So what type of relationships wee you imagining I've set up My user model acts_as_messageable that's all What are you talking about -- 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

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
What I said is true -- 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 ru

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread Colin Law
On 22 September 2017 at 16:07, fugee ohu wrote: > > > On Friday, September 22, 2017 at 2:21:51 AM UTC-4, Colin Law wrote: >> >> On 22 September 2017 at 02:29, fugee ohu wrote: >> > When I send messages I see in the log that inserts made to >> > mailboxer_receipts table for field receiver_id have

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 2:21:51 AM UTC-4, Colin Law wrote: > > On 22 September 2017 at 02:29, fugee ohu > > wrote: > > When I send messages I see in the log that inserts made to > > mailboxer_receipts table for field receiver_id have the id of the sender > > rather than the recipient

Re: [Rails] Missing migration file

2017-09-22 Thread Hassan Schroeder
On Fri, Sep 22, 2017 at 7:15 AM, fugee ohu wrote: >> Manually delete (through SQL) the view that this migration would have >> created, if it exists, in all databases. > Migrations create views? I didn't know that As the context indicates, the "view" refers to the database, e.g. https://dev.m

Re: [Rails] Deploy rails app

2017-09-22 Thread Hassan Schroeder
On Thu, Sep 21, 2017 at 10:10 PM, Aqib Hameed wrote: > I want to deploy rails app in OS centos 7, with Nginx, Unicorn and > Capistrano so which guide or tutorials is best for deploying rails app ??? ? "best" depends on your background, learning style, etc. -- have you read the Capistrano docs? D

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 2:21:51 AM UTC-4, Colin Law wrote: > > On 22 September 2017 at 02:29, fugee ohu > > wrote: > > When I send messages I see in the log that inserts made to > > mailboxer_receipts table for field receiver_id have the id of the sender > > rather than the recipient

Re: [Rails] Missing migration file

2017-09-22 Thread fugee ohu
On Tuesday, September 5, 2017 at 8:17:28 PM UTC-4, Walter Lee Davis wrote: > > Have you run these migrations in production yet, or is it just in > development? Because you can back your way out of this manually, but if you > aren't careful, you can end up with things out of synch between your c

[Rails] mailboxer adding mailboxer_email column to users causes devise eror wrong number of arguments

2017-09-22 Thread fugee ohu
I added mailboxer_email column to users table in addition to email column That results in the following error ArgumentError in Devise::SessionsController#create wrong number of arguments (given 0, expected 1) Extracted source (around line *#91*): 91 def mailboxer_email(object) -- You recei

Re: [Rails] mailboxer mailboxer_receipts table

2017-09-22 Thread fugee ohu
On Friday, September 22, 2017 at 2:21:51 AM UTC-4, Colin Law wrote: > > On 22 September 2017 at 02:29, fugee ohu > > wrote: > > When I send messages I see in the log that inserts made to > > mailboxer_receipts table for field receiver_id have the id of the sender > > rather than the recipient