How is a Ruby Gem usually updated (from developers to my applications)?
We are using the tiny_mce plugin in our applications, utilized through the Ruby Gem. First question: The plugin is hosted here https://github.com/kete/tiny_mce/, and there the latest version is listed...
View ArticleRails: missing gem roxml
I’m trying to setup a Rails app on an Ubuntu machine, but the app always fails with the error: Missing these required gems: roxml the gem is installed, and appears in gem list. The app requires a...
View ArticleGetting “Insecure world writable dir /home/chance ” in PATH, mode 040777 for...
I’ve tried this but it didn’t work and seemed to be for osx. I have a fresh Ubuntu 10.10 (x64) install with rvm, rails 3 and ruby 1.9.2. I have a new rails app but using either gem or rails results in...
View ArticleInstall Ruby gems via gems or using apt-get on Debian
I would like to install gitorious on my Debian squeeze server. For doing so I have to install some gems like the ruby database driver for MySQL. I have the choice of using a Debian package and install...
View ArticleError 302 when installing rake gem
i try to install rake on my clean lenny server, i get the following error: Updating installed gems ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Found 302...
View ArticleRails won’t install on Ubuntu because of builder
Can someone explain why gem thinks I don’t have builder >= 2.1.2 even though I clearly have 3.0.0? jason@ve:~$ gem install rails --pre ERROR: Error installing rails: activemodel requires builder...
View ArticleLoading dependencies for custom puppet functions
I have written a custom puppet function, which is working fine, that depends on the cloudservers gem (a Rackspace client library). This is fine if I have pre-installed the gem on a server before...
View ArticleRuby MySQL/Gem issue Windows 7
I’m trying to use mysql for RoR on windows 7. for that I install mysql gem as follow. PS D:\Apps> gem install mysql Successfully installed mysql-2.8.1-x86-mingw32 1 gem installed Installing ri...
View ArticleChecking if a ruby gem is installed from bash script
I need to, from a bash script, check to see if certain Ruby gems are installed . I thought I could do something like if ! gem list <name>; then do_stuff; fi but testing on the command line using...
View ArticleUpgrading Redmine, activerecord-mysql2-adapter not working
For upgrading Redmine from 1.0.1 to 2.1.2, I need to execute the command: rake db:migrate RAILS_ENV=production However, doing so produces the following error: rake aborted! Please install the mysql2...
View Article