Displaying 20 results from an estimated 1000 matches similar to: "Flex and Rails"
2006 Apr 19
3
Flex or OpenLaszlo
I''m just wondering if anybody has got any experience in integrating Flex
or OpenLaszlo with Rails and which people prefer.
I''ve seen some of the tutorials but am pondering which one, if any, I
should turn to:
http://coenraets.com/tutorials/flexonrails/flexonrails.html
http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1
2006 May 09
2
Anybody using Macromedia''s Flex with Rails?
Yeah I know this is a bit of a weird question since everybody seems to be
going ajax - just curious
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060509/8537fdc3/attachment.html
2006 Mar 14
4
Rails Developer Positions in San Diego
We are looking for fulltime Rails Developers to join a tremendous rails only
development team in San Diego. Please send resume and examples of work to
info@mingle.com.
Pay is based upon experience and there is an opportunity for options.
Cheers,
Mike
Mike C. O''Brien
CEO
Mingle, LLC
701 B Street, Suite 1150
San Diego, CA 92101
mcob@mingle.com
619-922-6970 Cell
619-822-2471 Office
2006 Mar 13
32
DRY principle form validations
We are wondering how you''d validate a credit card number or a SSN
without writing Javascript and Ruby code.
Would it be through Rails'' AJAX support?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 01
3
Using aspects to apply authentication
Greeting. I was wondering if anyone is using AOP (Aspect Oriented
Programming) to ensure login and authentication before allowing someone
access to controllers and models.
I found two versions of RCR 321 that discuss cut-based AOP, but as far
as I can tell there isn''t an implementation of the RCR as an AOP
framework.
Additionally, I tried to dig up information on Aspect4r and
2007 Dec 18
2
RFacebook | Help required
Hello all,
I am developing a basic application using RFacebook. The tutorial Im
following is from
http://www.liverail.net/articles/2007/6/29/tutorial-on-developing-a-facebook-platform-application-with-ruby-on-rails
After I develop the facebook app, and start the server and send a request to
http://127.0.0.1:3000/socialrecipe, it takes me to the facebook login page
(as expected, so no issues up
2007 Oct 15
9
POST with huge HTTP body
Hi,
I found the following page describing how to stream data from the
server to the client:
http://api.rubyonrails.com/classes/ActionController/Streaming.html
I want to do the opposite, streaming data from the client to the server,
letting the controller saving the data while it''s being received.
In particular, I want to upload large files to the RailsDav
2006 Mar 15
9
Rails 1.1 is coming!
"Rails 1.1 is coming" - Feb 26, 2006 post in rails-core
* http://www.ruby-forum.com/topic/55991
Final Drive Candidates (highlighted for review by core members)
* http://dev.rubyonrails.org/report/19
Potential Rails 1.1 Blockers
* http://dev.rubyonrails.org/report/10
Did you know you can run many different versions of Rails on the same
physical server? This means you can test
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello,
I am trying to find a WebDAV library for Ruby that works with fastcgi
(production) and Webbrick (development).
I''ve found this link which mentions a Webbrick WebDAV library:
http://redhanded.hobix.com/inspect/
webrickWebdavHandlerSafelyExtractedFromTheWild.html
Unfortunately it sounds limited to Webbrick which will not suit the
production environment.
Does anyone know of a
2009 Jul 15
1
Security Policy.
Hello everyone,
I'm actually sharing using samba three folders with some important
content inside of it. I would like to know if it's possible to log
every file read, write, delete, etc. I've been looking on the web and
found that SELinux maybe is the answer, I've already installed
everything but I have no clue on how to work with this. Does anybody
alreay have
1999 Dec 01
2
R and XML -- a near perfect combination?
Please ignore my ignorance, I'm new to R,
but starting a longish project that will use R a lot.
(a computer scientist learning about stats at the
same time).
Did anybody alreay write a XML parser for R?
XML, as we will have tons of data-interchange with
all sorts of other programs and XML is good for giving
meaning to raw data.
I checked the FAQs and the documentation, but didn't find
2002 Sep 20
3
Problem Seeing Linux Machine From Windows Machine
I am very new to Samba, so please excuse this naive question.
Samba seems to be working properly from my Red Hat 7.2 system. I am
using a GUI called xSMBrowser, and am able to transfer files back and
forth to the Windows machines on my network.
I now want to access my Linux system from a Windows 98 machine. I can see
it ('Mail') in 'My Network Places' within the workgroup
2007 Oct 05
20
RSpec Book(s) on the radar
I just found this one: http://tinyurl.com/3c3mfa
David, are there any other RSpec books in the works?
With Regards,
Cody Skidmore
2002 Sep 29
8
Mounting Share at Boot
I am trying to mount a Windows share on my Linux machine at boot time.
I tried using the same syntax in /etc/fstab that is in /etc/mtab, but
this did not work.
Here is the mtab entry:
//DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0
Barry
2001 Apr 17
2
Infected source file?
Good afternoon,
when I attempt to download this file I receive a warning that this file is infected with a virus.
Regards
Stan Skidmore
SCSA
M&CT Site Operations
Pager 206-797-0564
Phone 425-865-4590
2007 Sep 29
4
flex package marked as fc6 and no flex-devel?
Hi all,
I'm in the middle of setting up a build environment for OpenWRT and it looks
like the packages need flex.
Looking at the CentOS repositories, it looks as though the flex package is
tagged as fc6 - it also looks like there is no flex-devel package at all.
Does anyone know what the go is here?
Available Packages
Name : flex
Arch : i386
Version: 2.5.4a
Release: 41.fc6
Size : 124
2020 Oct 12
2
setlmasterrole in config
How can setlmasterrole be set persistently? Is there a way to put it in
some config file?
If not, if setting it from the command line is the only option, what is the
recommended approach to ensure it is set upon reboot?
Thx
--
BOB BUCK
SENIOR PLATFORM SOFTWARE ENGINEER
SKIDMORE, OWINGS & MERRILL
7 WORLD TRADE CENTER
250 GREENWICH STREET
NEW YORK, NY 10007
T (212) 298-9624
ROBERT.BUCK at
2007 Nov 07
4
Gracefully stopping EventMachine?
Hello all,
I''ve been learning Ruby and playing with a chat server I built using
GServer. After into an issue I found with GServer, that no one else seemed
to notice (actually, similar to this question, GServer is hard to kill
nicely, especially when you want to.), I found references to EventMachine,
and rebuilt my server using it. I much prefer EventMachine''s model.
The
2002 Sep 30
1
Fwd: Re: Mounting Share at Boot
--- linux power <linuxpower2002@yahoo.no> skrev: >
Dato: Mon, 30 Sep 2002 19:53:40 +0200 (CEST)
> Fra: linux power <linuxpower2002@yahoo.no>
> Tema: Re: [Samba] Mounting Share at Boot
> Til: skidmore@worldvenue.org
>
> Have you tried smbmount "\\\\client machine\\dir"
> '/home/barry' -o username=xxx password=xxx
> in your rc.local file for
2007 Aug 17
4
RSpec --format --html:/path/to/file.html
Greetings everyone. I''m learning RSpec and am pretty fresh to Ruby/Rails,
but am so excited I can''t help jumping in. I''m running before I can walk
here. :-)
Yesterday I tried outputting test results to HTML instead of colorized
plain text. It looked like there were some entries in the change log for
the 1.0.5 release allowing RSpec to do what I wanted.
I tried