Displaying 10 results from an estimated 10 matches similar to: "Where''s the doc for get(), post(), put(), delete() & head()?"
2006 Oct 06
4
filemaker
Hi I am told that filemaker follows an SQL standard.
We have filemaker pro 8.0 Can I access the database using activerecords or
Rails? All I see mentioned is postgres, mysql, etc
I found http://rubyforge.org/projects/rfm/ it requires FileMaker Server
Advanced 7.0,
But the server advanced is 1400$ for education and I can''t justify the cost
right now.
My goal is to develop a small
2006 Sep 06
2
Skydome not working
Hi all,
I've searched all over to the answer for this but no luck. In short, skydome doesn't seem to be working, I only have a black background. Skydome is pointing at the following:
$ file plaza.png
plaza.png: PNG image data, 2048 x 1024, 8-bit/color RGB, non-interlaced
In the "Gnome Compiz Preferences" app, on the "Workspaces" tab, under "Cube", I
2011 Dec 01
2
Association problem
Hi all
I am using four models user, member, unit, society
I have linked member, unit and society through member_property table
user has one to one association with member while all other models
have many to many association.
How do I link user to member, and user to unit through member
i wanted something like
<%= @user.member.unit.unit_number %></p>
Can someone guide how to
2015 Jul 13
2
Crear datos aleatorios con restriciones
Perdon por no se lo suficientemente claro :(
Tu codigo produce `validPairs` que tiene 7 variables y 360 observaciones.
Donde
> validPairs[1,] V1 V2 V3 V4 V5 V6 valid
60 e1 g1 c1 e1 g1 c2 Valid
indica que un maestro tiene asignado c1 y c2 en la escuela e1 y el grado
g1. Correcto? Si es asi, esto es casi lo que queira producir y creo que
puedo llegar a donde quiero usando tu codigo de base.
2006 Jan 30
5
Functional tests and dealing with login before_filter
Hi all,
I''m curious as to how you do functional testing on the controllers if, within
the ApplicationController, I have a before_filter :authorize, :except =>
:login, where the private authorize method checks for session[:user].
I can''t do "post :login", because that method is in a different controller.
I tried setting session[:user] directly in the setup
2006 Apr 08
0
Jupiter Direct Subscription Confirmation Needed
Final Step:
REPLY to this message to CONFIRM your subscription to:
internet.com Daily (HTML)
InternetNews Business Report (HTML)
NewsLinx (HTML)
boston.internet.com (HTML)
dc.internet.com (HTML)
SiliconValley (HTML)
Flash Kit (HTML)
JavaScript.com (HTML)
SMW News (HTML)
ScriptSearch Daily (HTML)
WebReference Update (HTML)
Webdeveloper Weekly (HTML)
ASPnews (HTML)
ISP-Planet (HTML)
ECommerce-Guide
2009 Sep 14
0
Rails Authors
WDVL.com is looking for authors to cover Ruby on Rails. This a new
area for us and we don''t have a lot of coverage in this area. We are
looking for short concise tutorials on all aspects of RoR, ranging
from beginner to advanced. If you are interested please e-mail me at
rhein-H4aWS73dXupWk0Htik3J/w@public.gmane.org with some samples of your work and I''ll give you
the details.
2009 Oct 02
1
text mining
The following code is derived from a paper titled "Text Mining Infrastructure
in R" (http://www.jstatsoft.org/v25/i05/paper). The example below seems to
load some default documents for analysis, some sort of latin document. I
cannot for the life of me figure out to load my own document let alone an
entire corpus. I have searched the above documenet as well as related
documentation.
2006 Jun 22
0
Welcome aboard actions
Hi
Does anyone know how I can deconstruct the welcome aboard page?
I found this thread that offers some info,
http://www.nabble.com/Strange-messages-in-%22congratulations%22-mode-t1106264.html#a2901229
"properties is the method that services the rails_info/properties action
invoked by the link"
How can I trace what is happening?
--
View this message in context:
2006 Mar 28
3
compiling php with fcgi on tiger
I can''t figure out how to compile php with fcg enabled.
I found a website which gives an example of how to write options in
configure
http://scoops.totallyrule.com/articles/2006/02/01/mysql5-ab-package-and-php5
So I wrote
./configure --prefix=/usr/local --program-suffix=5 --enable-fastcgi
--enable-discard-path --enable-force-cgi-redirect
--with-mysqli=/usr/local/mysql/bin/mysql_config