0
votes
2answers
245 views

no such file to load — initializer (LoadError)

I have following installed on ubuntu 12 ruby 1.9.2p320 Rails 3.2.6 Now I have old project which is developed into Rails 2 & Ruby 1.8.7 Problem: When i run below command under old project ...
0
votes
1answer
93 views

Trying to use Passenger/Nginx for my Rails production server, 403 error

I'm trying to get my production server up and running on my Ubuntu 12.04 LTS server, I followed this tutorial step by step, ...
0
votes
1answer
238 views

Difficulties with Ruby version for Rails and activesupport-3.2.12

I have a rails application which works built on my test environment. ruby -v => 1.9.3p194 rails -v => 3.2.12 gem -v => 1.8.23 On the server I wish to deploy to, the outputs are ...
1
vote
1answer
85 views

mailer error in production only

Setup: VPS with Ubuntu 12.04, Apache, PhusionPassenger, Rail 3.2.12, Postgresql I want to send a confirmation mail with my app. In development mode everything works fine, the user receives a mail but ...
1
vote
1answer
93 views

Ubuntu 12.04 broke Mysql

I installed Ubuntu 12.04 and my (production!) Rails app went down hard. I'm in a hurry trying to fix it while my site is just totally down. A source file that the application requires, is missing. ...
0
votes
0answers
318 views

running redmine/ruby on rails on ubuntu 12.04 and plesk 11

I tried to install redmine on a virtual server running ubuntu 12.04. and I think the only issue left is a user related issue: the user running ruby doesn't find all libraries.. the server is ...
0
votes
3answers
161 views

how do you check your gemfile.lock into version control?

When deploying my Rails App to Linode via Capistrano/Unicorn, when running this command "bundle exec cap deploy:cold" it's giving the error : The --deployment flag requires a Gemfile.lock. Please ...
0
votes
1answer
64 views

mysql2 in rails3 'table exits already' how to delete that?

I delete the project robin_offine for some reason and when I restart it and run rake db:create,it claims: robin_offline_development already exists robin_offline_test already exists ignore ...
1
vote
0answers
356 views

Redmine 2.1.2 + Gitolite setup - “rake aborted!” on “rake db:migrate_plugins”

I'm trying to setup a testing server with Redmine and GIT. I'm following this series of tutorials: Setting up a Centralized Git Service Setting up the Redmine Front End Integrating Redmine and ...
0
votes
0answers
165 views

SSLv2 error with rails 3 on ubuntu 12

I m using ruby 1.9.2. Whenever i run bundle install, i get the following error. bundle install Fetching gem metadata from https://rubygems.org/.Unfortunately, a fatal error has occurred. Please see ...
0
votes
2answers
496 views

error when installing rmagic gem on Ubuntu 12.04 for Ruby on Rails

I am trying to get my Ruby on Rails application working and installing RMagic gem. But I get an error that says "Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the ...
0
votes
0answers
368 views

rake aborted! invalid byte sequence in UTF-8, Rails 3, ruby 1.9.3, Ubuntu 12.04 LTS, updated recently

Here is the stack trace, $ bundle exec rake --trace rake aborted! invalid byte sequence in UTF-8 /home/gautam/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/application.rb:183:in ...
0
votes
0answers
62 views

Ruby on Rails App Not Connecting FTP and MySql on server but works locally

I am working with a Ruby on Rails app that needs to connect to an ftp server and a mysql server. The code works fine on my computer (OSX 10.8), but will not connect on my EC2 Ubuntu (12.04)Server? I ...
0
votes
1answer
113 views

SublimeLinter with syntax check for rails

I've just installed https://github.com/SublimeLinter/SublimeLinter and was wondering : it possible by default to switch checking ruby ? they write that Ruby - syntax checking via ruby -wc but how ...
0
votes
1answer
457 views

Custom rake tasks are running when I run 'rake db:migrate'. How do I prevent this?

I'm running rails on ubuntu 12.04. When I run the code below I get an error from one of my custom tasks. Problem is I didn't want my custom tasks to run in the first place. Just the db migrations. ...
0
votes
0answers
228 views

A Visual HTML Editor for Ubuntu that supports embedded Ruby

I am looking for a Visual HTML Editor that supports the Ruby tags for Ubuntu platform. I am using NetBeans 7.0.1 for RoR development but it does not seem to have a Visual HTML Editor that can display ...
0
votes
3answers
101 views

rails server command generates error reoprt

When I used rails server command, found following errors in terminal. It shows that "could not find a JavaScript runtime". I am newbie in ROR and don't know to configure different files. I Google and ...
0
votes
1answer
117 views

ROR Error: project directory contains “gemfile” but shows error “could not locate Gemfile” after executing bundle show

I am executing a command rails new sample_app. After creating a project sample_app, I executed bundle show command but it Could not locate Gemfile. I Google and found stackoverflow solutions 1 2 3 ...