Displaying 20 results from an estimated 300 matches similar to: "CMS centos3"
2009 Jul 09
2
OT:CMS
Dear ALL,
What are the experiences you have with various open source CMS
products (Comparison of PHP-based CMS) such as (Drupal, Joomla,
OpenCMS, Typo3, eZ publish ..etc.)
Security, Bugs, Performance, Support, Developer Community, learning
curve, appearance..etc
Thanks
-mu
2004 Sep 14
2
Mitel 5010 +5220
I know this is not strictly an asterisk issue but it is related I guess.
Just to let you know that after many calls to Mitel the consensus is that
they will be releasing a new version of the 5220 that is dual boot (minet
and SIP) next week or the week after. This firmware will only appear on
NEW phones manufactured after the release date (no one could confirm but
the 23rd of sept was
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/.
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:
2019 Jan 30
3
C7, firewalld and rich rules
Hi, again, folks,
I'm trying to convert a number of iptables rules to firewalld rich
rules. I need to do this, because this is, in fact, a firewall, to
protect access to servers with sensitive data. It will limit access to
the servers behind it to a specific network, and nobody else, and allow
only certain services through.
What I've been trying to find is a script/program that
2006 Oct 17
2
how to do scheduling in rubyonrails
can you please tell me how to cerate an automated mail generation in
rubyrails in specific time period .My requirement is to check the user
last log in and generate an automated mail after 3 months or one year
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this
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 May 04
1
Fwd: meetme conference latency degrades...
I haven't seen this appear on the list, so I thought I would resend
it...
Sorry for the repost if it did appear before...
----- Forwarded message from Michael George <george> -----
Date: Wed, 3 May 2006 21:48:09 -0400
From: Michael George <george>
Subject: meetme conference latency degrades...
To: asterisk-users@lists.digium.com
We have recently started making more frequent use
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
2008 Jun 24
1
iBall UPS support?
Le lundi 23 juin 2008 ? 21:16 +0530, John Kennedy a ?crit :
> Salut!
bonjour
> I have an iBall Nirantar UPS-630 UPS
> (http://iball.co.in/inner/show_product_details2.asp?catid=25) and am
> interested in hooking it up to my Ubuntu box. Problem - it only comes
> with WinPower Windows driver... Alas I search for it's compatibility...
>
> I send you this message as this
2008 Jun 24
1
iBall UPS support?
Le lundi 23 juin 2008 ? 21:16 +0530, John Kennedy a ?crit :
> Salut!
bonjour
> I have an iBall Nirantar UPS-630 UPS
> (http://iball.co.in/inner/show_product_details2.asp?catid=25) and am
> interested in hooking it up to my Ubuntu box. Problem - it only comes
> with WinPower Windows driver... Alas I search for it's compatibility...
>
> I send you this message as this
2004 Sep 01
6
Mitel 5010
Does anyone know if this phone can or does work with Asterisk ? I have a
potential client who wants to throw away their current mitel ip system
(keeps crashing on a regular basis - not good for a phone-based company),
but are reluctant to purchase new handsets.
Thanks.
Julian.
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/.
2006 Jan 23
7
Search functionality and CMS
Hello,
I am planning to build a bigger Internet platform and actually evaluating
Java EE and Rails. I have a lot of Java experience and I am quite new to
Rails. After playing some weeks with Rails I am sure that it is a mature web
framework and I really like the productivtity of Rails. One of the key
advantages is that new developers will understand this platform much quicker
than all the Java
2006 Feb 20
3
Caching of classes non working or Howto?
Hello!
I m new to rails. I m playing around with it on a SuSE 10.0 box with
ruby 1.8.2 and gems and rails and postgres. rails xyz creates a nice
rails application, with its directory and ruby script/server runs
webrick nicely and lets me see the page on localhost:3000.
I went with some tutorial to create a Hello page showing the time and a
Bye-Link to link to an Bye page.
cat
2006 Jun 23
0
Bricolage in a repository
Just wondering if any folks have seen this in a repository with it's
myriad of perl dependencies.
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 Feb 20
7
How to Get data from Web Page to Database.
Hi,
I want to get the details from a table which is displayed on a Web
page into the Database.
How to read that Web page ? I mean if there is table Student details
like Roll no., name etc.
And I want to read that table & store it into my database in table
My_Student. How to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2006 May 23
10
Ruby on Rails: Up and Running
hello,
On page 49 of the beta version of Ruby on Rails: Up and Running, the
book suggests to download a zip file containing everything that has been
done up to that point, and a create_tables_with_data.sql file. The book
doesn''t have the link, and I couldn''t find it in the book site. Does
anyone know where to get the files?
This is a very good book.
Thanks.
--
Posted via
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