Tagged Questions
3
votes
1answer
66 views
Cannot use locally installed gems
I am trying to run a Ruby on Rails website on a shared hosting. When I get to rake db:create (or rake at all) following this tutorial http://guides.rubyonrails.org/v2.3.8/getting_started.html I get
...
0
votes
1answer
12 views
“file too short” on bundle install
I'm getting occasional "file too short" messages when running bundle exec rake:
rake aborted!
/var/lib/jenkins/.rvm/gems/ruby-1.9.3-p327/bundler/gems/amatch-0f95f4ce269f/lib/amatch_ext.so: file ...
0
votes
1answer
16 views
thinking-sphinx3 duplicate feedback
At some point during installation of thinking-sphinx 3 all rake commands relating to thinking-sphinx tasks return two lines of feedback. Example
MacBook-Pro-di-jerdvo:saim jerdvo$ rake ts:configure
...
1
vote
1answer
273 views
Rake 10.0.3 runs the wrong version of Ruby in RVM
I ran bundle update rails on an RVM-based app today, and it updated Rake to 10.0.3 in the process. Now I can't run rake spec anymore because it's trying to use the system Ruby instead of the correct ...
0
votes
1answer
246 views
“Could not find Rake” - Fresh Ruby on Rails install on OS X 10.8
Trying to install RoR on OS X 10.8. New to both Mac and RoR!
Following directions here:
http://www.justinball.com/2012/10/22/install-rvm-on-mac-osx-mountain-lion/
Installed XCode, Command Line ...
3
votes
1answer
386 views
Using rake db:migrate in git hook - undefined class/module Encoding
I'm using https://github.com/thuss/standalone-migrations to perform db migrations in a cakephp environment. I am ultimately trying to perform db migrations automatically after checking out different ...
0
votes
1answer
173 views
Rake preview not loading the page at localhost
I have a Octopress blog on Github
I use Mac terminal to do my changes and push blog.
Everything was fine until I upgraded to Mountain Lion.
Now when I do the following
> $ rake preview
> ...
0
votes
0answers
401 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
1answer
80 views
Modifying RakeFile to allow varied targets
I am working on an HTML5/JavaScript app with Ruby packaging to be used on multiple platforms including a dash display unit on a car. The code base is the same across platforms except for a single ...
2
votes
2answers
435 views
Applescript run shellscript with login shell
I have a shell script that I'd like to be triggered by OS X's folder actions. To do so seems easy with applescript and the do shell script command, however the script isn't performed inside a login ...
0
votes
2answers
362 views
stack level too deep - when using Rake
When i try and preform a rake I get the following. I've tried a few fixed like imploding and reinstalling my rvm - ruby (v1.9.3-p125) but nothing seems to be working. Any ideas?
rake db:seed --trace
...
1
vote
1answer
104 views
rake sometimes won't work until “rvm use”
I've got Ruby, Rails, Rake and friends all working pretty well using RVM on OSX, but when I start a new shell (new tab in Terminal.app) rake tasks seem to "lose" their environment:
$ rake ...
0
votes
2answers
144 views
Rake task breaks my Ruby… Bad Rake Task
I'm trying to run a rake task locally and I'm getting a strange error.
$ rake alert_notification --trace
** Invoke alert_notification (first_time)
** Invoke environment (first_time)
** Execute ...
2
votes
2answers
2k views
Error: “Could not find rake”, yet Rake is installed
Why am I receiving this Rake error:
$ rake --version
/Volumes/Data/sampablokuper/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rake ...
0
votes
2answers
247 views
Why isn't .rvmrc working on Ubuntu?
I am trying to get Ruby and RVM working on my Ubuntu system, but I am experiencing strange behaviour.
I am a new to Ruby, so I may have missed something basic.
I cloned octopress into a folder, and ...
4
votes
1answer
1k views
rake versions in different rvm gemsets
I have created a rvm 1.8.7 for running older rails projects.
When I run rake, there is a warning:
WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require
'rdoc/task' (in RDoc ...
0
votes
0answers
233 views
unable to convert U+0416 from UTF-8 to US-ASCII for
I have a CI server in my remote server and when CI server run rake rdoc command I get following errors:
+ bundle exec rake rdoc
option --inline-source is deprecated: source code is now always inlined
...
0
votes
3answers
777 views
Run Chef's Knife from Rake
I have a rails web application that allows users to run automated tasks with multiple servers. I wired up a rake task to run every 5 minutes (whenever gem) and check for jobs that need to be executed ...
1
vote
2answers
1k views
Two versions of rake installed = errors
I've just upgraded to ruby 1.9.3 and rails 3.2.2. I'm trying to create this application:
rails new myapp -m ...
0
votes
4answers
1k views
“Gem bundler is not installed” in Capistrano deployment - Error message UPDATED
Here is the error caused by rake in Capistrano deployment. The error also causes the rollback and failure of the rails 3.1.3 deployment (with rvm for single user installed).
** [out :: ...
0
votes
2answers
206 views
Problems with Rake When Using a Git Clone of a Rails Project with RVM
I have cloned a rails project from Ryan Bates (complex forms samples) and am having a problem with rake. I titled the question generally because I suspect it's an issue with my setup/usage rather ...
1
vote
1answer
439 views
ruby rvm rails generate scaffold fails
I have this following Gemfile:
source 'https://rubygems.org'
gem 'rails', '3.2.1'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', ...
0
votes
2answers
550 views
failed rake db:migrate
When i typed: sudo rake db:migrate
I got:
rake aborted !
/home/trace/config/initializers/session_store.rb:3: syntax error, unexpected ':', expecting $end...sion_store :cookie_store, key: ...
0
votes
2answers
362 views
Rails rake giving conflict messages (rails 3.1)
Abbreviated paths:
me@michael-laptop:~/Dropbox_not_syncd/webs/3/tdd/rubyists$ rake db:create
.../rake/version.rb:4: warning: already initialized constant MAJOR
.../rake/version.rb:5: warning: already ...
0
votes
2answers
185 views
rake error in ubuntu
I was trying to do the following command but it shows the following error:
$ sudo rake dtach:install
/home/uday/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems.rb:314:in `bin_path': ...
0
votes
1answer
135 views
Unable to call rake db:drop, have to use bundle exec rake db:drop [duplicate]
Possible Duplicate:
What is this Routing Error and rake routes error?
I'm getting these error messages when calling 'rake db:drop' or any rake commands and I've to use 'bundle exec rake ...
0
votes
1answer
174 views
“rake cucumber” insists these gems aren't installed, though they clearly are
I've run across two very similar questions but the answers there apparently don't apply for my issue so I conclude I am getting the same error, but for different reasons.
Basically, I have ...
0
votes
2answers
2k views
Cron job scheduled, but not running rake task
I'm struggling trying to make a cron job run. Here is what I have:
*/1 * * * * cd /home/jose/work/Cronox/lib/tasks/rake wines:destroy_wines >> /home/jose/crontab_errors.txt
My task looks like ...
0
votes
1answer
949 views
Capistrano + RVM + Rake task
I have a project which
uses rvm ruby 1.9.2 (set in .rvmrc in project dir).
deploying with capistrano.
has a rake task I want to run remotely from my local machine by capistrano.
I've created a ...
5
votes
1answer
3k views
how do you activate or set the default rake?
I have seen many
You have already activated rake 0.9.x, but your Gemfile requires rake 0.x.x
errors.
Of course, they can be solved (temporarily or always) by some methods like the following.
...
1
vote
1answer
1k views
RVM setup, rake::doc, and “rake aborted! no such file to load — initializer”
So I've wanted to install RVM for a while on OSX. I finally got it working after figuring out I had to download the latest XCode. I installed ruby 1.9.2 and used these commands to create a new gemset ...
1
vote
1answer
1k views
Problems with Rake after switching to rvm and rails 3
So the crux of the problem, is I get the following error when running
rake -T
WARNING: Global access to Rake DSL methods is deprecated. Please Include
... Rake::DSL into classes and modules ...
1
vote
1answer
860 views
Rake Cucumber on RVM 1.8.7-p334
Im hitting a bit of a wall when running rake cucumber on my dev environment using rvm ruby-1.8.7-p334 I get the following output
rake aborted!
undefined method `desc' for ...
0
votes
2answers
1k views
RVM Ruby Abort Trap Segmentation fault, switching directories and doing rvm use ree works
I have a very very weird problem. My rvm setup is ruby enterprise edition (ree 2011-02-18 patchlevel 334), it is set to be the default (rvm use ree --default). I am on rvm 1.6.13 and on a rails 3 ...
1
vote
3answers
814 views
MySQL gem in OS X Snow Leopard with RVM and REE 1.8.7 never builds correctly
Problem Solved:
The MySQL 2.8.1 Gem does not play well with MySQL 5.5.x
The solution was to uninstall MySQL (using instructions available here). And then install MySQL 5.1.56 using the x86_64 ...
6
votes
1answer
302 views
Why are there two rake gemspecs in an rvm installation?
Why are there two rake gemspecs in an rvm installation?
~ - 10:59>find ~/.rvm/ -name 'rake-0.8.7.gemspec'
~/.rvm/gems/ruby-1.9.2-p136/specifications/rake-0.8.7.gemspec
...
12
votes
5answers
6k views
Error installing gems that use native extensions on Ubuntu, Ruby 1.9.2 via RVM
I get an error while trying to install the ffi gem:
~ - 16:54>gem i ffi
Building native extensions. This could take a while...
ERROR: Error installing ffi:
ERROR: Failed to build gem ...
1
vote
1answer
551 views
rvm and sudo in bash script and rake script
I need to write some bash scripts and rake scripts to setup my server. However, I'm afraid that it will mess up with sudo in rvm because packages installation in ubuntu require sudo and gem ...
1
vote
1answer
3k views
How to install Passenger when using RVM?
I'm using RVM and would like to install Phusion Passenger on Snow Leopard. After installing the Passenger gem (version 2.2.15) I try run the Apache module installer script ...
1
vote
2answers
1k views
RVM, Merb, Rake and RSpec
I am currently running ruby-1.9.1 installed via RVM. I have been looking at using Merb, but when I try and run it I get this error:
sam@shiny-dev:~/Projects/mojo$ rake db:migrate
(in ...


