search for: instan

Displaying 20 results from an estimated 55 matches for "instan".

Did you mean: instant
2007 Jan 29
6
RJS problem
Hi, I''m implementing a "digg-like" page, that once you digg. The score for each item will dynamically reflect your current action +1 . I am not sure what''s In the controller I have an action responsible for increase of the score.It has a corresponding rjs in view. -------------------------------------------------------------------------------- def arouse
2009 Oct 08
0
autospec cannont find gems
I am trying to install rspec for rails and have the following gems install C:\INSTAN~3.0-W\rails_apps\katai>gem list --local *** LOCAL GEMS *** actionmailer (2.3.4, 2.0.2) actionpack (2.3.4, 2.0.2) activerecord (2.3.4, 2.0.2) activeresource (2.3.4, 2.0.2) activesupport (2.3.4, 2.0.2) authlogic (2.1.2) autotest-rails (4.1.0) builder (2.1.2) capistrano (2.5.9, 2.1.0) cgi_multipa...
2007 Jan 11
6
nil object while the required parameter are in the request
...;<br/> 11: <input id="product_primary_link" name="primary_link" size="30" type="text" value="<%=-vsVTqSbophe6jFLNHf1bMg@public.gmane.org_link%>" /></p> Trace of template inclusion: /app/views/admin/newlet.rhtml RAILS_ROOT: C:/INSTAN~1/rails_apps/test/config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/views/admin/_autoform.rhtml:8:in `_run_rhtml_admin__autoform'' #{RAILS_ROOT}/app/views/admin/newlet.rhtml:5:in `_run_rhtml_admin_newlet'' #{RAILS_ROOT}/app/controllers/admin_controller.rb:...
2007 Jan 15
5
ActionController::UnknownAction (No action responded to xxx)
...27", "controller"=>"admin"} [4;36;1mUser Columns (0.016000) [0m [0;1mSHOW FIELDS FROM users [0m [4;35;1mUser Load (0.000000) [0m [0mSELECT * FROM users WHERE (users.`id` = 1 ) LIMIT 1 [0m ActionController::UnknownAction (No action responded to push): C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:368:in `perform_action_without_benchmark'' C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue'' C:/INSTAN~1/ruby...
2006 Mar 09
3
Need help PLEASE!!! - updating collection from form
...ate'' for 32200148:FixnumRAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/controllers/phistoryadmin_controller.rb:22:in `update_illness'' #{RAILS_ROOT}/app/controllers/phistoryadmin_controller.rb:21:in `update_illness''C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in `perform_action_without_filters'' C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/filters.rb:332:in `perform_action_without_benchmark'' C:/INSTAN~1/ruby/lib/ruby/gems...
2006 Jan 10
13
InstantRails 1.0 problems...
Hi, I have installed InstantRails 1.0 Final on Win XP (Home SP2) and Win 2K 2000. I was able to get the two apps (cookbook, typo) work fine with Webrick but not with SCGI server. I tried changing the SCGI settings through the InstallRails.exe console so that the Runtime Mode: would be "development" instead of...
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web Development with Rails. In interation E1 NoMethodError in Admin#checkout Showing app/views/admin/checkout.rhtml where line #12 raised: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.include? Extracted source (around line #12): 9: <% form_for :list, :url => { :action => :save_list } do |form| %> 10: <p> 11: <label for="list_name">List Name:</label> 12: <!-- &...
2006 Apr 10
4
First time with Rails
Hi this is my first time with Rails and I''m having problems getting it to work properly. In the Database.yml file I have set up the following - development: adapter: mysql database: cars username: ***** password: ***** socket: /path/to/your/mysql.sock host: ***** But, when I launch the controler it says - NameError in Add_car#index uninitialized constant Car Where am I
2006 Jan 12
10
uninitialized constant error
...rtsLocation table, but I have no idea why PartsLocation is uninitialized, but Part is initialized. Any help is appreciated! Thanks, Paul NameError in Part#edit uninitialized constant PartsLocation RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace C:/RUBYON~1/INSTAN~1.0/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in `const_missing'' #{RAILS_ROOT}/app/controllers/part_controller.rb:10:in `edit'' C:/RUBYON~1/INSTAN~1.0/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:2...
2007 Feb 12
1
Invalid char problem
Has the problem with corrupted .rhtmls (invalid characters) been solved so far? I would like to use ferret and acts_as_ferret on Windows XP. I have installed 0.10.9 (mswin32) which still seems to have the problem. I am receiving error messages like: compile error C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:2: parse error, unexpected '')'', expecting kEND C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:3: parse error, unexpected tIDENTIFIER, ex...
2006 Jun 22
11
Help please
Getting this error: SyntaxError in CompanyController#positionslist (eval):1:in `compute_type'': compile error (eval):1: parse error, unexpected tINTEGER Object::2 I could not find anything out about it (googling) and it''s not the clearest error message. Not sure if it''s related to an expected data type but that wouldn''t make sense. The only other thing I can
2007 Jul 04
2
problems after gem update
...= Book.find_by_contents("peter pan") => #<ActsAsFerret::SearchResults:0x487040c @total_hits=0, @results=[]> Its indexing only null values! and in the app(here''s the stack), ArgumentError in SearchController#search wrong number of arguments (1 for 0) RAILS_ROOT: C:/INSTAN~1/rails_apps/clean/config/.. Application Trace | Framework Trace | Full Trace C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/acts_as_ferret-0.4.0/lib/local_index.rb:220:in `ferret_enabled?'' C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/acts_as_ferret-0.4.0/lib/local_index.rb:220:in `reindex_model'...
2006 May 25
1
AppMailer and McCray''s theme generator
...troller using the AppMailer raises this: undefined method `current_theme'' for #<AppMailer:0x39df950> Is there someone who could help me ? Thanks ! Mickael. Traces: #{RAILS_ROOT}/vendor/plugins/theme_support/lib/patches/actionview_ex.rb:16:in `render_file'' D:/MATech/Prog/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_view/base.rb:267:in `render'' D:/MATech/Prog/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionmailer-1.2.0/lib/action_mailer/base.rb:363:in `render'' D:/MATech/Prog/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionmailer-1.2.0/lib/actio...
2006 Jun 08
3
Back again; errors in depot app
...visual_effect :highlight, :startcolor => "#88ff88" , :endcolor => "#114411" Since the page is not giving any specific errors , and there is nothing in 500.html I''m not sure where to look. I did check the development.log after rebooting Webrick and see this: C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/webrick_server.rb:67:in `dispatch'' C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2 /lib/commands/servers/webrick.rb:59 C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' C:/INSTAN~1/ruby/lib/ruby/...
2009 Feb 21
1
undefined method user_id
Basically, Im trying to add comments to photos that other users have uploaded. And Ive encountered an error: NoMethodError in CommentsController#create undefined method `user_id='' for #<Comment:0x4768cd0> C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1857:in `method_missing'' C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1672:in `send'' C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/b...
2007 Jan 31
2
SystemStackError: stack level too deep
I''m testing the http module in console. BUt I got the following error. Anyone knows why? >> Net::HTTP.get_print ''www.google.com'', ''index.html'' SystemStackError: stack level too deep from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:451:in `new'' from C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:374:in `get_re...
2007 Sep 18
1
Errno::EACCES - Permission denied while delete a file
...le deleting my file, for that while searching i came to know i have to set chmod, but i don''t know how to set chmod in my file, if any one knows, how to set this one, please let me know, Thanks in advance. my Error is: Errno::EACCES in CasesController#delete_attach Permission denied - D:/INSTAN~1/rails_apps/oddworlders/members/OW1/admin/Duplicate Company Interchange Aliases.PNGRAILS_ROOT: D:/INSTAN~1/rails_apps/oddworlders/config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/controllers/cases_controller.rb:362:in `delete'' #{RAILS_ROOT}/app/controllers/cas...
2006 Nov 23
1
Select Tag not working in 1.2rc1
...s/admin/admin_index.rhtml: In my view (* = Line 54): <%=start_form_tag(:action=>"sales_by_author")%> *<%=select("author","id",@authors.collect {|a| [a.name,a.id]})%> <%=submit_tag("Go")%> <%=end_form_tag()%> Part of the trace: C:/INSTAN~2/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.5.5618/lib/action_view/helpers/form_options_helper.rb:300:in `value'' C:/INSTAN~2/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.5.5618/lib/action_view/helpers/form_options_helper.rb:300:in `to_select_tag'' C:/INSTAN~2/ruby/lib/ru...
2004 Jun 21
3
cannot join win2k to samba domain
...client win9x connect to samba and seems running good, but i cannot join win2k in to samba..any one can give me a hand.....?!! error mesasage no user or wrong password in samba domain thanks =========================================================================================== "Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat akses Internet Gratis.. Dan ..ikuti "Instan Smile" berhadiah Xenia,Tour S'pore, Komputer,dll, info hub : TELKOM Jatim 0-800-1-467826 " ============================================================================...
2014 Nov 22
2
dovecot & Apple Mail & maildir & lots of Mail
...>> Has anyone had similar issues? >> >> Is my maildir too big for dovecot too handle? > > My Maildir is 61G in 237493 messages spread over 424 folders. dovecot handles this effortlessly. "doveadm mailbox status -t all '*' -u <name>" returns almost instanly on a warm cache. Thunderbird does fine too. > > -- > peter