similar to: transferred files have ",v" at their end

Displaying 20 results from an estimated 600 matches similar to: "transferred files have ",v" at their end"

2005 Mar 23
2
0.11 problems
I''ve upgraded to 0.11 this morning specifically to test out the pagination stuff. When that didn''t work (didn''t recognise the command) I deleted my project and recreated from scratch. So in short rails projectname cd projectname edit config/database.yml (my database is postgres by the way) ruby scripts/generate model Recordtype ruby
2011 Aug 25
3
Very Basic Source Question
I'm having an issue sourcing an R file from my workbench using StatET in the Eclipse IDE. All I'm trying to do is get comfortable with 'source' and run "source(C:/Program Files (x86)/Eclipse/eclipse/ProjectName/SourceFile.R)". When I try to call the path for the file i get the error: "unexpected '/' in "source(C:/". I've looked around but
2008 Jun 13
2
public/.htaccess missing from Rails 2.1?
I just started with rails and have been using rails 2.0.2 up until today. I did a gem install of Rails 2.1 and I noticed that when I created a new project with: rails -d mysql projectname, I don''t have a .htaccess file any longer to tell Apache to execute the fcgi or cgi scripts... Is this on purpose or did I do something wrong? --~--~---------~--~----~------------~-------~--~----~ You
2006 Jan 18
5
reading folder structure on server with Rails - possible?
I''m building an extranet which has project folders allocated for each client and client project on a webserver. I''m hoping to be able to read a directory''s content if I give it a path like "/clients/[CLIENTNAME]/[PROJECTNAME]" (where /clients/.. would reside inside the rails public folder I guess) preferably recursively so it will read the contents of any
2009 Jan 08
4
Problem with disable_with
Hi Group, I have a registration.html.erb page with the following JavaScript at the top which I use to validate form fields: <script type="text/javascript"> <!-- function validate(){ if ((document.myForm.email_projectname.value=="")|| (document.myForm.email_projecttype_id.selectedIndex<1)|| (document.myForm.email_region_id.selectedIndex<1)) { alert
2008 Apr 23
4
database.yml, what to change?
exactly what do i need to change? i should set username and password to whatever i want? or username should be root? what exactly do i need to change/set up? """ You then need to edit the database.yml file (in any text editor) to properly link to your database etc. This file can be found in the ProjectName\config\ directory. You will be presented with something that looks like:
2007 Sep 09
4
InstantRails - command "rails" does not work
Hey, I installed InstantRails 1.7 (on Windows XP Home). I unzipped it with 7-Zip in D:\InstantRails (no spaces in pathname + short pathname) to avoid UnZip-problems. I followed the installation instructions. The cookbook-example works fine. But when I want to create an own project with "rails projectname", my computer says something like "The command "rails" is either
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
Recently I downloaded MSVC++2005 Express Edition and it turns out that it wasn't possible to compile all files without several changes: 1) FLAC.sln has one extra "EndProject" line --- a\FLAC.sln 2013-06-17 11:57:09.000000000 +0400 +++ b\FLAC.sln 2013-08-16 20:19:34.630486700 +0400 @@ -157,7 +157,6 @@ EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") =
2010 May 20
1
Patching wine -- 64bits
Hello, first, sorry for my english, my native language is spanish and i haven not been a good student. My problem is the next; I have ubuntu 10.04TLS, I installed "Runes Of Magic" and got a lot of problems for play, for the last one, I also found the solution, is apply a patch, or edit minidump.c file, this file is inside source codes of wine avaible for download like:
2020 Jul 30
2
Help with build
I need some help getting the LLVM build to work. If this is not the right place to ask, please let me know. I set MSE and Malwarebytes so they ignore the build directory tree and don't complain about a.exe. I also ran this CMake disabling both of them, just in case that mattered; it didn't. Here are the outputs from CMake and the contents of CMakeError.log. Any help would be appreciated.
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote: > As I saw from the mailing list the MSVC 2005 patches were made to take into > account the new files from the development branch, files which are not in > the 2.3 release. So for now the below patch is the only one functional for > the release. If I am wrong, please someone correct me. > > If someone can make a 2005 patch for the release branch, it is ok.
2010 Jul 21
0
Error when loading wxruby
I''ve had plenty of wonderful experience with WxRuby on a PC, but whenever I try it on my Ubuntu Linux, I get the same error. I''ve tried two different computers, and they do the same thing, so I''m wondering if it''s an error within Wx. This is the error I get: /var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wx.rb:12:in `require'':
2010 Mar 24
1
problems with project property of User resource
Hi, I wanted to set the project property of a Solaris user after realizing the user. Have already created the project by adding a line to /etc/ project. The user is created in virtual::user class wich is inherited by the target class to be able to add the project property. The project of the user xxxx gets not set properly and remains default when I use the project property ! Had to fall back
2006 Dec 04
0
deprec - deployment recipes for capistrano
http://codemode.blogspot.com/2006/11/deprec-install-rails-stack-and-deploy.html deprec is a new rubygem to make deployment of your Rails app with Capistrano a breeze. cap install_rails_stack This recipe installs everything you need to prepare an Ubuntu linux 6.06 server to host your Rails application: - apache 2.2 with mod_proxy_balancer - mongrel & mongrel cluster - rails - mysql These
2005 Dec 08
0
Samba Server requirement
Hi all, I am using CentOS 4(equivalent to RHEL 4) with Samba Version 3.0.10-1.4E.I have mount a folder(say "//linuxsrv/projectname" in my "/mnt/projectname") from my Development server which is a Debian Sarge box.My requirement is that whenever the Samba server running on Debian Box is restarted,I have to recognize it and unmount the "server
2006 Nov 16
2
.rdata files
Help! I accidentally saved my work as an .rdata format instead of .txt I need to somehow get it saved as a .txt file otherwise i'm really in trouble! Does anyone know how to convert .rdata to .txt files?? I also tried re-loading the file into R to see if i can re-save it but it doesnt work! i've attached it below... please help me asap! i need to turn it in as a .txt file Thanks
2006 Feb 14
5
Radrails - Quick (if misplaced?) question...
My apologies if this is the wrong place for this but...it should be really simple. When I use a Generator in Radrails, nothing happens. I (believe) I have properly set the path to Ruby and still nothing. And, it doesn''t seem there is an error log to further diagnose what is happening. I am using 0.5.3 on Windows. Am I missing something obvious? As a P.S., is anyone particularly fond of
2011 Jul 19
6
please help me to complete this task.. how i start?
There is Company which builds products(Consider this company a software company). - These Products can have some Documents (PDF or HTML format uploaded some where online you can store links to these documents in database, you don''t have to create any upload functionality). - The users to this project are the Employees itself few of them can be Admin inside so that they can Create new
2004 Mar 26
1
How to getting clean list of transferred files
Hello, i am using currently rsync-2.6.0 with option --log-format=%f to produce a list of the transferred files. This list is then used to generate hard-links for backup-purposes. Now rsync sometimes generates messages like "file has vanished: ..." on STDOUT (_not_ STDERR) which breaks this processing. When using option -q there is no output at all. Is there any way to get a
2013 Oct 03
1
PATCH for all .vcproj files
Ben Allison wrote ( http://lists.xiph.org/pipermail/flac-dev/2013-March/003793.html ): > The project files could also stand a bit of an overhaul. It would be good > to use project references rather than hardcoding .lib paths into the > linker settings. Done ;) The patch replaces OutputDirectory="..\..\..\..\objs\debug\bin" with