[Rails] Receiving Email in rails

2017-09-09 Thread Aqib Hameed
I want to design a software which has multiple emails against the brands, e.g Brand1 has email ema...@gmail.com, ema...@gmail.com, and Brand2 has emails ema...@gmail.com, ema...@gmail.com. So Customer send their query by email on ema...@gmail.com etc. So system reads all emails against the bra

[Rails] Receiving email rails

2017-09-09 Thread Aqib Hameed
I want to design a software which has multiple emails against the brands, e.g Brand1 has email ema...@gmail.com, ema...@gmail.com, and Brand2 has emails ema...@gmail.com, ema...@gmail.com. So Customer send their query by email on ema...@gmail.com etc. So system reads all emails against the bra

Re: [Rails] Re: Dependencies

2017-09-09 Thread Joe Guerra
Lol, I don't have a job as rails developer yet. I'm still trying to figure this out. Maybe, eventually. On Sep 9, 2017 2:58 PM, "Hassan Schroeder" wrote: > On Sat, Sep 9, 2017 at 11:33 AM, Joe Guerra wrote: > > > I'm not so sure why bundle update doesn't do this automatically, I'm > > thinki

Re: [Rails] Re: Dependencies

2017-09-09 Thread Hassan Schroeder
On Sat, Sep 9, 2017 at 11:33 AM, Joe Guerra wrote: > I'm not so sure why bundle update doesn't do this automatically, I'm > thinking it has to do with the gem file (and if's it locked to a certain > version). Of course, the whole point of having versions in the Gemfile is to lock specific gems t

Re: [Rails] beta testers?

2017-09-09 Thread Richard Snow
I am not that great with rails but I have some time and cs degree. I am disabled navy vet. My contact info can be found at www.computersrus.tk -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop rece

[Rails] Re: Video Streaming on RoR

2017-09-09 Thread Joe Guerra
Hmm, not sure what you are trying to do. But I took this online course on Udemy called building rails apps using Wista and heroku. I'm sure if you are looking to host the video somewhere then create an account on Wista. Streaming from it shouldn't be a problem? On Friday, September 8, 2017 at

Re: [Rails] Re: Dependencies

2017-09-09 Thread Joe Guerra
wow, I learned a new command yesterday. A very useful command from Railscast - 'bundle outdated'. Anyways, this will identify if there are any gems that need to be updated. I'm not so sure why bundle update doesn't do this automatically, I'm thinking it has to do with the gem file (and if's

Re: [Rails] beta testers?

2017-09-09 Thread Joe Guerra
ok, I fixed the login now. Must have deleted the admin account. https://cryptic-inlet-13518.herokuapp.com/ Here's my group funding / purchasing website I've been messing around with for roughly 6 months part-time. (Mostly a few weekend hours). You can login the admin account using: ad...@mass

[Rails] Re: Understanding scema_migrations schema.rb

2017-09-09 Thread Ben Edwards
No, I did run the migration, but just on development. Guess I need to go the db:structure:load route (and make sure the deleted migration is not is schema.rb). If I all my branches are in sync do I need to do a 'git reset --hard'. If so I will read up what it does, makes my nervous running st