search for: strunk

Displaying 20 results from an estimated 38 matches for "strunk".

Did you mean: trunk
2009 Sep 04
12
Changing cursor while waiting for remote function response?
Hello, Google and the search function didn''t help me this time. Is it possible to change the mouse cursor while waiting for a response of a remote function call? -- Posted via http://www.ruby-forum.com/.
2009 Mar 28
10
Use fixtures within fixtures?
Heya, I''m using globalize2 and have following problem with my fixtures: categories.yml: one: parent_id: two color: #ff00aa two: color: #00ff11 three: parent_id: two color: #ab00ab category_translations.yml one-en: id: one locale: en name: Cars one-es: id: one locale: es name: Coches two-en: id: two locale: en name: Start two-es: id: two locale: es
2009 Mar 25
6
Hash with key and value from ActiveRecord?
Heya, I think I have thinking barrier. I just want a simple hash out of an ActiveRecord. @attributes = Attribute.find_all_by_character_id(@character).hash { |u| [u.name, u.value] } and I would like to access it like @attributes[:health] but it doesn''t work. Anyone can help me out with that? -- Posted via http://www.ruby-forum.com/.
2010 Sep 13
10
Could not find [GEM] locally or in a repository
Hey Guys, How could I fix the following: "gem install --no-rdoc --no-ri kete-feedzirra" ERROR: could not find gem kete-feedzirra locally or in a repository "gem install --no-rdoc --no-ri libxml-ruby" ERROR: could not find gem libxml-ruby locally or in a repository "gem install --no-rdoc --no-ri http_url_validation_improved" ERROR: could not find gem
2005 Oct 07
1
Troubleshooting with "gpd" (Fit generalized pareto model)
...s for a GPD by given threshold and dataset? (2) If we only have 10 errors in a for-loop where we want to calculate the MLE estimators for 100 different thresholds; how can I get the for-loop work unitl the end of the moving index ? (try, tryCatch dosen´t work) Thanks, Christian Strunk. ________________________________________________________________________________________ Diese Nachricht kann vertrauliche Informationen enthalten. Sollten Sie nicht der vorgesehene Empfänger sein, so bitten wir Sie, den Absender unverzüglich zu informieren und die E-Mail zu löschen. Jeder unb...
2010 Aug 22
7
Rails 3: Error saving an object with no useful information
Hey, I''m kinda desperate cause I''m getting an error and have no idea how to fix this since it doesn''t give me any information hinting where the problem is: irb(main):054:0> reload!;User.last.save! Reloading... NameError: undefined local variable or method `to_ary'' for #<User:0x4ed5d20> from
2010 Jan 30
12
Best way to connect various applications?
Good evening, I''ve got three different self-programmed Rails application I need to connect and manage with a 4th "supervisor" application. There''s a wiki application, there''s a shop application and there''s a business directory application all with seperate user database etc. What I want now is one single user table so it can be all controlled by one
2011 Sep 07
6
FactoryGirl doesnt produce unique names?!
Hey, I got following very simple test case: require ''spec_helper'' describe Country do it "should create a new instance given valid attributes" do Factory(:country) end end Factory looks like: Factory.sequence :country_name do |n| "Country #{n}" end Factory.define :country do |c| c.name Factory.next(:country_name) c.nationality "Foo
2010 Sep 12
11
Rails 3: finding a record by name in multilingual app
Hello, I upgraded my application from Rails 2 to Rails 3 and ran into a problem. In rails 2 I could use the english name of the record to find it like: Page.find_by_name("Welcome") even though the user chose German as the language (which of course showed the German welcome page. Eversince I switched to Rails 3 (default_locale still :en) I can''t find anything by giving the
2009 Jul 03
5
Can't install RMagick due to MagickWand problems
Hello, I''m trying to install/update rmagick on a Debian machine using: gem install --local rmagick-2.10.0.gem and get following error: /usr/local/bin/ruby extconf.rb install --local rmagick-2.10.0.gem checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... yes Warning: Found more than one ImageMagick installation. This could cause problems at
2017 Sep 08
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
...a Security Context for a Pod or Container. A > security context defines privilege and access control settings for a Pod or > Container. > > ------------------------------ > *From:* gluster-users-bounces at gluster.org <gluster-users-bounces@ > gluster.org> on behalf of John Strunk <jstrunk at redhat.com> > *Sent:* September 7, 2017 2:28:50 PM > *To:* Gaurav Chhabra > *Cc:* gluster-users at gluster.org > *Subject:* Re: [Gluster-users] Redis db permission issue while running > GitLab in Kubernetes with Gluster > > I don't think this is a gluster...
2010 Dec 02
7
Rails 3 + Authlogic not working all of a sudden
Hey People, I''ve been working on Rails 3.0.0 and Authlogic for quite a while now but all of a sudden I can''t login into my application anymore. After some research I found out that no sessions are stored into the db anymore so I started the console and saw this: ruby-1.9.2-p0 > u = UserSession.new({:username => ''Test'', :password =>
2001 Feb 20
2
New to wine
Hi all, I am forced by my comp sci TA to run a win32 prog to turnin my programs. I can't even get wine to run a simple program. I am using Debian's unstable release. I have attached a listing of my .wine directory, the config file, and the error messages when i try to run wine. thanks for any help. Jeff -- "If I have an apple and you have an apple, and we exchange apples, we each
2012 Feb 07
0
rJava load failure, 64-bit R, 64-bit Java, R 2.14.1 (works fine on R 2.12.2 64-bit, same computer)
...from a local zip I get the following error: > library(rJava) Error in get(Info[i, 1], envir = env) : cannot allocate memory block of size 2.9 Gb Error: package/namespace load failed for 'rJava' There should not be any memory issues: > memory.limit() [1] 16381 Thank you! Jacob L Strunk [[alternative HTML version deleted]]
2008 Nov 05
2
Warning: Ambiguous first argument; make sure.
Hello, I''m getting this warning: Warning: Ambiguous first argument; make sure. in my unit test: assert_match /^[a-zA-Z0-9]+$/, user.username Does anyone know why or how to change it so it disappears? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2009 Sep 04
3
How/where to load initial data?
Hello, I''ve got a got a question about how and where to load initial data that is necessary in order to make the website work (menu structure, page contents, ...) I know it''s preference and everybody can do it as s/he wants but I just wanna know if there''s any convention or something like that. First of all, how do I normally load necessary data as mentioned above?
2009 Oct 07
1
Empty validation error messages?
Hello, I''m have a form and the error messages are not being displayed properly I got a remote_form_for and am trying to show errors like I always do: <%= error_messages_for @user%> but the output is: 4 errors prohibited this user from being saved There were problems with the following fields: * {{attribute}} {{message}} * {{attribute}} {{message}} * {{attribute}}
2010 Aug 22
1
rails3: t.index in migrations not working anymore
Hello, I''m playing around with Rails3 and trying to upgrade one of my applications to Rails 3.0.0.rc and I get an error which should be still working. Migration: t.index :name When I execute rake: rake aborted! An error has occurred, all later migrations canceled: undefined method `index'' for #<ActiveRecord::ConnectionAdapters::TableDefinition:0x4b2b6b0> Does some one
2018 Apr 25
0
Project Technical Leadership Council
...tting the direction for the project on a general basis, and resolving conflicts as they arrive. We want to involve and invite more contributors to be involved in a strategic and technical way. The Project Leadership Council is: - Vijay Bellur - Amar Tumballi - Shyam Ranganathan - Jeff Darcy - John Strunk - Amye Scavarda, Gluster Community Lead This council is chaired by the Gluster Community Lead, Amye Scavarda, in an administrative capacity. To reach the Project Technical Leadership Council, please email TLC at gluster.org This council will begin by meeting quarterly and will be consulted on an...
2010 Jul 13
1
will_paginate destroys link_to_remote?!
Hello, I''ve got a list in a view and each of element of it has a link_to_remote and everything worked like a charm. Now I added AJAX pagination and the link_to_remote doesn''t work anymore. This is the partial of the list: <% for character in characters %> <%= character.name %> <%= link_to_remote t(''.add''), :url =>