Displaying 20 results from an estimated 22 matches for "trackabl".
Did you mean:
trackable
2013 Jun 06
1
Introducing MailJack: autogenerate querystring parameters that are appended to links in your emails
...pass
a Proc to each query string parameter that is evaluated at mail send time.
Here''s what the configuration looks like
MailJack.config do |config|
config.mailers = [:user_notifier]
config.href_filter = /#{MyApp::Application.config.host}/
config.encode_to = :utm_source
config.trackable do |track|
track.campaign = lambda{|mailer| mailer.action_name}
track.campaign_group = lambda{|mailer| mailer.class.name}
end
end
So, *mailers* are your mailer classes that you want to track in underscore
notation. *Href_filter* is a regex that will be used to match hrefs in the...
2001 Jan 31
1
Oggenc - strange display output
...nted up the
following:
Done encoding file "down.ogg"
File length: 0m 00.0s
Elapsed time: 16m 43.9s
Rate: 0.0000
Average bitrate: inf kb/s
I can understand the inability to print up a running percentage, but I
would have thought the rest would be trackable, possibly further into the
process than it obviously is.
I admit this is an old version, it may even be beta2 (in fact I think it
is), so it might have been fixed long ago. I just thought I'd (A) share it
with you and (B) let you know in case it hasn't been.
Geoff.
PS: Are there any pl...
2008 Jul 07
1
Winbind syslog errors and Domain Local Groups
...non-local groups show up just fine in the BSD system. Local
groups do not show up in a getent group.
All groups, including the local ones, show up when I run wbinfo -g.
Running wbinfo -n <localgroup> comes back with a SID:
$ wbinfo -n dnsadmins
<munged-SID> Local Group (4)
This SID is trackable back to a gid:
$ sudo wbinfo --sid-to-gid <munged-SID>
11105
Why, then, are these groups not actually getting populated? Can anyone
shed some light on this?
-HKS
2011 Jun 11
1
Having a problem adding a foreign key
...rd::Base
belongs_to :user
end
USER MODEL
class User < ActiveRecord::Base
has_many :books
# Include default devise modules. Others available are:
# :token_authenticatable, :lockable, :timeoutable and :activatable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable
# Setup accessible (or protected) attributes for your model
attr_accessible :email, :password, :password_confirmation,:firstname,:lastname,:school,:major,:sex,:zipcode
end
ROUTE
Campus::Application.routes.draw do
get "book/index"
get "book/edit"...
2007 Aug 21
1
Output from while and for loop
...rect way of
doing it. Code below:
start.elev.list<-list()
final.mean.elev.list<-list()
final.elev.list<-list()
final.distance.list<-list()
final.delta.elev.list<-list()
final.var.elev<-list()
b<-length(Bees.Day.1$bee)
for (bee in 1:b){
#this is for number of bees that are trackable in the day with starting
points and threshold distances
elev.current.vector<-vector(mode="numeric", length=0)
count<-1
ElevSS<-0
d.traveled<-0
thresh<-Bees.Day.1$cum.dist[bee]
n<-Bees.Day.1$grid.pt[bee]
#I'm making this up for the threshold, wan...
1998 May 08
4
Lightning fast attacks?
RH4.2 Linux Intel
Last night I got three of these log messages: Two in a row, one a bit later.
May 8 00:35:15 osg-gw imapd[4307]: warning: can''t get client address:
Connectio
n reset by peer
May 8 00:35:15 osg-gw imapd[4307]: refused connect from unknown
Now, I have imapd blocked to non-local users using tcpd wrappers, so
tcpd is trying to find the address of the remote machine (all
2011 Jun 13
0
Devise Authorization Error
...n
end
# UsersController
devise_for :users, :path_names => {:sign_in => ''login'', :sign_out =>
''logout''}
--- END routes.rb ---
--- admin.rb (Model) ---
class Admin < ActiveRecord::Base
devise :database_authenticatable, :recoverable, :rememberable, :trackable, :validatable
attr_accessible :email, :password, :password_confirmation, :first_name, :last_name, :superadmin
end
--- END admin.rb ---
--- new.html.erb (The login form) ---
<div class="login_container">
<div class="title_container">Administrator Login</div&g...
2012 Feb 04
0
ActiveRecord Associations not working in RSpec with Devise
Hi everyone,
I have the following classes:
class User < ActiveRecord::Base
devise :database_authenticatable, :registerable, :timeoutable,
:recoverable, :rememberable, :trackable, :validatable
has_many :comments, :dependent => destroy
...
end
class Comment < ActiveRecord::Base
belongs_to :user
belongs_to :commentable, :polymorphic => true
...
end
In rails console, I can successfully create a new comment via user:
> @attr = { :title => "Somethi...
2013 Mar 07
0
custom table_name for table users with devise
...rk
class User < ActiveRecord::Base
rolify
# Include default devise modules. Others available are:
# :token_authenticatable, :confirmable,
# :lockable, :timeoutable and :omniauthable
devise :database_authenticatable, :registerable, #:confirmable,
:recoverable, :rememberable, :trackable, :validatable
def self.table_name
debugger
''franceusers''
end
def self.table_name_prefix
debugger
''france''
end
thanks to debugger, I can see that is called but not
self.table_name_prefix. And even if self.table_name if called, devise...
2006 Feb 21
2
Managing Database Alter Scripts
I just posed this question to #subversion, with no reply. Any thoughts
here?
I''m trying to decide how to manage database changes w/ subversion.
I''ve got a large number of production checkouts of a branch (actually,
multiple branches). Of course I have a base script to create the schema,
and this is updated of course when new fields are added to the system.
When a new field
2017 Apr 18
3
LLVM is getting faster, April edition
...via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> I am interested in knowing more.
> 1. What benchmarks does LLVM community use for compile-time study? I see CTMark, but is that the only one being analyzed?
CTMark is not cast in stone. Its purpose is for the community to have a trackable proxy for the overall llvm test suite. This assertion is supposed to get evaluated (and the benchmarks in CTMark possibly adjusted) on a regular basis which should happen roughly twice a year at compiler release times. As far as open source is concerned only CTMark is tracked on green dragon for O...
2020 Nov 06
2
[DebugInfo] A value-tracking variable location update
...ns dropped during tail duplication: one in early-taildup which
I haven't tried to address yet (see "Limitations"), one in late taildup
where a block containing only debug instructions isn't correctly duplicated.
To summarise: all the new locations found were correct and not trackable by
DBG_VALUE variable-location tracking, although there are some bugs in picking
locations. Roughly half of the dropped locations are actual false locations,
the other half are due to unimplemented or limited handling of optimisations in
the instruction referencing code so far.
This pretty much f...
2008 Feb 22
0
Pb de compilation de mgeops-psp-3.0.6
...++-2.0/sigc++/retype.h
> /usr/include/sigc++-2.0/sigc++/retype_return.h
> /usr/include/sigc++-2.0/sigc++/sigc++.h
> /usr/include/sigc++-2.0/sigc++/signal.h
> /usr/include/sigc++-2.0/sigc++/signal_base.h
> /usr/include/sigc++-2.0/sigc++/slot.h
> /usr/include/sigc++-2.0/sigc++/trackable.h
> /usr/include/sigc++-2.0/sigc++/type_traits.h
> /usr/include/sigc++-2.0/sigc++/visit_each.h
> /usr/lib64/libsigc-2.0.a
> /usr/lib64/libsigc-2.0.la
> /usr/lib64/libsigc-2.0.so
> /usr/lib64/pkgconfig/sigc++-2.0.pc
> /usr/lib64/sigc++-2.0
> /usr/lib64/sigc++-2.0/inc...
1998 May 09
4
Apparent SNMP remote-root vulnerability.
...possible. Any attack *will* generate packets on a wire. In order for those
packets to be delivered to the target, they must follow IP conventions.
Granted, the source address can be spoofed (which should be impossible if
ISPs/NSPs start filtering at the customer routers) but apart from that a
real, trackable packet will be sent to the target. -- alex]
-- alex]
------------------------------------------------------------------
Jon Lewis <jlewis@fdt.net> | http://noagent.com/?jl1 for cheap
Network Administrator | life insurance over the net.
Florida Digital Turnpike |
______...
2020 Nov 06
0
[DebugInfo] A value-tracking variable location update
...ail duplication: one in early-taildup which
> I haven't tried to address yet (see "Limitations"), one in late taildup
> where a block containing only debug instructions isn't correctly duplicated.
>
> To summarise: all the new locations found were correct and not trackable by
> DBG_VALUE variable-location tracking, although there are some bugs in picking
> locations. Roughly half of the dropped locations are actual false locations,
> the other half are due to unimplemented or limited handling of optimisations in
> the instruction referencing code so far....
2011 Mar 02
3
Segfault in managesieve with "sieve_extensions = -redirect"
Hi!
I've got a segfault in managesieve while using:
sieve_extensions = -vacation -reject -spamtest -virustest -enotify -redirect
The problem seems to lie in "-redirect".
Reason for excluding "redirect" from sieve is my users should not use
sieve to forward or redirect mails but use an external method
(web-script to set LDAP attribute) which checks several things like
2009 Nov 22
4
Do you keep an archive of "useful" R code? and if so - how?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091122/430e3297/attachment-0001.pl>
2011 Jul 14
10
Devise confusing routes
I had a similar problem yesterday.
I would go to the root of my site and I would get a Too Many Redirects
message. It seems like there was an infinite loop. After struggling for
over an hour yesterday late at night, it seemed like I fixed it.
But now, when I want to create a New User, it''s redirecting me to the
Sign In screen. Seems like I didn''t fix the problem completely.
I
2013 Jun 25
6
creating an account with a username in devise
Hello, all. I have followed these links and have enabled a (current)
user to login with a username:
http://railscasts.com/episodes/209-introducing-devise
http://railscasts.com/episodes/210-customizing-devise
https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-using-their-username-or-email-address
I want to allow a user to sign up with a username but am getting these
2017 Apr 12
6
LLVM is getting faster, April edition
Hi,
It's been a while since I sent the last compile time report [1], where it was shown that LLVM was getting slower over time. But now I'm happy to bring some good news: finally, LLVM is getting faster, not slower :)
*** Current status ***
Many areas of LLVM have been examined and improved since then: InstCombine, SCEV, APInt implementation, and that resulted in almost 10% improvement