Displaying 14 results from an estimated 14 matches for "perg".
Did you mean:
per
2011 Nov 29
0
2.0.16 - auth with vpopmail won´t work anymore
...9:21 mail dovecot: auth: Debug: client in: AUTH 1 PLAIN
service=imap secured lip=10.114.57.11 rip=10.114.57.11 lport=143
rport=37693
resp=d3NjaG9lbGxlckBodGwtcGVyZy5hYy5hdAB3c2Nob2VsbGVyQGh0bC1wZXJnLmFjLmF0AGRpYWJsbw==
Nov 28 18:29:21 mail dovecot: auth-worker: Debug:
vpopmail(wschoeller at htl-perg.ac.at,10.114.57.11): lookup user=wschoeller
domain=htl-perg.ac.at
Nov 28 18:29:21 mail dovecot: auth: Debug: client out: OK 1
user=wschoeller at htl-perg.ac.at
Nov 28 18:29:21 mail dovecot: auth: Debug: master in: REQUEST 4001103873
3855 1 7a21a4d39cc6b187b3b14dc4cfbf077a
Nov 28 18:29:21 mail do...
2007 Mar 19
1
wine and Samba
Hi!
Is there a way to run Wine from a Samba connection opened in Konqueror?
When I open it via Konqueror (double-clicking=>run with=>wine), it just
opens a window and close it fastly. When I activate the 'open in
terminal' option, the terminal leaves blank.
What can I do?
Thanks.
Vinicius
2008 Jul 16
5
''$'' placeholder naming can confuse your runner
Hi guys, I''m facing a strange behavior that smells like a bug.
consider this scenario:
Scenario: I''m cool
Given that I am cool 4 times out of 7
and this step:
Given("that I am cool $n times out of $n_total") do |n, n_total|
...
end
When running my story, this step is considered as PENDING.
If I change the name of the second placeholder to $total, the step
runs
2007 Aug 15
10
Objects in Session State Revisited
Hi Folks,
I''m still a bit confused about the issue of storing "complex" objects
in session state rather than storing simple objects.
It''s my understanding that everything is an object in Ruby. If my
understanding is correct, then storing a string or an integer in
session means storing an object.
It would seem then that the problem of storing objects in session is a
2007 Mar 28
7
Rails, REST and JSON
Hi everyone,
I''m writing a lightweight AJAX application using Rails on the server side as
a RESTful web service provider.
I need the web service to support both JSON and XML I/O. Outputting data in
XML and JSON is easy (using to_xml and to_json),
and it''s also easy to do XML input as Rails does it for you automatically.
Is it possible to somehow have the same
automatic parsing
2007 Nov 05
3
Private API in REST
In a app RESTful, all api''s are public. How to leave a private API?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2008 May 27
4
Permission error when installing rspec
hello from here! i''m new in rspec and i have a problem while
installing rspec 1.1.4 gem:
marcio at marcio-work:~$ gem install rspec
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::EACCES)
Permission denied - /var/lib/gems/1.8/cache/rspec-1.1.4.gem
I did it with sudo and there was no problem, but when i attemp to use
rspec (spec
2007 Apr 09
8
How do I use link_to with all the current options?
In one of my pages I want to create some URLs that go to the same
page, but tack on an extra parameter (column sorting stuff). How do I
do that?
I''ve tried
link_to "Title", :sort => "title"
and that''s pretty close...it keeps the controller name, but it doesn''t
include one of the parameters. I''m using nested routes, so the URL
should
2007 Dec 15
2
Reading Model data before update
Hi all,
here is the challenge:
I have this validation method, that basically prevents an object which
billed = true to be updated:
def before_update
if read_attribute(:billed)
errors.add_to_base(''This service has already been billed for'')
end
!read_attribute(:billed)
end
The above code does not work in case I do something like:
object =
2007 Oct 15
2
Association Help , 2 Teams playing a FootballGame
So I have the models
class FootballGame < ActiveRecord::Base
end
and
class Team < ActiveRecord::Base
end
I want to be able to do something like this
@t1 = Team.create(:name=>"Michigan Wolverines football")
@t1.save
@t2 = Team.create(:name=>"Penn State Nittany Lions football")
@t2.save
@g = FootballGame.create(:hometeam => @t1, :awayteam => @t2)
@g.save
2007 Sep 10
2
Removing an AR class definition, for testing plugins
I''m writing an acts_as_* plugin and am trying to BDD it. Ideally my
specs would look like:
describe ActsAsCloneable, " basic cloning" do
load_example_classes
School.class_eval do
acts_as_cloneable
end
before(:each) do
@old_school = School.create! :name => "Baylake Pines", :city =>
"Virginia Beach", :guid => "abc123"
2008 Sep 09
12
cucumber - mark a step as pending
I love the way I can throw a call to pending() in the top of an
unfinished RSpec example and stop it from failing the build.
Is there a similar way to do such a thing with good ole'' cucumber?
cheers,
Matt
----
http://blog.mattwynne.net
http://songkick.com
In case you wondered: The opinions expressed in this email are my own
and do not necessarily reflect the views of any former,
2008 Mar 05
14
[Stories] Login and subdomain
I''ve just begin using rspec stories, and i m encountering some
problems. In my application i have different subdomains in which
specific users can log in, for example an admin will go to
admin.myapp.com/authenticate/login, and an user belonging to a
specific company will log in company.myapp.com/authenticate/login, and
of course both have a different login process.
To perform some
2006 Nov 01
0
Misunderstanding samba [homes]
Samba do the -right- mapping of home-dirs to [homes] share
-without- knowing th name of the users???
I'll try to explain:
I have 2 winxp clients and a debian server with
dpkg -l|grep samba
ii samba 3.0.23c-2
running.
the name of the xp boxes is borg, dir
the users working there are gusi, brigitte
gusi have a passwd (on the xp box), Linux account and samba-passwd - all
the