Re: [Rails] Starting rails server

2015-01-13 Thread Colin Law
On 13 January 2015 at 14:54, Serguei Cambour wrote: > I think it was smth lik that. Anywa, it seems a bit strange: when trying to > install a Rails-related gem that was dependent from exactlly 1.1 of tilt, > running 'bundle install --local' was OK. But failed when running 'rails s'. > And after re

Re: [Rails] Starting rails server

2015-01-13 Thread Serguei Cambour
I think it was smth lik that. Anywa, it seems a bit strange: when trying to install a Rails-related gem that was dependent from exactlly 1.1 of tilt, running *'bundle install --local'* was OK. But failed when running '*rails s'*. And after removing Gemfile.lock and re-running bundle again, everythi

Re: [Rails] Starting rails server

2015-01-13 Thread Colin Law
On 13 January 2015 at 14:20, Serguei Cambour wrote: > No, I didn't upgrade the app. As I explained previously, I had to download > all the gems and install them locally one by one. Some of them were > dependent on 1.1, that's why I had to install it instead of 1.4.1. Oh, I see, so you had picked

Re: [Rails] Starting rails server

2015-01-13 Thread Serguei Cambour
No, I didn't upgrade the app. As I explained previously, I had to download all the gems and install them locally one by one. Some of them were dependent on 1.1, that's why I had to install it instead of 1.4.1. On 13 January 2015 at 14:39, Colin Law wrote: > On 13 January 2015 at 12:14, Serguei C

Re: [Rails] Starting rails server

2015-01-13 Thread Colin Law
On 13 January 2015 at 12:14, Serguei Cambour wrote: > 1.1 see Gemfile.lock before: > https://gist.github.com/Javix/efa6192ae995e89db950 > 1.4.1 after see Gemfile.lock after: > https://gist.github.com/Javix/1430ae66cfca2aa3a6f9 How did it get to be 1.1 in the first place, which is an ancient versi

Re: [Rails] Starting rails server

2015-01-13 Thread Serguei Cambour
1.1 see Gemfile.lock before: https://gist.github.com/Javix/efa6192ae995e89db950 1.4.1 after see Gemfile.lock after: https://gist.github.com/Javix/1430ae66cfca2aa3a6f9 On 13 January 2015 at 13:04, Colin Law wrote: > On 13 January 2015 at 11:53, Javix wrote: > > The problem is that I had to downl

Re: [Rails] Starting rails server

2015-01-13 Thread Colin Law
On 13 January 2015 at 11:53, Javix wrote: > The problem is that I had to download and install all the Rails related gems > and their dependencies separately because of firewall and proxi > restricitions (it was a real headache). The problem was due to the tilt > version (1.1) in the generated Gemf

Re: [Rails] Starting rails server

2015-01-13 Thread Javix
The problem is that I had to download and install all the Rails related gems and their dependencies separately because of firewall and proxi restricitions (it was a real headache). The problem was due to the tilt version (1.1) in the generated Gemfile.lock file; After deleting that file and re-

Re: [Rails] Starting rails server

2015-01-12 Thread Jason Fleetwood-Boldt
That was my point exactly. -Jason > On Jan 12, 2015, at 12:23 PM, Hassan Schroeder > wrote: > > On Mon, Jan 12, 2015 at 8:39 AM, Serguei Cambour > wrote: >> I think it comes outside the current topic because talking about >> non-supporting of Rails on Windows is

Re: [Rails] Starting rails server

2015-01-12 Thread Hassan Schroeder
On Mon, Jan 12, 2015 at 8:39 AM, Serguei Cambour wrote: > I think it comes outside the current topic because talking about > non-supporting of Rails on Windows is too vast Perfect. Two posts asserting that Rails on Windows is "supported", zero posts actually *supporting the Windows user with the

Re: [Rails] Starting rails server

2015-01-12 Thread Colin Law
On 12 January 2015 at 16:30, Jason Fleetwood-Boldt wrote: > > On Jan 12, 2015, at 11:00 AM, Serguei Cambour wrote: > > Thank you, Jason, for your response. > It is totally false about Rais is not supported on Windows. > > > > Who provides that support? I’ve been on this list for several years and

Re: [Rails] Starting rails server

2015-01-12 Thread Serguei Cambour
I think it comes outside the current topic because talking about non-supporting of Rails on Windows is too vast, - rails (as gem ) depends on multiple gems; Most of them propose OS-dependent versions, including Windows. I'm talking about sprockets gem and rails. On 12 January 2015 at 17:30, Jason

Re: [Rails] Starting rails server

2015-01-12 Thread Jason Fleetwood-Boldt
> On Jan 12, 2015, at 11:00 AM, Serguei Cambour wrote: > > Thank you, Jason, for your response. > It is totally false about Rais is not supported on Windows. Who provides that support? I’ve been on this list for several years and every time someone comes to the list asking about ROR on Window

Re: [Rails] Starting rails server

2015-01-12 Thread Serguei Cambour
Thank you, Jason, for your response. It is totally *false *about Rais is not supported on Windows. I managed to code in RoR on multiples Windows boxes without any problem. Virtualizing it with VirtualBox or something else would be a real overkill :). On 12 January 2015 at 16:51, Jason Fleetwood-B

Re: [Rails] Starting rails server

2015-01-12 Thread Jason Fleetwood-Boldt
Javix, ROR on Windows is basically unsupported (particularly on this list). The recommend path for you is to virtualize Ubuntu inside of you Windows setup and run ROR in Ubuntu. -Jason > On Jan 12, 2015, at 5:31 AM, Javix wrote: > > Hi guys, I have the same problems: > I can't figure out

Re: [Rails] Starting rails server

2014-03-13 Thread Walter Lee Davis
On Mar 13, 2014, at 1:12 PM, Peter Heylin wrote: > @Walter - I have installed Ruby via the source compile method. I am using > Ruby 2.1.1 and RubyGems 2.2.2 > > @all - I have just installed the package openssl-devel and re-compiled Ruby. > This has gotten rid of the error relating to Open SSL.

Re: [Rails] Starting rails server

2014-03-13 Thread Walter Lee Davis
On Mar 13, 2014, at 6:17 AM, Peter Heylin wrote: > Hi, > > My apologies if a similar topic exists already. I did search, but could not > find anything related to below. > > I am new to Ruby on Rails. I am currently setting up a Ruby on Rails > environment on a CentOS 6.4 64-bit server. > Wh

[Rails] Starting rails server

2014-03-13 Thread Peter Heylin
Hi, My apologies if a similar topic exists already. I did search, but could not find anything related to below. I am new to Ruby on Rails. I am currently setting up a Ruby on Rails environment on a CentOS 6.4 64-bit server. When I attempt to start the rails server, I get the following: /us

Re: [Rails] Starting rails server problem

2012-12-03 Thread Colin Law
On 3 December 2012 14:06, Derk D. wrote: > Still fairly new to Ruby and Rails in general and trying to figure out > how to address this error. I recently migrated to a new computer and > now I get this error message when I try to start the rails server. > > -bash: /Users/user1/.rvm/gems/ruby-1.9.

[Rails] Starting rails server problem

2012-12-03 Thread Derk D.
Still fairly new to Ruby and Rails in general and trying to figure out how to address this error. I recently migrated to a new computer and now I get this error message when I try to start the rails server. -bash: /Users/user1/.rvm/gems/ruby-1.9.3-p125/bin/rails: /Users/user/.rvm/rubies/ruby-1.9.

[Rails] Starting rails server on 3.0.5 gives Psych::SyntaxError - Parsing YAML

2011-04-02 Thread skt
Hello, I just updated to using Rails 3.0.5 and was on Ruby 1.9.2p0 but replaced that with 1.9.2p180 to try and get the over problem below but am unable to. After creating a new project and adding a few gems to Gemfile and bundle install (and update to make sure) when I try to start the server with