similar to: ArgumentError when installing plugins with -x

Displaying 20 results from an estimated 7000 matches similar to: "ArgumentError when installing plugins with -x"

2006 Feb 04
0
Cartographer plugin problem: was: ArgumentError when installing plugins with -x
On 2/3/06, jeremy*pinnix <jpinnix.alt@gmail.com> wrote: > This is the second time that I''ve tried to install plugins where this > error has occured. It only occurs when I use the -x flag. > > > What is the problem? > I found that the cartographer plugin has been moved to rubyforge. But I am still getting an error trying to install it. script/plugin install
2006 Mar 13
2
Engines with InstantRails
I''ve recently started playing with InstantRails 1.0 and am now wanting to experiment with the Login and active RBAC engines but having trouble getting them to install. I''ve checked the following but can''t find any info on how to get it to work. http://rails-engines.org/wiki/pages/Engines+plugin I''ve also tried the following:
2006 Jan 21
2
flickr demo
hi -- i''m a beginner to rails, so thanks for your patience. i was following the flickr video demo step-by-step (http://media.rubyonrails.org/video/flickr-rails-ajax.mov). i''m using ruby 1.8.2 on mac OS X. i keep getting this error message after typing in a tag and submitting the form: ArgumentError in Flickr#search wrong number of arguments (1 for 0) RAILS_ROOT:
2006 Jun 23
0
Date class giving errors
Any time I try to use any methods of the Date class, I get errors of ''invalid date''. For example, I have this happening: With the code Date.today, I get this error from Rails: - - - - - - - - - - ArgumentError in Student#show Showing app/views/student/show.rhtml where line #10 raised: invalid date Extracted source (around line #10): 7: <p> <%=
2006 Feb 11
3
Creating new object using params posted from form
Hi, I have a problem creating an new instance of an object using params posted from a form. The object being created is not a sub class of ActiveRecord and is very simple. It''s model file is just: class Search attr_accessor :major_build_id, :minor_build_id, :environment_id, :system_id end The controller creates an empty instance variable the first time the page is called, else
2006 Feb 17
3
Migration Errors?
Hi there, I just bought the Rails Recipes and PDF preview of the book. So far it''s excellent. I decided to try Chapter 8 of the book regarding tagging. I''ve done migrations before, and I feel comfortable with them, however this error stumps me. -------------------------------------------------- antrover:~/RubyProjects/rlog dhoefler$ ruby script/generate migration
2006 Jan 24
1
Newbie: Cookbook Application problem with MYSQL
Hi everybody, I''ve been reading lot of material about Ruby on Rails, and it looks like really rocks. I''ve downloaded the one-click version for Windows and started to build the example cookbook app, found in: http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 Everything looks good, but when I''m trying to create a new Recipe
2005 Dec 18
0
Couldn''t find Login with ID
Hi, I am a lerarner and i Am getting this problem when I try to delete. I am not able to understand what is this ID and why its like this. Any one explain me what does it mean and how to solve this . This is as also with show/edit. Thanks in advance Couldn''t find Login with ID=30640940 RAILS_ROOT: ./script/../config/..
2006 Aug 04
0
Install 3rd part plugins problem
Can anyone tell me whats wrong here. I am running ruby on rails on windows XP using radrails plugin in eclipse. I can install the plugins that show up in the radrails plugin tab like file_column etc ok. When i try to intall a 3rd part plugin like cartographer i just get a folder structure containing empty files with the following in comments like below: #
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
OK, I''m finally starting to play around with the AWS part of Rails, and I''m running into problems with the functional tests. If I use the generator to create the web service as ./script/generate web_sevice MyTest do_it and then run the unit tests without further editing the code, I get the following error: test_do_it(MyTestControllerApiTest): ArgumentError: illegal
2006 Jan 15
0
OS X Rails - Nuby
OK, I''m diving into new things - a .net programmer and windows user trying to develop in Rails on my Mac. Initial setup was easy, and I had things working and was thrilled with myself. Then I shut down. Next time I booted up, mysql was acting all kinds of funny. I finally got that working again (I *think* it mostly had to do with me not having the right path, I unfortunately
2006 Aug 04
0
ArgumentError calling Dispatcher.dispatch
Hello. I am hitting a nasty error wherein the the 2nd sequential request to my rails application is failing with the following error. Note that I am getting this error with both webrick... #<ArgumentError: wrong number of arguments (3 for 1)> ["C:/sdks/ruby/1.8.4/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/webrick_server.rb:115:in `dispatch''" ...and with Mongrel... Error
2012 Feb 26
0
Getting ArgumentError calling initialize with ActiveResource 3.2.1
instantiate_record calls new, and new implicitly calls initialize (unless I''m not understanding the mystery) In base.rb def instantiate_record(record, prefix_options = {}) new(record, true).tap do |resource| resource.prefix_options = prefix_options end end As it''s written get an ArgumentError as this calls new(record, true). If I change the code in base.rb to the
2010 Apr 30
0
Netbeans - Malformed version number string mswin32 (ArgumentError)
History... before it went to heck... I have been working a project in Netbeans for a month. I did a gem update outside of Netbeans while I was installing ImageMagick and RMagick... I also had to remove one verson of ImageMagick to use the one compatible with RMagick. Everything was working well... then I went to migrate my DB back to start fresh again and I got : Malformed version number
2006 Jan 15
2
Please help - Rails hanging on mysql connection
Trying to get Rails and mysql running on OS X, and I''m a Nuby. Everything ran smoothly when I first installed, but after rebooting things were out of whack. I finally got back into mysql after re-installing, and at first when I tried to connect with Rails/Ruby I got a message that my client was not up to date. So after reading some info online, I set my mysql passwords with
2006 Jan 10
0
Error: "wrong number of arguments" in initialize_template_class
Hello all, I am being hunted down by this error. When it starts, it happens on every URL: wrong number of arguments (3 for 0) ----------------------- Stack trace ------------------- D:/software/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:825:in `initialize''
2006 Jan 15
0
Newbie: undefined method `body=''
I''m new to rails and am trying to set up a many-to-many relationship between questions and possible answers. I have the questions side set up, and am able to display the range of answers with checkboxes, and it''s all working well, but when I try any of the CRUD operations (edit, new...) on the answers side I get: undefined method `body='' for
2005 Dec 22
0
Getting AdapterNotSpecified on simple script/generate
So even after installing the sqlite3-ruby gem without issues, I still get this error when I try to generate a model... Attempting local installation of ''sqlite3-ruby'' Local gem file not found: sqlite3-ruby*.gem Attempting remote installation of ''sqlite3-ruby'' Select which gem to install for your platform (powerpc-darwin8.3.0) 1. sqlite3-ruby 1.1.0 (mswin32)
2006 Jan 11
6
Help -- NoMethodError in
Hi, I am just learing Rails and I am going through the Agile Web Development with Rails book. I am receiving: NoMethodError in Store#add_to_cart undefined method `add_product'' for #<StoreController:0x3764d80> RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/controllers/store_controller.rb:12:in `add_to_cart''
2008 Sep 12
1
ArgumentError: Unknown key(s): dependant
Hello, I came across an association error today with facebooker. class Cover < ActiveRecord::Base belongs_to :album end class Album < ActiveRecord::Base has_one :cover, :dependent => :destroy end At the console: >> Album.find :first ArgumentError: Unknown key(s): dependant from