mislav-will_paginate-2.3.8 error on ubuntu 9.04 hobo ruby on rails install

| | TrackBacks (0)

I got this error while installing ruby, rails and hobo on ubuntu 9.04:

mislav-will_paginate-2.3.8

these commands will install the required dependencies!

sudo gem update --system
sudo gem install rails --include-dependencies
sudo gem sources -a http://gems.github.com
sudo gem install hobo --include-dependencies

Errors I'm getting with hobo install:


:~/agility$ sudo ./script/generate hobo_migration

---------- Up Migration ----------
create_table :users do |t|
t.string :crypted_password, :limit => 40
t.string :salt, :limit => 40
t.string :remember_token
t.datetime :remember_token_expires_at
t.string :name
t.string :email_address
t.boolean :administrator, :default => false
t.datetime :created_at
t.datetime :updated_at
t.string :state, :default => "active"
t.datetime :key_timestamp
end
----------------------------------

---------- Down Migration --------
drop_table :users
----------------------------------
What now: [g]enerate migration, generate and [m]igrate now or [c]ancel? m

Migration filename:
(you can type spaces instead of '_' -- every little helps)
Filename [hobo_migration_1]: first
create db/migrate
create db/migrate/20090514144832_first.rb
(in /home/user/agility)
rake aborted!
no such file to load -- /home/user/agility/app/controllers/application

(See full trace by running task with --trace)
:~/agility$ sudo ./script/generate hobo_migration --trace
invalid option: --trace
~/agility$

0 TrackBacks

Listed below are links to blogs that reference this entry: mislav-will_paginate-2.3.8 error on ubuntu 9.04 hobo ruby on rails install.

TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1911

About this Entry

This page contains a single entry by klsh published on May 13, 2009 6:14 PM.

Log on to Cisco CATALYST 6500 Switch and check port ARP and MAC for IP was the previous entry in this blog.

BSD Magazine is available as Print and PDF Subscription is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.