Displaying 20 results from an estimated 10000 matches similar to: "Creating menus with Ruby"
2006 Nov 07
15
Best Distro for Mongrel
Hello all,
I''ve gone through a lot of extra effort trying to get Mongrel to place nice with Ubuntu. Since I''m at my wit''s end trying to get it to work on this distro, I was wondering if anyone could suggest a distribution that makes it easy to set up. Any thoughts?
Thanks,
Will
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone calls to 30+
2007 Jun 18
4
Images outside the site
I''m developing a site that will need to display images that will be stored in a location outside the site. What would be the easiest way to do this? The site will be running on a linux machine.
Thanks,
Will
---------------------------------
You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
2012 Sep 19
7
Renaming Journey and avoiding libraries with common noun names
Hi all,
I know this is a long shot, but could renaming the "Journey" module please
be considered by those in a position to support it?
I''ve written an issue on this in the journey repo also:
https://github.com/rails/journey/issues/49
Essentially our project has a model named Journey, the same as Rails 3.2''s
new routing driver. As a consequence we can no longer
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys,
Facing a weird error .
Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
It seems to be happening with mail sending mail . I am using AUTHSMTP to
send mails . Unable to send mail and the app breaks .
Any help will be appreciated . Same code worked with ruby 1.8 and rails
2.3.x .
*Configuration*
Rails 3.2
Ruby 1.9
Engineyard , Linux Instance
*Backtrace :*
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys,
Facing a weird error .
Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
It seems to be happening with mail sending mail . I am using AUTHSMTP to
send mails . Unable to send mail and the app breaks .
Any help will be appreciated . Same code worked with ruby 1.8 and rails
2.3.x .
*Configuration*
Rails 3.2
Ruby 1.9
Engineyard , Linux Instance
*Backtrace :*
2017 Jul 02
3
Error while accessing reviews.llvm.org
Hello Devs,
I am getting following error while connecting to review server.
" A Troublesome Encounter!
Woe! This request had its journey cut short by unexpected circumstances
(Can
Not Connect to MySQL)"
Is anyone else facing this?
Thanks
[image: Inline image 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jul 09
1
Problem with LoginEngine
I installed the Engines and loginEngines plugins but when it came to set
up the Database schema.rb, that file is missing from the folder. I have
searched everywhere possible to see if i can get this file and set up
the schema but no success. Anyone with the same problem or know what
the issue could be?
Even the documentation for loginEngine does not show this file anywhere.
Thanks to anyone
2007 Jul 18
1
How to pass an array of model objects on a view
hello,
I am just beginning to understand how ruby on rails works. I have the
following problem:
In the controller I would like to create an array of model objects:
@arr_journeys = Array.new(3, Journey.new)
In the view I would like to do the following:
<% for i in 1..4 %>
<%= text_field(@arr_journeys[i], :quantity, :size => 6 %)>
<% end>
Is there any chance to do
2017 Jul 02
2
Error while accessing reviews.llvm.org
Hello Devs,
I am getting following error while connecting to review server.
" A Troublesome Encounter!
Woe! This request had its journey cut short by unexpected circumstances
(Can
Not Connect to MySQL)"
Is anyone else facing this?
Thanks
[image: Inline image 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Oct 22
2
Recommendations for image malware detection?
Hello all --
This is not a CentOS specific question, but I have a feeling some of you
are involved in enterprise malware efforts, so here goes.
Does anyone have recommendations for malware detection that includes
detection in image files? I'm looking for something that could be
integrated into a batch cron process as opposed to a client end download
check.
Thanks.
--
2009 Nov 02
2
hardware requirements for asterisk
hello friends
friend i had just finished my chapters of asterisk. ill be
configuring asterisk in for home for r/d purpose. i am having p4 machine
with 1 GB RAM, ill be configuring asterisk on centos 5.3, the only doubt
which i am having is which hardware ill have to buy to configure asterisk.
i think analog card ? plz clear my doubt. n be with me from beginning till
end, of the journey of
2010 Oct 30
2
Using names function
Just starting on my journey to learn R and the book I am using is "Using R for Introductory Statistics"
One of the problems (page 15, 1.10) goes as follows:
The monthly sales fig for 2002 were (2700, 2600, 3050, . . ). Using diff() find the month with greatest increase from prev month.
I created a msales var:
msales = c(2700, 2600, 3050 . . )
I named them:
2008 May 20
2
hist clarification
Can someone help me with a misunderstanding I'm having with hist? I
expected, from the example below, that the number of bins would always be 10
and the length of the counts array the same. According to the help section
'breaks' can be a integer indicating the number of bins. From the example
below, the number of bins (length of the counts array) varies. Am I wrong in
expecting the
2013 Jul 08
0
Looking for a Ruby on Rails developer interested in a startup project
Hey everyone, I am currently creating a startup with a friend, and would
love to tell you a little bit about it as we are actively seeking a Ruby on
Rails developer to work with us. If you are interested in an
entrepreneurial adventure, this could be a perfect opportunity.
About Jolibook
The publishing industry has evolved a lot over the past few years and
self-publishing has become
2001 Sep 19
2
tcltk: Difficulties creating menus
I am struggling with adding menus to a tcltk application. The following
example (from the O'Reilly book on Perl/Tk) works fine:
#!/usr/bin/perl -w
use Tk;
my $mw = MainWindow->new;
$menub = $mw->Menubutton(-text => "Color")->pack();
foreach (qw/red yellow green blue grey/) {
$menub->radiobutton(-label => $_, -command => \&set_bg,
2010 Dec 30
2
Analysing Character Strings for subsequent frequency analysis
Hi
I'm trying to get to grips with R and establish R as a teaching medium
in my secondary school. I would like to use R to analyse text so I can
produce frequency analysis of the text for subsequent examination of
ciphers. I can produce code in VBA but I am struggling when writing in R
to examine each character. There must be a clear method using the
vectorised format of R. Furthermore,
2020 Apr 27
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
Hello LLVM developers!
So, I'm continuing my journey with my toy C++ JIT compiler implementation,
and I wrote another article on the issues/solutions I've been working on in
the past few days, mainly:
- Precompiled header handling,
- Emulated TLS desactivation,
- Globals construction & destruction,
- C++ exceptions handling,
- Multi modules linking,
=> In case this could be
2003 Oct 28
2
v3.0.0, AD, 2k3 mumbles
I'm running a Samba 3.0.0 server in production in security = ADS mode
against a W2k ADS server. Works just fine, thanks!
We're sort of under pressure to regrade to a 2003 AD server, which sent
me trying stuff out a bit. Meager results. The 3.0.0 I have (linked
with MIT krb5-1.2.8) refuses to verify incoming tickets:
[2003/10/28 16:27:36, 3]
2005 Feb 27
12
Four Days on Rails
There are a number of really good beginner''s guides to Rails on the web
now - covering installation through to running the first ''scaffold''.
However, as a complete Ruby newbie, I found the next stage - moving on
to producing ''real'' applications - quite hard going.
To help others make the same journey, I''ve put together a ''next
2014 Jun 04
1
FreeNAS configuration command
Anybody knows what configure command settings FreeNAS use to compile NUT?
More info on my journey:
http://forums.freenas.org/index.php?threads/nobreak-bz1200-br-back-ups-rs-1200va-600w-bivolt-115-nt.20247/
Thanks
Bruno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: