search for: nibe

Displaying 7 results from an estimated 7 matches for "nibe".

Did you mean: nice
2007 Aug 26
4
thread.so (LOAD ERROR)
I did an update to ruby 1.8.6 and since then I can''t run anything in Rails. Ex: j@necropolis:~/sandbox/rhp/0708/trunk$ rake -T /usr/lib/ruby/1.8/thread.rb:5:in `require'': no such file to load -- thread.so (LoadError) from /usr/lib/ruby/1.8/thread.rb:5 from /usr/local/lib/site_ruby/1.8/rubygems.rb:85:in `require'' from
2006 Nov 29
2
db:migrate to add colum bombs...
Hi I get the following when I try and run "rake db:migrate" (I"m running un Ubuntu linux) ********** code ********** (in /<home hidden>) == AddRpts: migrating ========================================================= -- add_column("rpts", :integer, {:limit=>3}) rake aborted! You have a nil object when you didn''t expect it! You might have expected an
2007 May 31
1
Rails version.
Hi I have a rails version installed that was obtained from executing "apt-get install rails". (New installation of Ubuntu 7.0.x) I had problems configuring and using gems to install it. The ./configure script throw errors with missing ''zlib'' even though I made sure all the required libraries were installed. Anyway ''apt-get'' worked, but now I
2007 Oct 20
1
Rake task and custom code.
Hi I have some classes I''ve created to perform some work on my site. I''d like them to be usable in my Controllers, and MORE specifically in my Rake Tasks. Where should they be used so when I require / load them they are found? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 Jul 09
1
Issue with version field in schema_info
(I know ''version'' is the only field, but in case this changed one day my question will still apply) ;) I had to drop all my tables to re-run my migrations from version 1. When I executed ''rake db:migrate'' everything ran successfully. Which puts my database ''state'' at migration 007_xxx. Now when I add a migration (008_xxx) and re-run
2007 Jul 29
1
Curious why this doesn't work. (has_many, belongs_to)
Two Models. class Gm < ActiveRecord::Base belongs_to :pool # mode code here. end class Pool < ActiveRecord::Base has_many :gms # mode code here. end Testing code through the console. >> gm_list.each{ | gm | puts " GM name: #{ gm.user_name } belongs to Pool: #{ gm.pool.pool_name } " }; nil GM name: John belongs to Pool: RHP 07-08 Season - Career League GM name:
2009 Jul 31
43
Error: uninitialized constant MysqlCompat::MysqlRes
Hi, I installed the "kwatch-mysql-ruby" gem on my Debian server but when I try to run the "db:migrate" task I get the following error: ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate rake aborted! uninitialized constant MysqlCompat::MysqlRes