skip to main
|
skip to sidebar
Software Development
Monday, January 16, 2012
gem "rake" is not installed
Problem uninstalling rake? Run the following command:
rvm use @global && gem uninstall rake
Newer Post
Older Post
Home
Credit Cards Logic : Rails 3 site goes live
Credit Cards
Logic is now live.
Total Pageviews
Popular Posts
sudo: port: command not found
export PATH=$PATH:/opt/local/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info Included the ...
How to use hidden field in Rails
<%= f.hidden_field :user_id, :value => current_user.id %> This passes a hidden variable user_id with the value of current_user.id
Installing MySQL server on Centos 5
Followed the instructions on this blog post : Rails Stack on CentOS 5 The following instructions has the chkconfig which works. The given ...
How to create drop down boxes in Ruby on Rails
Migration file : 001_create_people.rb class CreatePeople < ActiveRecord::Migration def self.up create_table :people do |t| t.co...
LoadError: no such file to load — selenium
LoadError: no such file to load — selenium. This kind of error message can happen if you have installed anything as a gem but you have not s...
Installing Nginx on CentOS 5
[root@rubyplus etc]# yum install pcre Loading "installonlyn" plugin Setting up Install Process Setting up repositories base ...
How to find out the version of CentOS?
[root@rubyplus ~]# uname -a Linux rubyplus.tempdomain.com 2.6.18-53.1.6.el5.028stab053.6PAE #1 SMP Mon Feb 11 20:53:20 MSK 2008 i686 i686 i3...
How to install gem without Rdoc or ri
$gem install passenger -d --no-rdoc --no-ri
install specific version of rails
sudo gem install -v=2.2.2 rails --include-dependencies
Installing Ruby 1.9.2 on Snow Leopard
1) Install Readline: curl -O ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz tar -xvzf readline-6.0.tar.gz cd readline-6.0 ./confi...
Free Lessons on Ruby and Rails
Blog Archive
▼
2012
(9)
►
February
(2)
Testing and Command Query Separation Principle
Stubs are not Mocks - Concise Version of Martin Fo...
▼
January
(7)
RCov Tips
How to uninstall all gems in global rvm ?
gem "rake" is not installed
How to disable acts_as_audited 2.0 rails plugin in...
Using Reek gem in Rails 3.1 projects
rcov for Rails 3.1
Rails Best Practices
►
2011
(47)
►
December
(3)
You need to specify gem names as Strings. Use 'gem...
syntax error, unexpected keyword_end
`test': unknown command 't' (ArgumentError)
►
November
(2)
Installing Ruby 1.9.3 using RVM on Mac OS Lion
ActiveRecord::Relation, undefined method error
►
October
(4)
(local out of date) error in Git when working with...
invalid date format in specification: gem ruby
`build_extensions': ERROR: Failed to build gem nat...
Integrating Tweet Button in Rails App
►
September
(3)
Making a Branch the Master in GIT
no mongrel gem found in sdk rubymine
How to start Thin server on a different port?
►
August
(3)
require that is compatible with ruby 1.8.x and 1.9...
ImageMagick Installer
ImageScience on Snow Leopard
►
July
(4)
Reserved Words in Rails
uninstalling rake 0.9.2
Installing Ruby Debug
Uninstall all Gems in Ubuntu 10.04
►
June
(4)
Reserved Words You Can’t Use in Rails
List of types to use in script/generate model
How to remove a ignore a file in git that is alrea...
Convert private to public repo in github
►
May
(4)
Could not find nokogiri-1.4.4 in any of the source...
Forcing DNS changes to take effect on Snow Leopard...
How to highlight tabs in Rails
Installing Postgres on Snow Leopard
►
April
(14)
No such file or directory - /tmp/mysql.sock
How to customize Flash messages in Devise Rails ge...
undefined local variable or method `confirmed_at' ...
/etc/hosts file messed up on Snow Leopard
sudo: no tty present and no askpass program specif...
Installing Sphinx on Snow Leopard
how to get all the branches that is remote in git
Source code formatter for Blogspot
Ruby Programming Language Book Notes 2
Ruby Programming Language Book Notes
Convert Haml to ERB
ERROR: There has been an error fetching the ruby i...
Mispelled HTTP_REFERER in Rails 3.0
Accessing Webrick running on VM from Mac OS
►
March
(2)
►
February
(2)
►
January
(2)
►
2010
(42)
►
November
(1)
►
September
(7)
►
August
(2)
►
July
(8)
►
June
(3)
►
May
(1)
►
April
(9)
►
March
(3)
►
February
(7)
►
January
(1)
►
2009
(16)
►
October
(1)
►
September
(2)
►
August
(3)
►
July
(5)
►
April
(1)
►
March
(1)
►
February
(2)
►
January
(1)
►
2008
(55)
►
December
(2)
►
November
(6)
►
October
(3)
►
September
(2)
►
August
(3)
►
July
(3)
►
June
(7)
►
May
(1)
►
April
(12)
►
March
(7)
►
February
(4)
►
January
(5)
►
2007
(123)
►
December
(25)
►
November
(7)
►
October
(20)
►
September
(5)
►
August
(4)
►
July
(11)
►
June
(28)
►
May
(5)
►
April
(8)
►
March
(3)
►
February
(5)
►
January
(2)
►
2006
(32)
►
December
(3)
►
November
(15)
►
October
(9)
►
July
(2)
►
June
(1)
►
February
(2)
►
2005
(10)
►
October
(2)
►
September
(1)
►
March
(2)
►
January
(5)
►
2004
(12)
►
December
(12)
About Me
bparanj
View my complete profile
Learn Ruby and Rails for Free