Displaying 20 results from an estimated 3000 matches similar to: "how to do scheduling in rubyonrails"
2006 Mar 28
2
Rails Oracle connection
I''m using the following configuration in the database.yml to connect to
Oracle,
however I could not connect while the settings seems to be correct:
development_oracle:
adapter: oci
host: 127.0.0.1:8080/XE
username: rubydb
password: rubyrails
What is wrong here?
Can anyonbe help me?
--
Posted via http://www.ruby-forum.com/.
2005 Dec 27
3
CMS centos3
Anyone using or recomend a content management system that will install
without out a lot of mucky muck on a Centos3 system? I looked at Zope
but it needs a newer Python, Midgaard looks likes it's geared towards
RHEL4. OpenCMS looks like it runs on java so that might work. I have
yet to look at Rubyrails and Django.
2007 Mar 08
1
RubyRails ActiveRecord base64 encode/decode of binary data
Hi,
I have binary images stored in a table which I wish to encode/decode with
base64 before reading into html object:
<object data="data:image/foo;base64, ..base64 data.." />.
How can I do this in RubyRails?
--
Regards
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2005 Mar 06
9
How to do SQL queries outside of AR
Hi Everyone,
I''m trying to figure out how to do SQL queries in the Controller. I know
this is not recommended, but I can''t use ActiveRecord because I am
dealing with thousands of a different tables, one for each user, and
I don''t think AR can be made to handle that situation.
You can assign the table name; but that''s a class variable so any particular
2012 Dec 31
3
cut ()
Hello List,
My goal is to create a 5 category variable (p1_st_data$ob_mrj_cat), based on the p1_st_data$obt_mrj_p variable, using the following code for 50 States and District of Columbia (N=51).
p1_st_data$ob_mrj_cat <- cut (p1_st_data$obt_mrj_p, quantile (p1_st_data$obt_mrj_p, (0:5/5), include.lowest=TRUE))
The issue is that, for Utah, I am getting an <NA> instead of (42,48.7] in
2009 Jun 16
1
overshoot of formula line in summary output of Sweave
Hi,
In the Sweave output for summary for several types
of model objects and also for the comparison of models
with anova, I find that that the display of the call(s)
or formula does not obey the width option, even with
keep.source=TRUE set, so that a long formula will overshoot
the margins in the document. I would like to know if
there is a good way to correct that. Looking at the
print.summary
2011 Nov 05
13
Adding a site admin user while creating a site
Hi Gurus,
I wanted to add siteadmin user(basically a user with a certain role) while
creating the site itself. I hope that i have done all the necessary stuff
by going through raynb''s railscasts (
http://railscasts.com/episodes/196-nested-model-form-part-1) But could not
see user fields being displayed in the site creation form.. Below are the
details.
I Have two model users and
2007 Nov 20
0
Problem while Reading Url in rubyrails application
hi ,
can anybody help me,
while iam running rubyrails application url->
http://localhost:3007/member_account/new
iam getting the following error.
NoMethodError in Member_account#new
Regards,
Nagarjun
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2004 Aug 06
2
SV: Speex modes
Thanks!
Btw, have you tried using SBR-technology or similar with speech codecs? That
might be a good idea I thought.. But I don't know if it produces as good
quality with speech codecs as it does for music codecs. Do you know if there
is any open source variant of SBR?
/Pontus
-----Ursprungligt meddelande-----
Från: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org]För
Jean-Marc
2004 Jan 09
1
degree-min-sec data
Hello -
Have both astronomic and geodetic data sets with values in the form
"ddd:mm:ss.sssss", where dd is an integer between -180 and 180, mm is an
integer between 0 and 60, and ss is a floating-point
number between 0 and 60.0. In order to do anything useful with these
values they need to be turned into their "decimal degree" equivalent.
Assuming the data is a vector y, the
2006 Feb 08
5
Mysql::Error: Lost connection to MySQL server during query:
Hi,
I am having Mysql connection problem for my first AddressBook
application (which I took it from
http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/)
I have gem installed the latest ruby, rails, lighttpd, fastcgi,
mysql-4.1.14 on linux. Everything looks good. When I do:
mysql -h localhost -u test -ptest -D AddressBook
mysql> SELECT COUNT(*) FROM contacts;
+----------+
|
2007 Jan 04
5
Mashup Tutorial
Hi:
I am looking for a good hands on web mashup tutorial? or books for that
matter.. Google gives me bits and pieces of the info but not any step by
step or hands on tutorial..
Thanks a bundle
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Aug 18
1
How update a record which hasn''t id column?
Hi, I''ve two database tables 1-N related and one of them doesn''t have id
column:
matches (id, more columns), match_details(match_id, ... more columns)
Also have two models that represents these tables:
Match MatchDetail
has_one :match_detail belongs_to :match,
:foreign_key => ''match_id''
When I
2005 Jun 23
1
3.0.20pre1 - Test in NT4 Domain using "winbind nested groups"
Guys, I've been testing functionality of this new release in my playpen
setup. So far things appear to be working ok, however in an NT4 Domain
with "winbind nested groups = yes" defined I see none of the NT4 DC's
local groups in Samba, either via wbinfo -g, getent group, or via
Windows Explorer security dialogs.
Presumably the reasonably recent nested groups support will work
2007 Feb 04
4
problems with tutorial
I''m having some trouble with the instructions at the link below:
http://instantrails.rubyforge.org/tutorial/restarting_the_dev_env.html
I had started at the tutorial at http://instantrails.rubyforge.org/
tutorial/index.html
and had gotten as far as creating the cookbook2 exercise and had
gotten to the "Welcome aboard you''re riding ruby rails" screen in
explorer, but
2006 Aug 14
1
Rails Live CD
Hi
Many on this board may already be aware of this, so for those who are
not
Just ran across this, burned it and now playing with it.
Rails Live CD - Based on PCLinuxOS
http://www.pclinuxos.com/news.php
I''m just starting out with ror. maybe other newbees might find this of
some interest.
Clark
http://sgetty.ath.cx
--
Posted via http://www.ruby-forum.com/.
2007 May 11
1
Memory leak Windows XP SP2 related to search involving 'ä'
Hi there -
I have read through the posts here that seem related to this problem and
tried all the suggested solutions. None of them seem to fix my problem:
I am running Windows XP SP2, MySql 5.2, ruby-1.8.5, ferret-0.11.4
Right now I am still running everything in WEBrick
I set up my system according to this:
2006 Nov 04
0
My book is out -- Ruby on Rails: Up and Running
The book that Bruce Tate and I co-authored was released yesterday by
O''Reilly --"Ruby on Rails: Up and Running". It is a quick-start guide
expressly designed to get you going with Rails quickly.
The press release is here:
http://press.oreilly.com/pub/pr/1616
and the book page is here:
http://www.oreilly.com/catalog/rubyrails/
Curt
2007 Dec 02
0
new installation and migration
Hi everybody
My first post so be patient.
I''d installed a full functional rubyrails system on ubuntu 7.10
server.
A collegue of mine has given me a copy of his application and I''m
trying to migrate it to my new server.
Nothing to do.
HERE THE ERROR
_____________________
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/
dependencies.rb:376:in
2006 Aug 25
0
My book is out -- Ruby on Rails: Up and Running
The book that Bruce Tate and I co-authored was released yesterday by
O''Reilly --"Ruby on Rails: Up and Running". It is a quick-start guide
expressly designed to get you going with Rails quickly.
The press release is here:
http://press.oreilly.com/pub/pr/1616
and the book page is here:
http://www.oreilly.com/catalog/rubyrails/
Curt