Displaying 13 results from an estimated 13 matches similar to: "CentOS groups on LinkedIn, Facebook, Orkut or Xing"
2005 Nov 18
10
[Request] file_column configurability
I wasn''t sure where to email this request, so I am hoping the author of
file_column actually sees this. I was wondering if there were any plans to
allow some configurability in the file_column plugin. By configurability I
mean allowing the developer to define which table column is used as the
unique identifier when creating image folders. Right now it seems like it
uses the ID of the
2009 May 31
3
Proposal for standardized mugshots
Hi,
The first issue of the newsletter is being finalized to be released on
Tuesday. For this we wanted to personalize the content a bit (and also
credit contributions) by adding mugshots when we report about people
and/or get contributed content.
To facilitate this, we need a standard to refer to these mugshots and for
this I'd like to propose the following convention for everyone who
2009 Jul 02
2
Language Translation
Hi All,
Can anybody tell me how can i type regional languages like Hindi,
Tamil, etc in a text area using virtual keyboard or something. Otherwise
like Orkut, if I written something in English, it should automatically
convert into selected language. Any plugin or gem is there to do this.
Thanks in Advance,
Avantec
--
Posted via http://www.ruby-forum.com/.
2008 Feb 12
3
Rails Messaging (INBOX) system
Hi All..
I need to implement messaging system in one of my rails
applications(To say simply it must be similar to orkut messaging
system). Even if i am having a rough idea on how to implement it, i need
any one your guidance to the way of approach. Could any one suggest me
with good stuff or links which may guide me to implement the mentioned
feature. I greatly appreciate any replies
Thank
2004 Jun 10
1
Informal discussion group about R
I've started a "tribe" for discussing R and
sharing scripts. Tribe.net is one of the popular
on-line social communities, like "Friendster".
Visit and see if it is a forum that you find useful.
To join the "tribe" you will need to register with
Tribe.net.
I hope it will be of help to newbies, although I'm
new to R myself.
Here is the url:
2004 Aug 03
3
basic questions: any place for them
Hi
I have two basic questions, and here they go, but I was wondering as
well where can I ask these basic questions without bothering you
people
I've used Splus and now I'm using R and there's some functions that I
can't simply find
one:
sort.col
that allows data.frames to be sort by a given col
(I saw the funtion sort but that's for vectors. and I can't believe I
2007 Nov 07
6
Rich (or any) GUI Components for Rails
HI,
I Find rails great but theres lack of rich components, i mean any
components except standard html controls..
I cant build everytime my table with all features, we are crud right ?
So any component repository planned ?
Maybe rails isnt good solution for my requirements ?
I heard that components facility is now depreciated in rails... why ?
So far im programming asp.net and im using
2007 Sep 24
1
selecting a form
What''s the best way to select a form on a page with Mechanize if the
form doesn''t have the "name" attribute? I''m already familiar with the
page.form(''myformname'') syntax but this doesn''t? work with forms that
have no names.
--
Thank you,
Shane Witbeck
Digital Sanctum, inc.
-----------------------------------------------------
2010 Nov 01
3
system logs out suddenly
I have CentOS5.3 installed on the system. I have updated firefox to
firefox-3.6.11-2.el5.centos. While doing any work on the internet, suddenly
the system logs out. What can be the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20101101/555a4463/attachment-0002.html>
2004 Mar 19
9
Important: The Asterisk Bug Tracker
Okay fellow Asterisk users... Listen up (or perhaps more appropriately,
"read down").
The Asterisk community is growing at a remarkable pace. I know there are
thousands of you out there -- in fact there are over eight *thousand*
subscribers to asterisk-users alone, and almost one *thousand* registered
users on the bug tracker. The #asterisk IRC channel is consistently in
the top 10
2008 Apr 05
1
Problems getting file upload to work on rails 2.0.2
Hey Guys,
I''m trying to upload a file to rails. I thought it would be pretty
straightforward but I''ve run into a peculiar bug... the form I''m using
is shown below and then the error message.... any suggestions or
diagnostic hints would be appreciated. I''m running rails 2.0.2 and ruby
1.8.6
<form method="post"
2007 Dec 02
0
attachment_fu doesn't generate thumbnails on windows
Hi,
I''m having trouble with attachment_fu on windows not generating any
thumbnails on the fly. I started out trying to incorporate this into my
app without success then tried implementing Mike Clarke''s tutorial
(http://www.clarkware.com/cgi/blosxom/2007/02/24) and got the same
problem.
I have resolved some gotchas I found in the "attachment_fu on Windows"
thread
2008 Mar 14
2
attachment_fu attributes in db
I''m using file_column for upload images.
now,I want to use the plugin attachment_fu.
I have seen that for use it, i must create the attributes like:
class CreateMugshots < ActiveRecord::Migration
def self.up
create_table :mugshots do |t|
t.column :parent_id, :integer
t.column :content_type, :string
t.column :filename, :string
t.column :thumbnail,