search for: projectnam

Displaying 20 results from an estimated 29 matches for "projectnam".

Did you mean: projectname
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 scripts/generate controller recordtype My table name is actually t_recordtype so I edit my recordtype.rb model and add set_table_name "t_recordtype&quot...
2007 Jan 06
1
transferred files have ",v" at their end
Hi Guys, When I transfer files with rsync to my server, all the files get a ",v" added to the extension. Do you know why is this? I am using the command described on sourceforge rsync -av rsync://PROJECTNAME.cvs.sourceforge.net/cvsroot/PROJECTNAME/* . and I get files like "build.xml,v" If I do a search for the exact phrase with search engines, "build.xml,v", I can see lot of results, but hte problem is, I cannot compile files if they have a ,v at their end. Can you please advise...
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 can't find any examples of sourcing from the C drive and can't tell what I'm doing wrong. Any help is greatly appreciated....
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
...plugin_common\plugin_common_static.vcproj 2013-08-13 13:30:24.000000000 +0400 +++ b\src\plugin_common\plugin_common_static.vcproj 2013-08-16 20:09:42.782635000 +0400 @@ -129,7 +129,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib" + OutputFile="..\..\objs\release\lib\$(ProjectName).lib" /> <Tool Name="VCALinkTool" --- a\src\test_libs_common\test_libs_common_static.vcproj 2013-08-13 13:30:24.000000000 +0400 +++ b\src\test_libs_common\test_libs_common_static.vcproj 2013...
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 received this message because you are subscribed to the Google Groups "Ruby on Ra...
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 subdirectories as well. Is it even possible? How do I go about reading contents of folders? Ideally I''d like to be able to add folders and upload...
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 ("You must fill in all of the required fields!") return false } else return true; } //--> </script> furth...
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.
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 folder" and then mount it again or shortly I have to recogni...
2010 Jul 21
0
Error when loading wxruby
...ot open shared object file: No such file or directory - /var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wxruby2.so (LoadError) from /var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wx.rb:12:in `<top (required)>'' from /home/username/Documents/Projects/Ruby/ProjectName/lib/main.rb:1:in `require'' from /home/username/Documents/Projects/Ruby/ProjectName/lib/main.rb:1:in `<main>'' I''m using Ubuntu 10.04, NetBeans 6.9, Ruby 1.9.1, RubyGems 1.3.5, and everything sees each other just perfectly. No problems with the RubyGems platform i...
2010 Mar 24
1
problems with project property of User resource
...ns default when I use the project property ! Had to fall back to an Append_if_no_such_line solution. I did the following: class xxxxxx inherits virtual::user { . . . append_if_no_such_line { "XXXX-Server-Project": file => "/etc/project", line => "projectname:9998:XXXX Server Project:xxxx:xxxx:process.max-file-descriptor=(priv,40960,deny)" } realize(User["xxxx"], Group["xxxx"] ) User[username] {project => "projectname", require => [Group[xxxx], Append_if_no_such_line["XXXX-Server-Project"]]} } Thanks...
2006 Dec 04
0
deprec - deployment recipes for capistrano
...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 six steps will get your app running on a server: cd /path/to/railsapp deprec --apply-to . --name projectname --domain www.projectname.com # edit config/deploy.rb to put in details of your subversion repository cap install_rails_stack cap setup cap deploy_with_migrations cap restart_apache Planned for future releases: - postfix with virtual hosts and smtp-auth - custom tasks for specific VPS providers...
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
2008 Apr 23
4
database.yml, what to change?
...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: development: adapter: mysql encoding: utf8 database: ProjectName_development username: root password: your_password_here host: localhost (modify if needed) Once all this is set up, you just need to run the comma...
2007 Sep 09
4
InstantRails - command "rails" does not work
...ey, 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 written wrong or it is not found." What do I do wrong?!!! By the way - InstantRails already worked on this computer about a year ago. But I deleted it in between... Did I forgot to install something? -- Post...
2010 May 20
1
Patching wine -- 64bits
...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: http://sourceforge.net/settings/mirror_choices?projectname=wine&filename=Source/wine-1.1.37.tar.bz2 but NOT on .deb files. Well, the way to apply the patch, is editing manual the file, or with the comand: Code: $patch -p1 < patchtoaply.path . Well, I can patch the file, but i when i try to install directly from this patched version of wine ( o...
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
2020 Jul 30
2
Help with build
...I run a.exe by itself, the return status is 390. --------------------------------- CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as project(ProjectName) near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 9.2.0 -- The CXX compiler ide...
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
2013 Oct 03
1
PATCH for all .vcproj files
...her than hardcoding .lib paths into the > linker settings. Done ;) The patch replaces OutputDirectory="..\..\..\..\objs\debug\bin" with OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin and so on. It also removes OutputFile="..\..\objs\debug\lib\$(ProjectName).lib when possible. Also, in the current version "Whole program optimization" compiler option is set, but the corresponding linker option isn't. From MSDN: "If you do not explicitly specify /LTCG when you pass /GL or MSIL modules to the linker, the linker eventually d...