[Rails] Re: Migrating a complete Ruby rails app off heroku!

2015-07-13 Thread OPSPL Goan
Taras Matsyk wrote in post #1176487: Hi OPSPL Goan, drop me a message, I can take a look on that app. Can't seem to drop you the msg. Mail me at online(dot)goa(AT)gmail.com Ok. Where are you based and what kind of charges are you looking at? G -- Posted via http://www.ruby-forum.com

[Rails] Re: Re: Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-08 Thread OPSPL Goan
Colin Law wrote in post #1176330: On 7 July 2015 at 20:01, OPSPL Goan li...@ruby-forum.com wrote: .. Read the whole thread. I've been here days trying to get someone with some ideas of what I could/should try just point me in the right direction. I'm not asking them for a step-by-step what

[Rails] Re: Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-07 Thread OPSPL Goan
Norm Scherer wrote in post #1176272: If I were doing the job I would first get it running in my system with rails 2.3.18 (the last rails 2 version) and then upgrade it. The easiest way to get it running with rails 2.3.18 would be to install a 10.4 LTS system (which is of the same vintage)

[Rails] Re: Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-07 Thread OPSPL Goan
Elizabeth McGurty wrote in post #1176321: That's not really very nice: Finally someone with some sensible suggestion - whew - Folks stick their neck (name) out here to make suggestions... Sorry you didn't like that. Believe me I'm not that-a-ways either. Read the whole thread. I've been

[Rails] Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-06 Thread OPSPL Goan
Colin Law wrote in post #1176179: On 6 July 2015 at 09:23, OPSPL Goan li...@ruby-forum.com wrote: Yes, the plan is to get it off any of the platforms. Host it on a clean Linux-Ruby-Rails Server. Virtual for that itself. It's closed-source. Stuff owned by the people we're doing it for. So

[Rails] Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-06 Thread OPSPL Goan
Yes I know. I'd wanted to do it earlier - but there were delays - you can imagine :-( Not mine. But they needed to get funding to do it and then admin delays, etc etc Any info I can read-up on this anywhere? I have a couple of programmers here that will be working on it - but I need to give

[Rails] Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-06 Thread OPSPL Goan
OPSPL Goan wrote in post #1176180: Colin Law wrote in post #1176179: On 6 July 2015 at 09:23, OPSPL Goan li...@ruby-forum.com wrote: Yes, the plan is to get it off any of the platforms. Host it on a clean Linux-Ruby-Rails Server. Virtual for that itself. It's closed-source. Stuff owned

[Rails] Re: Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-06 Thread OPSPL Goan
Hassan Schroeder wrote in post #1176191: when I gave you a suggestion to get more useful error messages some time ago. Did you try that? What was the result? I wish it would :-( (give more useful error msgs).. That's all it does too: $ bundle exec bundler: exec needs a command to run

[Rails] Re: Re: Re: Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-06 Thread OPSPL Goan
No. There is no substitute for understanding Ruby and Rails enough to work through whatever is going on. Without a certain baseline level of knowledge you're just spinning your wheels, as shown above. Sorry. Y'know Hassan, I've worked with computers and IT for as long as I can remember -

[Rails] Re: Migrating a complete Ruby rails app off heroku!

2015-07-02 Thread OPSPL Goan
Mike S. wrote in post #1176022: Don't believe you can use preload_app! with Rails 2, by 1.87 Comment that out, and also the section about the worker.on_boot as I am fairly sure that won't work either Still the same error... $ foreman start 19:13:05 web.1 | started with pid 10007 19:13:06

[Rails] Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-02 Thread OPSPL Goan
Hassan Schroeder wrote in post #1176048: On Thu, Jul 2, 2015 at 6:44 AM, OPSPL Goan li...@ruby-forum.com wrote: Suggestions? For stuff to try? Yes. Hire someone who knows what they're doing. You wanna try? I can send you the stuff. Basically need it ported off heroku for a friend

[Rails] Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-02 Thread OPSPL Goan
Hassan Schroeder wrote in post #1176058: On Thu, Jul 2, 2015 at 8:01 AM, OPSPL Goan li...@ruby-forum.com wrote: Yes. Hire someone who knows what they're doing. You wanna try? I can send you the stuff. Basically need it ported off heroku for a friend that would like to run it all

[Rails] Re: Migrating a complete Ruby rails app off heroku!

2015-07-01 Thread OPSPL Goan
Hi Fred, Ok - is me, the same guy as the prev email (on this thread) Ok. Somehow it won't take my Google Login anymore - so had to create a new one. Ok trying the bundle update here. And it seems to be doing something. Will keep you informed. Any article or such youc an point me to?

[Rails] Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-01 Thread OPSPL Goan
on the tutorial you suggest. Thanks Colin. I don't want it in Git yet. I want it working on my stand-alone Ubuntu LTS 14.2 server here first. Then will git it. Coan. Colin Law wrote in post #1175969: On 1 July 2015 at 14:32, OPSPL Goan li...@ruby-forum.com wrote: Hi Fred, Ok - is me, the same guy

[Rails] Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-01 Thread OPSPL Goan
Colin Law wrote in post #1175974: On 1 July 2015 at 15:44, OPSPL Goan li...@ruby-forum.com wrote: Hi Colin, Tried that believe me. And I had the Gemfile.lock too. But it was erroring. Bundle install used to work - but errors after that. Now am using the bundle update (As Fred above

[Rails] Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-01 Thread OPSPL Goan
OPSPL Goan wrote in post #1176005: Colin Law wrote in post #1175982: On 1 July 2015 at 17:01, OPSPL Goan li...@ruby-forum.com wrote: ... Any thoughts. But tomorrow (is 9 PM here now so leaving for the day) - I will do as you suggest - try getting down a clean copy, put it into git

[Rails] Re: Re: Re: Re: Migrating a complete Ruby rails app off heroku!

2015-07-01 Thread OPSPL Goan
Colin Law wrote in post #1175982: On 1 July 2015 at 17:01, OPSPL Goan li...@ruby-forum.com wrote: ... Any thoughts. But tomorrow (is 9 PM here now so leaving for the day) - I will do as you suggest - try getting down a clean copy, put it into git and then try and slowly upgrade/build