Displaying 20 results from an estimated 58 matches for "myproject".
2010 Dec 09
3
Where is my file?
I have a file whose name is
f:\Ralph-Rails-Apps\myproject\public\documentation\marketing\myproject-Upgrade-and-Update-Policy.htm
on my Windows machine
I have attempted to open this file (which I know exists) in my
controller using a variety of names to no avail.
/public/documentation/marketing/myproject-Upgrade-and-Update-Policy.htm
public/documen...
2006 May 05
1
RadRails and path issues
I have been using RadRails as my editor for Ruby development. Overall
I''m pretty happy with it. I''m experiencing a couple of path problems
though when using it.
Inside of my project within RadRails I will have a directory structure
that looks similar to this.
+MyProject
++src
+++src_sub_directories
++props
++output
..misc files
RadRails then treats all files within the src directory as if those
files exist directly within the MyProject path. Instead of being treated
as ./MyProject/src/foo.rb it is treated as ./MyProject/foo.rb. This
affects all relative paths....
2008 Oct 13
2
rsync error: Error in socket IO(code 10) at clientserver.c(122)
...e batch file. Was wondering if anyone has seen any
similar issue. Any thoughts/help is much appreciated.
------------------------------------------------
Tunnel: ssh
Command to run: "C:\Program Files\cwRsync\bin\rsync.exe" -av
/cygdrive/c/backup/
rsync://SvcwRsync@localhost:9119/cvsroot/myproject
Tunnel command: ssh -i "E:\BTP\PuTTY\myPrivateKey_SSH2DSA.ppk" -L 9119:
127.0.0.1:873 SvcwRsync@myProject.cvs.sourceforge.net -T -N
Establishing secure channel ...
The authenticity of host 'myProject.cvs.sourceforge.net (216.34.181.109)'
can't be established.
RSA key fingerpri...
2006 Mar 07
0
Assigning Permissions on Member Server
...h openldap (2.3.19) with 2 domain Member
Servers(samba 3.0.21c) with ACL support
i use domain member servers as file servers . all my clients are windows
2000 professional.
i have the following scenario at my
I have created 3 groups, prj1team, prj1mgr, prj1engg.
i have created folder called "myproject" in a samba share called projects.
myproject has a subdirectory called "alldepts".
now, no one can create files/folder in myproject directory but they can
create a files and folder in alldepts folder.
but i don't want anybody to delete the folder alldepts.
myproject\alldepts...
2006 Mar 08
0
Assigning Permissions on Domain Member Server
...ember
Servers(samba 3.0.21c) with ACL support
i use domain member servers as file servers . all my clients are windows
2000 professional.
i have the following scenario at my
I have created 3 groups, "prj1team", "prj1mgr", "prj1engg".
i have created folder called "myproject" in a samba share called projects.
myproject has a subdirectory called "alldepts".
now, no one can create files/folder in myproject directory but they can
create a files and folder in alldepts folder.
but i don't want anybody to delete the folder alldepts.
myproject(rx)prj1m...
2007 Nov 01
5
Can''t delete app/helpers
I would like to remove some unused helpers from the app/helpers dir, but
when I do so my specs fail.
Why is this? I don''t see where those helpers are referenced within the
tests. Is there a way to delete these unused files?
Thanks
--
Posted via http://www.ruby-forum.com/.
2007 Oct 09
3
How to create something between a script and a package
...orials, I feel that
this is not exactly what I want and I'm kinda lost regarding what
alternatives are available.
What I want could be summarized as this:
- A plain text file (eg: myfunctions.R)
- Can be located in other folders besides the default (easier to
synchronize using subversion). Eg: myproject/rfunctions/myfunctions.R
- Can be accessed from the R console (without having to load a
specific workspace).
Is there any solution that can provide this?
Any suggestions would be greatly appreciated,
Thanks,
Sergio
2015 Dec 21
3
lldb -c corefile get segmentation fault on centos7
...,
I build llvm+clang+lldb 3.7 successfully on centos7, and lldb -p PID works
pretty well. However when I tried lldb -c corefile executable_bin, lldb
itself core dumpped. Attached the following core info which is debugged by
gdb:
[root at dn-cn-controller-4fbd4 data1]# lldb -c a.corefile
/usr/local/myproject/bin/cnode
*(lldb) target create "/usr/local/myproject/bin/cnode" --core "a.corefile"*
Segmentation fault (core dumped)
*And then I tried gdb to check the lldb call stack:*
*(gdb) info threads*
Id Target Id Frame
3 Thread 0x7f81c4795700 (LWP 64) 0x00007f81c9ed46...
2009 Oct 21
3
Rails generator fails to generate all files
Hi
Ive lost all idea of why this can happen
I normally use rails to generate a new project
rails myproject -d mysql
inside the myproject directory normally there would be a file called
application.html.erb, with in the public directory a file called
style.css
Now I dont get anything at all, they are missing
All my previous projects have those files,
using 2.3.4 Ruby 1.9.1 Windows
Any ideas? Its bug...
2011 Sep 09
4
Please explain your workflow from R code -> package -> R code -> package
Hi,
I'm asking another one of those questions that would be obvious if I
could watch your work while you do it.
I'm having trouble understanding the workflow of code and package maintenance.
Stage 1. Make some R functions in a folder. This is in a Subversion repo
R/trunk/myproject
Stage 2. Make a package:
After the package.skeleton, and R check, I have a new folder with the
project in it,
R/trunk/myproject/mypackage
DESCRIPTION
man
R
I to into the man folder and manually edit the Rd files. I don't
change anything in the R folder because I think it is OK so far....
2008 Nov 25
1
[LLVMdev] AddReadAttrs vs. TargetMachine?
...addPassesToEmitWholeFile-method for invoking several
passes. I tried to use the same method, but it failed on runtime.
Running llc with my backend produces (mac os x 10.5 and llvm 2.4):
dyld: lazy symbol binding failed: Symbol not found:
__ZN4llvm22createAddReadAttrsPassEv
Referenced from: /myproject/build/Release/lib/mybackend.dylib
Expected in: flat namespace
dyld: Symbol not found: __ZN4llvm22createAddReadAttrsPassEv
Referenced from: /myproject/build/Release/lib/mybackend.dylib
Expected in: flat namespace
Is it even possible to invoke such a pass from a backend?
Or is it only pos...
2007 Apr 12
4
Installing rspec in Windows
Hi all,
I''m trying to install rspec and I''m having a problem.
C:\Users\Nathan\Documents\rails\myproject> gem install rspec
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rspec-0.8.2
Installing ri documentation for rspec-0.8.2...
Installing RDoc documentation for rspec-0.8.2...
C:\Users\Nathan\Documents\rails\myproject> ruby script/plugin install
svn://rubyf...
2006 Aug 18
2
Please help with subclipse in radrails
I''ve been wrestling with this all night, I''m hoping someone can help. I
followed the exact steps in:
http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion
..but when I open a new ''Checkout project from SVN'' in RadRails, it opens up
the second level dirs as the project dirs (ie. app, log, script, etc),
leaving me with a mess of projects.
I redid
2007 May 25
2
RSpec-1.0.3
...ibility
ZenTest-3.6.0 boasts a new autodiscovery and plugin model that other
frameworks can register with and plug into. RSpec-1.0.3 ships with the
necessary plugin code, so all you need to do is download and go:
For Rails apps:
gem install ZenTest --version ''>= 3.6.0''
rails myproject
cd myproject
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails
script/generate rspec
autotest
... and off you go
For a non-rails app, you''ll need to follow the conventio...
2007 Jan 23
1
Loading Rails Helpers in 1.2.1
I''m having a problem where a worker cannot load a rails helper in
rails 1.2.1
20070123-08:27:15 (4974) uninitialized constant
FileImportWorker::CatalogsHelper - (NameError)
20070123-08:27:15 (4974) /Users/erik/Documents/projects/myproject/
trunk/config/../vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:478:in `const_missing''
20070123-08:27:15 (4974) /Users/erik/Documents/projects/myproject/
trunk/lib/workers/file_import_worker.rb:11
The CatalogsHelper is in app/helpers/catalogs_help...
2008 Apr 13
0
[LLVMdev] Setting up new project
...explicitly set the locations of your LLVM source tree and object tree, respectively. I faintly recall seeing this error and seem to recall using these options to work around it.
OK. Here are the complete steps required to successfully build the
sample project:
$ cd llvm/projects
$ cp -r sample/ myproject
$ cd myproject
$ cd autoconf
Make the following edit to AutoRegen.sh:
16,17c16,17
< llvm_src_root=../../..
< llvm_obj_root=../../..
---
> llvm_src_root=../..
> llvm_obj_root=../..
$ ./AutoRegen.sh
Regenerating aclocal.m4 with aclocal
Regenerating configure with autoconf 2.5...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
Reid,
Thank you for all your help. I think that I have AutoRegen.sh working
now. (I still get the warning about GOB2_HOOK, but I'm assuming that's
not a problem.)
I'll explain the scenario that led to the problem. I copied the sample
project to ~/work/myproject/src/sample. Then I renamed it to
~/work/myproject/src/llvm, indicating that this was the llvm part of my
project. So the problem was that when AutoRegen.sh applied ../../llvm
from ~/work/myproject/src/llvm/autoconf, it ended up pointing back to my
copy of the sample project rather than the ll...
2007 May 30
18
autotest and rspec_on_rails not happy
Hi,
I''ve been using the rspec and rspec_on_rails plugins quite happily on
my Rails project for a while now. Today I noticed the autotest
support in RSpec-1.0.3 and decided to give that a spin.
Oh tragedy!
$ autotest
loading autotest/rails_rspec
./vendor/plugins/rspec_on_rails/lib/autotest/rails_rspec.rb:33:in
`initialize'': undefined method `singularize''
2009 Feb 13
1
Write and Load functions from an external file
...//stat.ethz.ch/pipermail/r-help/2007-October/142938.html
You can save one or more functions and datasets to a file (see ?save) then
on starting another session attach that file (see ?attach).
The process is like:---
foo <- function(x) mean(as.numeric(x), trim = 0.3)
save(foo, file = "myproject/rfunctions/saved.rda")
then, when starting a new session, use
attach("myproject/rfunctions/saved.rda")
The .rda extension on the filename is commonly used for saved R data
sets but you can also have function definitions in a saved file.
Are these the only ways,and the best...
2014 Mar 12
3
Anyone using trac on centos?
...just need one question answered: I keep reading the docs, and given the
old traditional
/var/www
I get that part of trac should be installed in /var/www/trac/<myproj> (I
think); what I can't figure out is whether there is *anything* under the
document root, that is, /var/www/html/trac/<myproject>.
Anyone have a clue? Do I even need it as a placeholder, or does anything
actually go in there?
mark