Displaying 20 results from an estimated 200 matches similar to: "Smb signing - how can I check?"
2006 Jan 20
4
REST API''s and querying a graph of objects
Hey all,
I am wondering if anyone has given thought to using REST / XPath as
querying mechanism. That way you could have a URL that actually maps
to a collection of records (objects, really) that meet a certain
criteria and that are sorted a certain way.
Mike Pence
2005 Dec 15
2
Rails Tagging Generator?
Hey all! Just finished my first Rails app on 1.0 day and even got paid
for it! Great stuff and much thanks to the many generous souls in IRC,
especially ezmobious, who helped me through.
For my second Rails app, I want to use tagging. I am wondering if
there is a Tagging Generator or some other existing implementation I
can borrow from?
Best,
Mike Pence
Boca Raton, FL
2006 Oct 02
3
RSpec 0.6.4 released
We''ve released RSpec 0.6.4. Check it out! Check it out!
Release info:
http://rubyforge.org/frs/shownotes.php?release_id=7178
General info:
http://rspec.rubyforge.org/
Questions? Right here!
Enjoy,
David
2006 Jan 18
6
Ruby and Flash?
Hi there,
I have an idea for a game I want to build, but it requires Flash as the presentation layer (I''d want to do the back end in Ruby running on Rails.) I have not been able to find any info on the integration of the two, and someone suggested asking here. Any info would be appreciated. Any links to examples would be great too.
Thanks - please make sure you respond to me directly
2005 Dec 29
7
Laszlo on Rails kicking off
The Laszlo on Rails effort, bringing the rich web interface of
OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails
(http://www.rubyonrails.com) will be kicking off next week.
We have a list going at
http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far
and we haven''t even begun! -- but if you really want to be close to
the action, email me with your firstname,
2006 Nov 01
1
Referencing a plugin in a spec
I am writing some specs that use ActiveMerchant to talk to a cc provider.
When I try to "include ActiveMerchant::Billing" in my spec, it tells
me it can''t find the plugin:
./activesupport/lib/active_support/dependencies.rb:123:in
`const_missing'': uninitialized constant ActiveMerchant (NameError)
Do I need to explicity require the main plugin file?
Thanks,
Mike Pence
2006 Jul 25
1
Blank map?
Hey all,
I''m a little frustrated here. The controls for the Google Map show up,
but the map itself seems to either never appear or to briefly flicker
onto screen, then to disappear.
My controller is simply this:
@map = GMap.new("map_div")
@map.control_init(:large_map => true, :map_type => true)
@map.center_zoom_init([0, 0], 6)
and my view is this:
2006 Jan 19
1
Relationships, relationships, relationships!
If I had my very own sweaty, wind-up Ballmer
(http://www.ntk.net/ballmer/mirrors.html warning: mind-scarring
video), that is what he would be saying:
"Relationships, relationships, relationships!!"
My unscientific polling of the traffic in #rubyonrails and here is
that, second to deployment issues, this is the bigges FAQ for Rails:
how to do relationship x in ActiveRecord.
There seems
2006 Jan 27
17
Is it just me, or is Ruby exploding?
I am being barraged with Ruby, Rails and Rich Internet application
work right now. Almost enough that I could quit the day job and make a
go of it, forgetting about Java altogether. Places in the greater
Miami area are turning on to Rails and Ruby -- much of it fueled by
the stronger voices in the local Java community.
Am I alone in this, or do many of you see absolutely explosive growth
in Ruby,
2006 Jan 24
4
Laszlo on Rails, Flash GUI
Ruby Forum Search did not work, and I did not find any postings about
http://laszlo-plugin.rubyforge.org/. OpenLaszlo is a framework handling
the GUI part, or the V in MVC. See
http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/ for info about
Laszlo itself.
My question is, does anybody have experience with this framework,
especially combined with Rails?
Or, could I get some of the best
2006 Apr 12
4
Laszlo on Rails underway
If you have an interest in providing rich web interfaces for your
applications beyond the abilities of DHTML, including audio and video,
you may want to join me and 225 other developers on the Laszlo on Rails
project.
Our Google group is at http://groups.google.com/group/laszlo-on-rails.
Be a part of something that will be featured in a talk at RailsConf --
join us!
2006 Oct 15
2
*what* to test?
So I dig rspec and BDD, of course. I thought that Dave''s Google Video
was a great intro () -- even if it was a bit heavy on theory and a bit
loose on the nuts and bolts. But I don''t see anyone sufficiently
answering the big question:
What do you test? How do you define higher level and lower level
behaviors that should have tests written for them?
2006 Jan 19
7
Rails or Java J2EE (Spring, Struts Shale) - scalabilty
Hi,
normally I am doing all my webprojects with PHP. But now I am planning
to use a framework, either Ruby On Rails, or Java in particular J2EE
with Java Spring, or Struts Shale.
Well, I already tried RoR a few month ago, so I am simply comparing it
to the Java alternatives now. My problem is, that maybe using Java for
my projects is like using a dredger to grub a small hole :) But on the
other
2010 Feb 07
3
Noval numbers
Dear everybody,
How can I transform numbers to a positional system with the base of, e.g., nine, and do further operations with them?
Thank you in advance
Yours, sincerely
Mag. Ferri Leberl
2017 Mar 30
3
Alphabet character in destination number (CDR)
Dear all,
I have PBX with asterisk 13.x
a couple of IPPhone that connect to that asterisk PBX send an alphanumeric
dialed phone number.
for example, in my CDR table, field DST, it show dialed phone number like
- 0C81318304632C (it should be 081318304632)
- 08D11157112 (it should be 0811157112).
Why it's happening ? and how can I prevent it to happen ?
Thanks in advance,
Ikka
Jakarta
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
And let's also spell things properly! Like 'internationalisation' ...'Weasels have got into your phone system' instead of 'gotten into your phone system...'
And 'please press the hash key..' instead of 'pound key'
There should probably be en_uk, en_us, en_ca, en_za, en_nz, en_oz, en_ie and en_in etc to allow each English-speaking country to localise
2023 Feb 22
1
Asterisk simply stops call processing
If there are multiple connections that the utilize the same driver, try
putting:
Threading = 2
in the appropriate driver section of
/etc/odbcinst.ini
...this would be a possibility if the problem is intermittent.
Also can you successfully execute the same SQL from the cli?
By the way, what driver is asterisk using?
On Mon, Feb 20, 2023 at 11:12 PM Antony Stone <
Antony.Stone at
2005 Dec 18
3
Render Nothing....
Hi,
What''s the best way to render nothing ? I am making an ajax call to
an action on my controller that does not need to make any changes to the
view.
Not sure how do that yet as I get an exception in the logs saying
xxx.rhtml not found....
Thank you all !!
--
Posted via http://www.ruby-forum.com/.
2010 Oct 04
3
EXT4 mount issue
Hi All,
When a couple of EXT4 filesystems are mounted in a server I get the
message
Oct 1 18:49:42 sraid3 kernel: EXT4-fs (sdb): mounted filesystem without journal
Oct 1 18:49:42 sraid3 kernel: EXT4-fs (sdc): mounted filesystem without journal
in the system logs.
My confusion is why are they mounted without a journal? They were both
created with
mkfs -t ext4 /dev/sdb
mkfs -t ext4
2009 Jul 13
2
raid 1 disks upgrade
Hello all,
I have a machine with 2 SATA 250GB disks which I want to upgrade to 1TB
SATAs
This is the partition structure on both disks:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 fd