Displaying 20 results from an estimated 30000 matches similar to: "where to use colon (:) and where to not use it?"
2011 Sep 19
14
gmaps4rails "acts_as_gmappable" error
Hi all,
I started to see fun of gmaps4rails gem from
https://github.com/apneadiving/Google-Maps-for-Rails.
After everything done. When visited the locahost, i got the following
error.
undefined local variable or method `acts_as_gmappable'' for #<Class:
0x31a9da8>
the error is due to i have line "acts_as_gmappable" in my model.
Anybody knows how this is
2011 Oct 01
6
Rails website start up time
My application is starting/loading very late when hit my website url
in the browser.
Can anybody give some tips to optimize it please.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email
2011 Mar 18
3
webapplications with rails+geokit
Hi all
Anybody knows any webapplictions presently using geokit plugin with
rails 2.x or 3.x ? If yes pls send me the url pls.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2006 Jun 27
1
Colon in maildir folder name breaks keywords
With maildir, if you have a colon in a folder name, and you try to set a keyword on a message in that folder, the keyword does not get set - and worse, all existing keywords and other status information gets dropped (flagged, seen, replied, trashed).
Bill
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Cheers all,
A recent discussion in the issue tracker brought up the idea to allow the
`LISTEN` keyword to also accept a single "host:port" token (e.g. if there
is only one argument, with at least one colon, and the last colon is
followed only by numbers, split it into host and port) :
https://github.com/networkupstools/nut/issues/2424
I see certain pros to the idea (may be more
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Cheers all,
A recent discussion in the issue tracker brought up the idea to allow the
`LISTEN` keyword to also accept a single "host:port" token (e.g. if there
is only one argument, with at least one colon, and the last colon is
followed only by numbers, split it into host and port) :
https://github.com/networkupstools/nut/issues/2424
I see certain pros to the idea (may be more
2011 Mar 18
1
using Geokit with rails3
HI all i am a newbie ,and starting a rails 3 application and my
application needs geokit plugin .so anybody knows how to install
geokit plugin in rails 3 and using it with the application?
I am using ruby 1.9.2 and rails 3.0.3 with mysql2. pls help..
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send
2012 Jun 21
6
where do I report this DateTime bug?
I have isolated what appears to be a bug in the Rails extensions to
DateTime, but I don''t know where to report it.
I have a standalone file to demonstrate the bug, but the punch line is
that this code:
TestRecord.create!(:f_datetime => (expected = DateTime.jd(2000000)))
found = TestRecord.first.f_datetime
puts("expected == found => #{expected == found}")
2011 Mar 01
6
render :collection calling partial with phantom object?
I have two models with a straightforward has_many / belongs_to
relationship:
class Premise < ActiveRecord::Base
has_many :metered_services, :dependent => :destroy
...
end
class MeteredService < ActiveRecord::Base
belongs_to :premise
...
end
and nested routes to match:
Demo::Application.routes.draw do
devise_for :users
resources :premises do
resources :metered_services
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Jim Klimov via Nut-upsdev <nut-upsdev at alioth-lists.debian.net> writes:
> A recent discussion in the issue tracker brought up the idea to allow the
> `LISTEN` keyword to also accept a single "host:port" token (e.g. if there
> is only one argument, with at least one colon, and the last colon is
> followed only by numbers, split it into host and port) :
>
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Jim Klimov via Nut-upsdev <nut-upsdev at alioth-lists.debian.net> writes:
> A recent discussion in the issue tracker brought up the idea to allow the
> `LISTEN` keyword to also accept a single "host:port" token (e.g. if there
> is only one argument, with at least one colon, and the last colon is
> followed only by numbers, split it into host and port) :
>
2016 Jun 30
2
CentOS-7 Screen black after boot
On 30 Jun 2016 09:34, "Venkata Balaji N" <nag1010 at gmail.com> wrote:
>
> Hello Community,
>
> This is my first ever email to CentOS community. Firstly, CentOS is a
great
> open-source operating system. I have been using it for years and
> recommending the same for production use to our customers.
>
> I have installed CentOS-7 operating system couple of
2013 Sep 25
4
virtio channel socket bind error
Hi All,
My intent is to make virtio unix channel work. I could configure the XML and launch VM and could see the port in /dev/virtio-ports
<channel type='unix'>
<source mode='bind' path='/tmp/appl_port'/>
<target type='virtio' name='appl_port'/>
<address type='virtio-serial' controller='0'
2010 Apr 17
5
behavioural testing of puppet manifests with cucumber-puppet
Hi,
I''d like to announce a little tool I have written, called cucumber-
puppet. It supports writing behavioural tests for your puppet
manifest, using cucumber. This allows for BDD-style manifest
development and fearless refactorings.
http://blog.nistu.de/cucumber_puppet_0_0_3_released.html
Let me know what you think!
cheers,
Nikolay
--
You received this message because you are
2009 Jan 16
6
reading data from Excel Spread sheet
Hi all,
I tried to read data from Excel spread sheet with using
read.csv(file.choose())
and
read.delim(file.choose())
but its showing " *ÐÏ.à.*."
and also i tried with
read.table(file.choose())
then its showing " * V1
1 ÐÏ\021ࡱ* "
can any one suggest how to read data from Excel Spread sheet
2016 Jul 07
2
CentOS-7 Screen black after boot
On Thu, Jul 7, 2016 at 10:31 AM, Frank Cox <theatre at melvilletheatre.com>
wrote:
> On Thu, 7 Jul 2016 10:16:23 +1000
> Venkata Balaji N wrote:
>
> > i left the system locked overnight.
>
> What are you using to lock the screen? Some of the screensavers can be
> bad news on certain video cards (as I've learned the hard way) and can
> cause just exactly that
2008 Jul 18
6
Xen-3.2.1 Build Error
This is the error I get while building Xen-3.2.1 when I do a make
===============================================
make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check''
LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
Checking check_openssl_devel:
*** Check for openssl
2012 Apr 03
4
one master table to hold symbols: good or bad idea?
(This is may be more of a db design question than a rails question.)
Summary:
I''m thinking of creating a single AR class to hold constant symbol
values and use it for :has_many_through relations whenever I need a
constant symbol. Is this a good idea or a bad idea?
Details:
I notice that I have a lot of models that contain just a name string:
create_table
2020 May 25
3
child killed by signal 6
Hello,
from time to time I keep getting problems with some emails causing
signal 6. I've already reported those, but it seems not to be easy to
find the cause. From the logs, it seems to occur in sieve implementation.
I've checked the email envelopes tody by accident, probably this part of
my telnet session might help:
a11 fetch 1 all
* 1 FETCH (RFC822.SIZE 16750 INTERNALDATE
2010 Jun 03
2
creating fixtures for has_many :through
I''m stymied at how to create a fixture that establishes a has_many
:through relationship.
I''ve watched the railscast at:
http://media.railscasts.com/videos/081_fixtures_in_rails_2.mov
... but that''s for HABTM relationships. I''ve read:
http://www.ruby-forum.com/topic/145676
but that ultimately doesn''t answer any question. So with no further
ado: