search for: depot

Displaying 20 results from an estimated 436 matches for "depot".

2010 May 24
2
[LLVMdev] linker errors when trying to link llvm-gcc
any ideas what library has these symbols lang_eh_catch_all get_pointer_alignment validate_arglist i get these linker errors when trying to link llvm-gcc: make[1]: Entering directory `/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2-2.7.source-objtree' make[2]: Entering directory `/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2-2.7.source-objtree/build-x86_64-unknown-linux-gnu/libiberty' make[2]: Entering directory `/home/anatolyy/qctp4...
2006 Aug 04
8
Demo in rails2.pdf of add_price migration, PostgreSQL 8.1.4
...Price < ActiveRecord::Migration def self.up add_column :products, :price, :decimal, :precision => 8, :scale => 2, :default => 0 end def self.down remove_column :products, :price end end I see this error when I walk through the demo: bash mac maco /pt/books/rails2_my_depot/depot 9 $ bash mac maco /pt/books/rails2_my_depot/depot 9 $ rake db:migrate --trace (in /pt/books/rails2_my_depot/depot) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate == AddPrice: migrating =========================================...
2011 Oct 20
2
Agile book apache2.conf: Forbidden You don't have permission to access / on this server.
Appreciate any help - I am working through Agile web development (4.0) and am stuck on the deployment using phusion passenger. I get this: "Forbidden You don''t have permission to access / on this server." when I put depot.yourhost.com in the browser. I have been through various web searches and for file permissions and suggestions to change the <Files> container. However, before I tread where I fear in the land of conf I thought perhaps it may be a simple config issue and my lack of understanding of how thi...
2014 Jun 25
2
[LLVMdev] Question Regarding Sign-Overflow
...nse. > Hi, > > I have doubts on the following transformation in InstCombineAddSub.cpp. Is > it always safe to preserve NSW/NUW in this case? > > // If this is a 'B = x-(-A)', change to B = x+A. This preserves NSW/NUW. if (Value <https://cs.corp.google.com/#piper///depot/google3/third_party/llvm/llvm/include/llvm/IR/Value.h&ct=xref_jump_to_def&cl=GROK&l=69&gsn=Value> * <https://cs.corp.google.com/#piper///depot/google3/GENERATED/figments/cpp/PointerTo/start-with-ll/llvm/class-Value.cc&ct=xref_jump_to_def&cl=GROK&l=3&gsn=*>V...
2007 Nov 25
15
Possible Problem with RSpec and
Sorry to be such a pest but I am trying to learn Ruby, Rails and RSpec all at one go and it is a bit overwhelming. I have previously completed the depot tutorial in the Agile Web Dev with rails book and now I am trying do do it again using RSpec. What I would like to know now is why I am getting a rake failure error at the end of every spec:models run. Is this the expected behaviour when a test / expectation fails? ---> C:\var\RSpec\depot&gt...
2006 May 05
1
Agile Rails (1st edition), depot TDD "exercise"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve been working my way through the Agile book and just completed the depot sample application. I learned quite a bit along the way. On page 171 we are led through the creation of a test (that fails) for new code. The new code (a search function) is left as an exercise for the reader. Well, I think I solved it but I''m not sure I did it right (even though it...
2006 May 06
1
depot test-driven development exercise
(I posted this yesterday but within 20 minutes my thread was hijacked so I''m not sure anyone really saw this.) I''ve been working my way through the Agile book and just completed the depot sample application. I learned quite a bit along the way. On page 171 we are led through the creation of a test (that fails) for new code. The new code (a search function) is left as an exercise for the reader. Well, I think I solved it but I''m not sure I did it the "Rails way&q...
2003 Dec 06
2
Using Rsync With SSH?
I'll try to be as clear as possible with what I need to do and what I need. I have a depot server with HP depots that I need to replicate. The only part I need help with is setting up Rsync to use SSH to replicate the data from system a and everything under /depot to system b /depot. Basically just copy directory /depot from one box to the other using SSH. I'll need this to be...
2006 May 06
4
Scaffold Uses Wrong Host for MySQL user
I''m following the example Depot app in Agile Web Development with Rails. The scaffold fails because it is not using the correct host for the user. Here is the error that the scaffold emits: Access denied for user ''jimmy''@''%'' to database ''depot_development'' The MySql user &...
2019 Jul 13
1
streams_xattr & streams_depot
...streams?, however they are not limited to just NTFS ADS are they? Other file systems may also use ADS (such as Mac OS?s various fs) 2. What is the essential differences and similarities between the two? From the man pages it appears that: - xattr has default prefix (which can be changed) - does depot have default prefix or free-form? - xattr stores data in posix extended attributes - can depot store the same? - depot stores data in files in separate directory - where does xattr store its data? 3. depot is marked as ?experimental? however my QNAP NAS uses it in its production OS (vfs objects =...
2006 Nov 04
1
Writing better HTML/CSS for the Depot app
Folks: A couple of people have mentioned that the HTML I use in the Depot app could be better (and I don''t necessarily disagree: I''m not a CSS maven). What''s the general feeling on this? Is it worth using more compliant markup for the Depot HTML? If so, would anyone be willing to markup the depot_r application (ideally so that it look...
2006 Mar 30
3
simple migration problem
Hi: I''m running RoR 1.1 I''m going through the Agile book Depot example and I want to generate my next migration file so i''m typing ./script/generate migration depot I was sort of expecting to get the file 002_depot.rb .. instead i''m being informed that there already exists a migration named depot..and no new file is generated.. should I...
2006 Aug 16
6
Newbie-Question
...ew migration ''add_price'' and get the message: D:\ruby\work\depot>rake db:migrate (in D:/ruby/work/depot) == AddPrice: migrating ======================================================== -- add_column(:products, :pice, :decimal, {:default=>0, :precision=>8, :scale=>2 }) rake aborted! You have a nil object when you didn''t expect it! Y...
2006 Apr 07
1
no interpreter found - depot
Hi, I am working on the tutorial"DEpot" and I was running ok the other day. Today I went back to the turorial to review. I started the database and tried to run the application. I get this messafe "No interpreter found""Before launching a Ruby application please specify an interpreter using the Ruby Interpreter Pre...
2006 Jun 05
3
New to rails
...- The product table has a column for an image link ..i.e. /images/something.gif As part of the exercise validation was added in to the admin area for this field requiring a HTTP:// to precede the path to the actual graphic. For the life of me I can''t figure out what is the correct path. Depot is the project / head directory name. I have tried a variety of things including http://depot/public/images/x.gifnone of which seems to find the image. Can anyone give me a clue as to what the correct path would be within the rails file structure. Do I need to drop the http ? TIA Stuart --------...
2013 Jul 06
2
Permission problem with /dev/net/tun
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi lxc folks, the symptom my libvirt LXC container suffers from is: root@depot:/dev/net# ls -la total 0 drwxr-xr-x 2 root root 40 Jun 29 16:26 . drwxr-xr-x 5 root root 480 Jun 29 16:26 .. root@depot:/dev/net# mknod tun c 10 200 mknod: `tun': Operation not permitted The host is an up-to-date AMD64 Ubuntu raring on 3.8.0-25-generic that was formerly installed from precis...
2006 Apr 11
2
Extending Depot Example
Hi I am new to the whole Rails/Ruby world as having come from a MS .NET background, but I have followed the Depot example in the Agile Web Dev. with Rails book with relative ease. However as an exercise to see how much I had understood, I thought I would attempt to modify the example a bit and add a Quantity field to the store index so as to pass that value into the cart. I have extended the cart behaviour...
2006 Jun 16
4
Depot App: Upload Images
Hello, I''m a newbie to Ruby on Rails and like many others, I have been working through the depot application in the Agile Web Development book. I was wondering if anyone had enhanced the depot application to include the upload of images for each product? The following describes the sort of thing that I have been asked to produce for a client, so apologies if the information is not articula...
2011 Nov 03
1
What could cause the streams depot to become confused?
I'm using a program on Windows Server 2008 R2 x64 that requires NTFS alternate data streams. It's talking to a Samba 3.6.0 SMB2 share configured with streams_depot. The program has been running for over a month with no obvious problems, except that the filesystem has been accumulating "lost" directories. Apparently, at some point after the whole server crashed (both are VMs running on this server), the program can't seem to access any stream dat...
2006 Aug 06
4
Can''t run rails
...renamed that and put a link to the version in /usr/local/bin in /usr/bin. If I run ruby --version, I see michael@photon:~/ruby/rails$ ruby --version ruby 1.8.4 (2005-12-24) [i686-linux] /usr/bin/ruby gives the same results. I still can''t run rails, though. When I type rails depot I get Rails does not work with Ruby version 1.8.3. Please upgrade to version 1.8.4 or downgrade to 1.8.2. I don''t even have a ruby version 1.8.3 on my system anymore. Why can''t I run rails? All help appreciated. ---Michael -- Posted via http://www.ruby-forum.com/.