Displaying 20 results from an estimated 40000 matches similar to: "uploading picture"
2011 Aug 07
2
PROBLEM WITH PAPERCLIP
hello,
i am trying to upload a image file ...using paperclip in rails 3
i did as follows
1. In gemfile => included gem paperclip
2.In config/environments /development.rb => Paperclip.options[:command_path]
= "/usr/bin/" (convert path)
3.created a controller *picusers *and defined => def create
@picuser = Picuser.create(params[:picuser])
end
4.created a model *picuser
2011 Aug 04
1
how to create a mailer
hi,
i got a problem in creating a mailer using rails g mailer UserMailer .. used
to send a mail to the user entered e mail-id ...in the form.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send
2011 Nov 11
1
time zone not getting saved in the database
Hello,
Using rails 2.3.9 and ruby 1.8.7
I am trying add time zone in the site according to user''s time zone
(selected by the user from the drop down of time zones)Code is done as
follows, but time zone is not getting saved in the database.
IN Application Controller
before_filter :set_time_zone
def set_time_zone
Time.zone = current_user.time_zone if current_user
end
IN View
2010 Jun 30
1
App not run when I upload on hosting support RoR
I have app RoR good running on NetBean with JRuby
But, I upload up server to server, it not run.
I have ready setup rubygem.
Cau you help me?
please guide detail with me about work from how to upload code to server
host and start running app RoR.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2014 Dec 14
1
Aw: Re: Re: rsync not copy all information for font file
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20141214/3d32f770/attachment.html>
2009 Feb 23
6
installing rsync-3-0-5 on a Mac
Hi -
is "rsync --version" reporting the wrong version number, or am I to
stupid to properly install rsync-3-0-5 on a Mac?
Here is what I did:
download and extract rsync-3-0-5 (btw: why is there an extra patches
folder?)
in Terminal I ran: ./configure, make, sudo make install
There was no error message, and the old /usr/local/bin/rsync was
replaced.
When I now issue "rsync
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues.
Thanks,
VC
[root]
path = /
auth users = XXX
secrets file = /usr/local/etc/rsyncd.secrets
uid = 0
gid = 0
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2003 Jul 02
3
Rsync utilization every 5 seconds
Hi.
I installed the rsync and I need it to run every 5 seconds between 2 machines.
I was planning to use it in crontab, but this allows only every minute.
I couldn?t find how to do it.
Could someone explain me how to run rsync automatically every 5 seconds?
Thanks in advance,
Mauro
2006 Aug 03
1
Uploading Videos & Storing Picture
Hello,
I already have a site that allows for uploading and displaying of photos
using file_column, and I now want to add video support. I know that I can
obviously use file_column to upload and store the reference, but does
anyone know of a way to take a sample of the video on a particular frame
so that I can store that as the thumbnail view?
Thanks for the help,
Frank
2011 Jul 31
8
Add virtual attribute
Hi!
Let''s say I have an app that handles a TODO list. The list has finished and
unfinished items. Now I want to add two virtual attributes to the list
object; the count of finished and unfinished items in the list. I also need
these to be displayed in the json output.
How do I achieve that?
Best Regards
Linus
--
You received this message because you are subscribed to the Google
2020 May 25
3
Enabling easier contributions to rsync
I've decided to give hosting it on github a try, especially since there's
been a lot of nice contributions lately. Hopefully this will make it
easier for both the people sending patches as well as for me to snag the
changes. I'll continue to push changes to the samba git as well.
Here's the new repo: https://github.com/WayneD/rsync
Feel free to open issues there, but we
2009 May 18
4
Possibility to porting Rsync to NT and other platforms
Hello,
I am looking into possibilities of porting RSync for windows. Does anybody
have an idea that which libraries and dependencies RSync uses which can not
be compiled on windows (so thats why we use cygwin)
Regards
Hasanat Kazmi
--
Hasanatkazmi@gmail.com
"I hate Capitalism,so naturally I love Open Source" -- Hasanat Kazmi
+923464362473
-------------- next part --------------
HTML
2010 Jan 28
4
Latency and Rsync Transfers
Hello,
Working a few servers that are transferring data across country with a 75ms
delay on a GIGE connection. We can tune the tcp buffers on linux to improve
the connections using iperf. Does rsync use the tcp buffers of the OS or
does it override these settings?
Thanks,
Neal
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jan 22
4
Rsync's Speed
During my initial download for my home directory backup, it took rsync
over 6 hours to do the initial backup, but I can FTP the stuff in about
30 Mins. Is Rsync usualy this slow? I have compression turned on, and
its across a 100 MB/S network, Anyone had this problem before?
Steve Sills
2012 Jul 27
7
cannot rsync when source directory lacks write permission
I seem to be running into a problem where I am trying to rsync from a
source directory that lacks write permissions (i.e. r-xr-xr-x).
Presumably this is because rsync creates the directory on the
destination, then sets the permissions to match the source and then
tries to sync the contents of the directory, which it cannot of course
lacking write permission in the directory.
Is there a way to
2006 May 10
2
rsync ok with open files?
Hi gang. I am synchronizing Windows machines (cwRsync/cygwin) with
FreeBSD server. A batch file is used to initiate the process (shell
invoked rsync daemon). My question is whether I need to tell my users
to close any affected applications (ex: Outlook; I am synchronizing the
outlook.pst file) during the procedure?
Peter
__________________________________________________
Do You Yahoo!?
Tired
2008 Sep 20
3
without passwd
Hi, I have two Fedora box and rsync running on both systems. One system ip
is 192.168.1.110 and the other is 192.168.1.71. I run manually for the
following commands in both systems. my problem is whenever run it asking
the user passwd and i cannot run the same automatically using crontab. My
question is how to avoid the passwd option...
rsync -aPrv rsync://192.168.1.110/detailing/
2015 Apr 22
2
Changing only file permissions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Normally, I would say that --checksum is actually slower than just
letting rsync re-copy everything and therefore is almost always the
wrong thing to do. However, in this case, you really don't want to
overwrite the running OS even with files that are essentially the
same. So, if the system is running from that storage then --checksum
might
2009 Jul 01
1
how to keep user/group information when rsyncing to windows for restoring back to
I am guessing that you would like to use rsync to create a bootable
backup. It may also be worth while spending some time looking at
CloneZilla or even dd?
Dd is a really great tool. You know a copy of the device is bit for
bit.
You can then use rsync to make incremental copies of these directories
which regularly change.
In this situation you can restore the machine and then
2004 Aug 23
4
Asterisk WITH Swyx... Any Idea?
Hi,
I'm a student and my thesis work consist in testing
Asterisk with Swyx(SwyxWare).
My approach is to declare asterisk as h323 gateway for
the Swyxserver using oh323 Plugin.
Is there any possibility to connect Asterisk with
Swyx? how?
the outgoing call must pass from Swyxit->to
Swyxserver-> Asterisk->to PTSN
Thanks