0
votes
0answers
11 views

MySQL - cannot log in to MySQL on Lion OS X

I have installed a Rails app with MySQL database on Lion OS X. In the config/database.yml for database is set up user (root) + password. When I try to log in into MySQL from terminal: mysql -uroot or ...
-1
votes
3answers
45 views

Can't run rails server within a DB-driven rails project; can't view localhost

I'm able to create a "rails new demoproject" and run "rails s" successfully within the folder, however when I try and create a rails project with a DB "rails new demoproject -d mysql" and run "rails ...
0
votes
1answer
26 views

Closed Teminal while rails server was running now cannot run again?

So I am currently learning Ruby on Rails and decided to do their Getting Started guide here: http://guides.rubyonrails.org/getting_started.html I created my test application which in their tutorial ...
3
votes
2answers
81 views

How to view current database schema for Heroku app in Terminal?

I am trying to view my Heroku app's schema in Terminal (Mac OS X Lion) and stumbled upon a command that does just that. In Terminal, I run heroku run more db/schema.rb but it seems to display an older ...
0
votes
3answers
48 views

how to revert changes made by terminal commands?

How to revert changes in your project if you have ran the commands on terminal like: rails new store rails g scaffold product name price:decimal --skip-stylesheets rake db:migrate rails g ...
0
votes
1answer
61 views

How do I Quit IRB from the command line? (Using terminal on mac)

Basically, I'm typing along just fine in terminal, using IRB to run ruby commands: 2.0.0-p0 :014 > bank_account.withdraw(2222) => -1222 But sometimes I accidentally miss out a quotation ...
0
votes
1answer
49 views

Cant create database for ruby on rails

I've just starting ruby on rails and I am still busy setting everything up running.. the problem that I encounter is that it keeps saying that mysql2 is not part of a bundle.. I have googled it ...
0
votes
1answer
49 views

Any bash/rails plugin to autocomplete/suggest migration versions?

Every time I have to run/redo a particular migration in my rails app, I have to go through the following steps to obtain the exact version number: grep - Search the files in the db/migrate folder ...
0
votes
1answer
60 views

Bash profile messed up?

When trying to install Ruby on Rails using railsinstaller.org they messed up my system a bit after I uninstalled it and now my terminal prints this every time I start a new terminal up: Last login: ...
1
vote
1answer
200 views

Trying to setup postgresql for ruby on rails locally

I have installed postgresql via there app and it is running in the menu bar but when I run rails new blog -d postgresql i get the following output An error occurred while installing pg (0.14.1), and ...
0
votes
3answers
143 views

Why do I have to install Rails every time I open a new terminal?

I am having a problem with Ruby On Rails. Every time I open a new terminal and type a Rails command I get this error: rails --version Sorry, command-not-found has crashed! Please file a bug report ...
0
votes
2answers
90 views

Terminator can't find Rails

I started using Terminator, the teminal emulator, but when I run a rails application it can't find Rails. humberto@asterix:~$ rails -v The program 'rails' can be found in the following packages: * ...
0
votes
1answer
318 views

Rails 1.9.3 on Mac OSX 10.7.5 not working no matter what vehicle

I have installed rails on a previous mac that was running lion with all of the same internals as the computer I am trying to install it on. No matter what way i try to get rails on my comp via RVM it ...
1
vote
1answer
167 views

Rails console does not start on ubuntu 12.04

i am using rails server without any problem ubuntu 12.04. But I wanna try some methods at console on terminal and i use rails console command. but it does not work. The output is here: ...
1
vote
1answer
507 views

echo $PATH doesn't match .bash_profile

I'm attempting to install homebrew on Mountain Lion so that I can install Ruby 1.9.3. After years of programming only PHP, 'm finally taking the jump into Rails, Git, etc. In anycase, I'm on a ...
0
votes
4answers
159 views

Rails s and rails console not working

I haven't used Ruby in a while, so I just came back to it today and whenever I try to do rails s or rails console it spits out the generic help text, i.e. rails console ...
1
vote
4answers
126 views

Trying to install rails in terminal, not sure what error means

I'm getting this when trying to install rails using: gen install rails I barely have any idea what I'm doing :/ Trying to learn :) ERROR: Error installing rails: ERROR: Failed to build gem native ...
1
vote
1answer
1k views

How to stop (and restart) the Rails Server?

I'm following the instructions here http://railsinstaller.org/mac to get up and running with Rails on a Mac running OS X 10.8.2 At step 8 I'm asked to restart Rails server but how? I'm assuming via ...
2
votes
3answers
638 views

Gemfile syntax error: <<<<<<< HEAD when trying to start localhost

I try to start my localhost:3000 RoR app. What is happening in Terminal: [omrails]$rails s Gemfile syntax error: <<<<<<< HEAD ^ I tried searching on Google and on ...
0
votes
0answers
46 views

Special characters incorrectly shown in terminal - Windows

I'm using Windows 8, trying to use the RailsApps generator scripts. Output from the script looks like this: ←[1m←[36m composer←[0m WOOT! The recipes you've selected are known to work together. ...
0
votes
0answers
78 views

Rails IMGKit not working completely

I have a paperclip upload. And the goal is to upload a textfile, including a string like 'www.google.de' So I tried in the terminal at first: kit = IMGKit.new('http://www.google.com') file = ...
1
vote
1answer
146 views

Can't acces MySQL via comand line [closed]

Hi everyone I've installed MySQL on a Mac OSX Snow Leopart but I am unable to launch it through the terminal: $ mysql -bash: mysql: command not found With $ echo $PATH: ...
0
votes
0answers
41 views

Getting Rails to work with MAMP

Trying to get Rails 3 and MAMP to play nicely together. I am trying to follow this tutorial but when trying to run the code in point 5 I am getting: -bash: ./configure: No such file or directory ...
0
votes
2answers
76 views

opening a ROR directory in terminal then start rails server

im really new to ruby and ROR and im having real trouble trying to get my directory that i created earlier to open in terminal (on a mac) and then start the rails server so i can preview it in the ...
2
votes
1answer
87 views

Why won't Rails work in a second Terminal window?

I want to run rails server in one Terminal window and work in another Terminal window, but the second window doesn't work, even though I would expect the two windows to function identically. When I ...
0
votes
1answer
117 views

Ruby on rails installation fails on my mac

Running: Mac OS X Lion 10.7.4 xCode Version 4.4.1 Ruby 1.8.x Brew Rvm I'm trying to install ruby on rails on my mac (above are my specs). But it doesn't really come out the way it used to be. I ...
0
votes
1answer
67 views

Coda Terminal can't find rails

I've installed rails using rvm and everything works well in the out of the box terminal using zsh. I thought i'd simplify things a bit and bring out Coda's terminal but for some reason when I run $ ...
0
votes
4answers
193 views

Line breaks when using rails console(Terminal)

When I type large ActiveRecord queries,Before finishing the query, the line is breaking and I can't even reading or typing the command properly.I am using ubuntu.Any solution?
9
votes
3answers
1k views

Running delayed_job worker on Heroku?

So right now I have an implementation of delayed_job that works perfectly on my local development environment. In order to start the worker on my machine, I just run rake jobs:work and it works ...
0
votes
1answer
510 views

Is there a good oh-my-zsh or sublime text 2 plugin to make rails queries more readable?

When running a rails console in iterm2 and querying the database, it spits out the results of the query in a big, comma-delimited blob. Is there a good plugin to format the output of a console query ...
1
vote
2answers
89 views

Rails 3 and RSpec: Clickable file paths in errors messages (in OSX Terminal)?

It's nice to have so much information about failing specs when using RSpec for testing my Rails3 app, but it would be even nicer to have them clickable: 2) Project Failure/Error: ...
0
votes
3answers
373 views

How to use same terminal window after using “rails server” command?

Okay here's my problem. I type in "rails s" and then my terminal won't let me type in any commands. So I have to start a new terminal window, which is pretty annoying. On the other hand I can type ...
0
votes
1answer
236 views

Ruby (Rack) application could not be started error message

my ruby application was working fine until earlier this week, the system crashed, and now I get an error message on the page... Error message: Failed to connect to a master node at localhost:27017 ...
0
votes
2answers
102 views

Another Error Pushing my Repository to Github

When I enter into the terminal: Parkers-MacBook-Pro:first_app ppreyer$ git remote add origin git@github.com:ppreyer/first_app.git Parkers-MacBook-Pro:first_app ppreyer$ git push origin master I ...
1
vote
1answer
1k views

Github ERROR: Repository not found. fatal: The remote end hung up unexpectedly

I'm trying to follow along Michael Hartl's Rails tutorial http://ruby.railstutorial.org/chapters/beginning#fnref:1.16 but I've run across an error. I signed up on Github and issued a new SSH key and ...
1
vote
2answers
480 views

Single custom terminal command to open multiple windows with different things inside

I find myself running the same terminal commands when I turn on the laptop. I press ctrl+alt+t to open a new terminal window. (I am a beginner working with RoR on Ubuntu 12.04) I open new terminal ...
5
votes
2answers
9k views

Github “fatal: remote origin already exists”

I'm trying to follow along Michael Hartl's Rails tutorial http://ruby.railstutorial.org/chapters/beginning#fnref:1.16 but I've run across an error. I signed up on Github and issued a new SSH key and ...
0
votes
2answers
524 views

Using the Command-line Command to launch Sublime Text 2 on OS X

I just started reading Michael Hartl's book on Rails and I've run across a problem in the setup phase. Hartl keeps referring to making a file in my home directory, but I'm not quite sure how to do ...
0
votes
3answers
2k views

Can’t run rails server

I’m working on getting my first rails application, but for whatever reason, when I run the command $rails server, my terminal throws back this error: ...
0
votes
1answer
49 views

Unable to create new app in rails

My terminal is showing this at the start of the command line: subalcharla@subal-charlas-macbook ~ $ And as a consequence when try to create a new app using rails with the command: ...
2
votes
1answer
158 views

Rails S Hangs, port not disconnected?

Disclamer: I'm a complete beginner so please bear with me, I don't know how to name my problem, so checking the net for answers was troublesome. I have a problem with port. Problem: I start rails ...
4
votes
1answer
2k views

Rails Generate throwing Minitest error?

I am just starting to learn Rails and I'm creating my first project. In my Gemfile i've added: group :test, :development do gem 'turn' gem 'rspec-rails' gem 'capybara' gem 'guard-rspec' gem ...
2
votes
2answers
278 views

RVM,Gemset, Bash on MacOSX - what have I done during my upgrade?

Every time I open a new terminal in Mac OSX Lion, rails isn't loaded. This is after I upgraded to ruby 1.9.3 and rails 3.2 - so I was doing a lot of configuring but not sure what I've screwed up. It ...
1
vote
1answer
162 views

Inputting Terminal Commands When Running a Rails Server

I just started using Rails a few days ago, and I'm having trouble with terminal commands. The textbook I am reading keeps telling me to run Terminal commands while having a Rails server running. This ...
0
votes
1answer
2k views

Rails / Heroku: fatal: The remote end hung up unexpectedly

I created a Heroku account yesterday, and uploaded a website, updating it multible times. But today when I tried to upload a new version it did'nt work, it just keeps giving me this error message: ...
0
votes
1answer
636 views

Writing Ruby Console Output to Text File

I'm trying to run a Ruby application, which outputs information to the console. I'd like to make this output get saved to a text/log file. Is this even possible? There must be a flag for ruby to do ...
0
votes
1answer
96 views

Clearing crontab changed format of terminal cron messaging

I'm using the latest version of the whenever gem with Rails 3.1.1 for cron tasks. After I used the whenever command on the terminal whenever -c to clear the crontab, whenever I type in crontab ...
2
votes
1answer
234 views

-bash No such file or directory - How to remove?

I tried to update Ruby on rails, but it seams like everything crashed. This is what I get when I open the terminal. What can I do to fix this? -bash: /Users/pontuspersson/.rvm/scripts/rvm[[: No such ...
1
vote
1answer
830 views

Error Updating Rails

I have ruby and gems installed, but when I try to run the update suggested by the ruby on rails download page (http://rubyonrails.org/download) I get an error. Here's what I'm executing from the root ...
0
votes
3answers
650 views

Entering Rails commands in Terminal, Help is returned

Please be sympathetic I'm new to Rails... When I enter: $ rails server I get this returned for and rails commands entered: Usage: rails new APP_PATH [options] Options: [--edge] ...

1 2