search for: mi7

Displaying 3 results from an estimated 3 matches for "mi7".

Did you mean: mi
2006 Oct 05
0
script/console - no such file to load -- readline
Hi there, I just set up ruby and rails and now whenever I run script/console I get this error: Orenad:~/Sway/Projects/mi7/trunk/mi7 dave$ ruby script/console Loading development environment. /usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to load -- readline (LoadError) from /usr/lib/ruby/1.8/irb/completion.rb:10 from /usr/lib/ruby/1.8/irb/init.rb:218:in `require''...
2006 Nov 04
0
rake db:migrate is semi-broken
Whenever I run rake db:migrate I get the following "error": antrover:~/Sway/Projects/mi7/branches/sway_dev_mi7 dhoefler$ rake db:migrate (in /Users/dhoefler/Sway/Projects/mi7/branches/sway_dev_mi7) /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/validations.rb:334: warning: `*'' interpreted as argument prefix /usr/local/lib/ruby/gems/1.8/gems/activerecor...
2006 Mar 25
6
Where''s the doc for get(), post(), put(), delete() & head()?
These HTTP Request methods are used for testing. They are discussed in the testing chapter of the Agile Web Development with Rails book, as well as in http://manuals.rubyonrails.com/read/chapter/28#page72 "A Guide to Testing the Rails". I want to set the encoding to multipart for a test I''m writing, but I can''t find any documentation to show me how. Pointing me