similar to: Absolute path to public/images in rake task?

Displaying 20 results from an estimated 200 matches similar to: "Absolute path to public/images in rake task?"

2007 Mar 06
1
photo_gallery
Hi, I''m trying to build the photo_gallery (example), but receive the following error: $ webgen /home/ov/work/photo_gallery/plugin/collage.rb:90:in `load_plugin'': uninitialized constant #<Module:0xb7153b48>::Collage::FileHandlers (NameError) ? ? ? ? from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:224:in `load_from_file'' ? ? ? ? from
2009 Apr 06
3
Installing Warehouse- undefined symbol: apr_dbm_type_db
Hi All, I want to install warehouse application but i could use rake command because of following error. Kindly support me to resolve the same. Error- !! No Ultraviolet gem found, defaulting to javascript syntax highlighting. Do not be afraid. !! Error loading plugins: Mysql::Error: Table ''electron_xorndevelopment.plugins'' doesn''t exist: SELECT * FROM `plugins`
2007 Dec 25
2
Simple File I/O benchmark tool for NT clients
Hi, I need a simple tool for benchmarking my NT client against my Ubuntu Samba server. I get 20MB/s during a file copy but I think my limit is the client's hard disk. Dose anyone know a simple exe tool which simulate file I/O agains the Samba server. I like to avoid using my lokal disk during the test. Have looked around but can't find a simpe tool which dose the job without the need of
2009 Aug 19
2
outbound calls not ringing
I put a post on here about my issues with outbound calls not ringing but i haven't resolved it. so i am trying again. When i dial any outside number i dont get a ring tone at all. when the person picks up and starts to talk i can hear them fine. it sounds great. How do I start to troubleshot this? _________________________________________________________________ With Windows Live, you can
2007 Dec 26
1
Can I limit my browsing of share between clients?
Hi, I have a share like this: [Accounts] comments = Accounting Dep common files browseable = yes writable = yes locking = no path = /mnt/accounts guest ok = no hide ureadable = yes create mask = 0777 directory mask = 0777 host allowed = 192.168.0.20 192.168.0.25 192.168.0.27 192.168.0.28 I wan't 'Accounts' to only be visable on the client's WORKGROUP listed
2006 Aug 14
2
after_create is not being called
Hi all I have the following model: class PhotoGallery < ActiveRecord::Base attr_accessible :title, :description, :file_path, :title_photo_id has_many :photos, :dependent => :destroy belongs_to :title_photo, :class_name => ''Photo'', :foreign_key => ''title_photo_id'' validates_presence_of :title, :description, :file_path
2008 Aug 15
3
[LLVMdev] Problems understanding alias analysis validation logic
I have a problem where I add an Andersens AA pass to the pass manager, but it appears to get invalidated by another pass, and never rerun. My understanding from reading the documentation is that when a pass gets invalidated, it should be rerun before any other passes that requires it. Here is a simple example of the problem I am seeing: PassManager passManager; passManager.add(new
2009 Feb 11
1
Configure re-keying in sftp server
Hello, I'm trying to configure the openssh sftp server to perform re-keying. On the client side I've found the RekeyLimit parameter. But I am unable to find an equivalent for the server side. Is it currently not possible to configure the sftp server to perform re-keying? Or have I overlooked something. -- R _________________________________________________________________ Snygga till
2007 Apr 18
3
[Bridge] Bridge problem
I'm getting problems with my bridge (linux 2.6.9, eth0 = via-rhine, eth1 = 8139too). The problem is that eth1 links up and down intermitently (between 1-2 minutes). What can i do? Thanks
2003 Jul 20
1
Memdisk problems again (2.05)......
Hi... I'm Jaspreet. I've been having the memdisk memory overlapping problems since 2.04 Its always seen in the compressed images whereas the uncompressed images works just fine !!! It just stops at the error "Ran out of input data".. Even the memdisk 2.05 dint solve my problem !!! maybe there r still some bugs remaining. !! My motherboard is Intel 845GEBV2 and i've got
2008 Aug 20
3
Dovecot & (Al)pine - resaving messages to Inbox
I have a x86 Linux box running Fedora 4. Up until 2008 I was using pine 4.64 and Dovecot 0.99.x. In early 2008 I transitioned to Alpine 1.10, and didn't notice any major changes. I upgraded to Dovecot 1.0.15 this past weekend. My dovecot -n settings are at the bottom of the email. I've noticed a change since Dovecot was upgraded. I used to reorder items within my INBOX in al/pine by
2008 Oct 24
1
Problems with zaptel/ztdummy/asterisk.
Hi, I've managed to build the zaptel modules including ztdummy; ztdummy is installing fine in the modules list and the relevant device structures are present. lsmod | grep ztdummy gives:- ztdummy 5160 0 zaptel 186916 1 ztdummy rtc 12372 1 ztdummy Where I'm stuck is I am now at a loss as to how to configure my /etc/zaptel.conf and
2007 Feb 09
4
asterisk 1.4 FC5 and Gtalk
JABBER: gtalk_account OUTGOING: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to=' gmail.com' version='1.0'> localhost*CLI> jabber show tes JABBER: gtalk_account INCOMING: <?xml version="1.0" encoding="UTF-8"?><stream:stream from="gmail.com"
2009 Jan 08
2
Samba + Windows 2003 AD
Hey, I don't know if this is the right list to ask this question in, but I have tried on the IRC (irc.freenode.net #samba) and people on there advised me to try here instead. I have: Debian 4.0r4 Samba version 3.0.24 - mail.birke-gym.dk - 10.3.16.1 krb5 Version 1.4.4-7etch6 Kernel Version 2.6.18-6-amd64 A Windows Server 2003 SP2 with AD/DC - bgdc.birke-gym.dk - 10.3.17.1
2020 Apr 14
0
Suggestion/opinions: add a `absolute` param to `normalizePath()` to force returning an absolute path
If we are fiddling with normalizePath, having a way of not following symlinks (otheer than ~) would be useful as well. I had to write normalizePath2 in switchr for a specific on-the-ground need to NOT go down all he way to physical paths on a remote compute system because of how IT handled implementing constant pathing on top of swapping out hardware, and I can't imagine i'm the only
2020 Apr 15
0
Suggestion/opinions: add a `absolute` param to `normalizePath()` to force returning an absolute path
The fs[1] function `fs::path_abs()` does what I believe you were expecting `normalizePath()` to do in this case. e.g. setwd("~") normalizePath("foo/bar") #> Warning in normalizePath("foo/bar") : #> path[1]="foo/bar": No such file or directory #> [1] "foo/bar" fs::path_abs("foo/bar") #>
2007 Aug 21
1
Render template not matching absolute path
Hi I have a simple controller method like this: class StylesheetsController < ApplicationController layout nil session :off def gap site = Site.find_by_hostname(request.host) @colours = site.colours respond_to do |accepts| accepts.css { render :file => "#{RAILS_ROOT}/app/views/ stylesheets/gap.rcss" } end end end And I want to test that
2006 Aug 16
1
absolute default route in routes.rb
how do you set a default route in routes.rb so that anything not recognised will default to :controller => ''home'' map.connect ''*'', :controller => "home" does not work so well cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 14
1
Absolute URL from link_to?
What options do I need to provide to link_to so that it generates truly absolute URLs (i.e. including protocol://host:port/path)? It seems that even when I provide :host and :protocol arguments to url_for that it suppresses these when they match the current request.
2006 May 06
0
file_column, image_tag, absolute paths?
The docs in the SVN version of file_column state that url_for_file_column will return paths relative to the application root, and that if I pass it to image_tag, I''ll get an absolute URL. This doesn''t appear to be the case, at least with Rails 1.1. image_tag returns the same app-root-based path that it''s given. Doc bug? Rails change? file_column bug? Jay Levitt