[Rails] Re: Moving a ruby/rails app from one server to another

2016-04-14 Thread Vince Laurent
I think I got farther. Even though I have loaded acts_as_ferret I get the following error. Since I know zero of config files I suspect it is something there: [root@s928-apsaptip tip]# rails s => Booting WEBrick => Rails 4.2.5 application starting in development on http://localhost:3000 => Run `ra

[Rails] Re: Moving a ruby/rails app from one server to another

2016-04-14 Thread Vince Laurent
"Have you checked the versions of all the gems (including rails) used on the old server and installed those and only those on the new one?" using gem list --local the old system has 16, the new one 64 Here is the list of the differences: gemoldnew act

[Rails] Re: Moving a ruby/rails app from one server to another

2016-04-14 Thread Vince Laurent
I managed to get a "Hello World" app working... so what do need to do to move the app from one server to another? This is apparently a SIMPLE app and doesn't use a bunch of libraries and such. I though I could just copy to directory tree over but that didn't seem to work. The only clue I have is

[Rails] Re: Moving a ruby/rails app from one server to another

2016-04-13 Thread Vince Laurent
I discovered this fact the same time you replied. Not sure where to go from here. Thanks, though. Also, this is an internal site/app so no internet access for this system. Time to find a ruby developer... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

[Rails] Moving a ruby/rails app from one server to another

2016-04-13 Thread Vince Laurent
I have been given task to move an app, the database, and all required software from an old system (going away soon) to a new one. I think I have all the software BUT can't get the app to 'work'. So, my question is what is the step to migrate a ruby on rails app? “old” server saptip:/etc# ruby -