Questions tagged [nitrousio]

NitrousIO was a cloud IDE. It allowed people to develop in a variety of frameworks and languages as Python and Ruby well as provided users with template containers like Django and Meteor that helped users get started with development quickly.

Nitrous was a full fledged Online IDE that allowed people to develop on the cloud in containers. It allowed people to develop in a variety of frameworks and languages as Python and Ruby well as provided users with template containers like Django and Meteor that helped users get started with development quickly.

242 questions
0
votes
1 answer

What does this Devise error mean?

When I try to run my rails server I get the following error (Important note: I have just pulled my code from Github to Nitrous.Io, and was starting to work on the…
0
votes
3 answers

Uninstalled old version of rails and now no longer have rails executable

Working in Nitrous.IO, my rails app was acting strange. So I checked and I was using rails version 0.9.5 instead of version 4.0.1! I decided to do a gem uninstall rails --version 0.9.5. Everything is good, except it also removed the rails…
at.
  • 50,922
  • 104
  • 292
  • 461
0
votes
1 answer

Which servers does nitrous.io use? School network blocking something

I'm trying to get Nitrous.IO working here at my high school so I can use it to teach the Go programming language at a club. The site itself is not blocked, but when loading a box, the IDE / terminal does not connect, and I cannot make a new box. I…
Alex Ozer
  • 459
  • 5
  • 14
0
votes
1 answer

IDE or Terminal in box empty

I have been playing around with Meteor development using Nitrous.IO Node.JS box. Since a few days ago when I access either the IDE or Terminal of the box, the IDE or the Terminal that is opened is empty (nothing in console, files tree) and not…
Indy7
  • 1
  • 1
0
votes
1 answer

How to install postgis on Nitrous.io?

Our django project needs postgis installed, how do we do this on nitrous.io? If this isn't possible, is there a range of IP's so we can open one of our db servers to nitrous.io securely and host our db elsewhere?
Aaron Caito
  • 108
  • 6
0
votes
2 answers

Permanently configure Meteor development MongoDB url

I am trying a test to move all my development to Nitrous.io IDE, but with limited space in my Nitrous box I want to permanently host my Mongo databases at MongoHQ.com. Currently each day I need to set my MONGO_URL by running: export…
benstr
  • 652
  • 4
  • 16
0
votes
1 answer

Trouble with calling Ruby Date class in Nitrousio

I am learning Rails with a tutorial, and your platform is very supportive as my laptop runs on windows, so thanks for giving the possibility to learn to code for free. I am currently trying to run a bit of ruby code within irb, and I get stuck with…
0
votes
1 answer

Cannot connect to server when using nitrous

I'm using nitrous on a PC (Windows 7), and having trouble connecting to the server (using ruby on rails). It worked perfectly yesterday (same project, same computer). The error I'm getting: psql: could not connect to server: No such file or…
steelerose
  • 153
  • 1
  • 13
0
votes
1 answer

Exporting dump file to postgres database

In my Nitrous box I use a heroku postgres database as development database. Now I have a data.dump file I want to export to this postgres database. How can I do that, because it is only a database without an app on Heroku, you can't just use a…
John
  • 6,404
  • 14
  • 54
  • 106
0
votes
1 answer

Unable to preview Rails Server

I am unable to preview Port 3000 after running the "rails s" command using Nitrous.IO, Firefox, Windows 7 and corporate internet. The preview generated tab has the message, "Problem loading page. Unable to connect. Firefox can't establish a…
bswee
  • 81
  • 1
  • 1
  • 8
0
votes
2 answers

How can I setup a git repo on my box?

I'm trying to setup a remote git repo on my box. It's unexpectedly asking me for an ssh password, because I have public keys setup and can connect via ssh regularly. How can I setup a git repo?
Luke Burns
  • 1,911
  • 3
  • 24
  • 30
0
votes
1 answer

NitrousIo Mac app won't connect/sync to box

My friend created a box where we are collaborating on a project. I downloaded the nitrous IO mac app but it won't connect/sync to his box. Similarly, I can't find any option in preferences that would allow me to do this. Any tips? Thanks
brygiger
  • 88
  • 8
-1
votes
1 answer

How to use the irb while taking into account a method that I wrote on Nitrous.IO?

I have a file with a class on a file in Nitrous.io. I want to start the irb or rails console and make new objects and manipulate them etc. How do I open the console with that specific file taken into account?
Nicky Feller
  • 3,539
  • 9
  • 37
  • 54
-1
votes
1 answer

hosting a tcp/ip server on a free nitrous.io account

from the faq I understand that free nitrous.io account gives us HTTP ports so we can host http related stuff. I want to get some guidance, if possible, on how can I run a piece of code which is running and listening on a specific allowed tcp/ip port…
user734028
  • 1,021
  • 1
  • 9
  • 21
-2
votes
1 answer

Would like to build a Nitrous.io Clone. Any suggestions?

I'm new to the world of coding and have found a great pleasure in it and would greatly enjoy pursuing it. My problem is 2 fold. 1st I work from many different devises ranging from Windows 8 Desktop, repurposed Linux laptop, and a Chromebook so…
Colin R
  • 11
  • 1
1 2 3
16
17