search for: svnrepository

Displaying 10 results from an estimated 10 matches for "svnrepository".

Did you mean: svn_repository
2006 Jul 12
4
error when using plugin discover
When I run ./script/plugin discover to register new plugin sites I get stopped at this point with the following error. ... http://svn.northpub.com/plugins/ http://rhnh.svnrepository.com/svn/public/rails/plugins/ (eval):3:in `each'': undefined method `[]'' for nil:NilClass (NoMethodError) from /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/commands/plugin.rb:658:in `scrape'' ... How do I get past this? -- Best Regards, -Larry "Work, work, work...
2006 Jun 07
1
How to freeze_edge with TortoiseSVN and InstantRails
I installed TortoiseSVN, created a local repository at c:/instantrails/SVNRepository. I have an app that I want to put into SVN and also do a freeze_edge for, but I''m not sure how. I ran command ''rake freeze_edge'' and got the error: ERROR: Must have subversion (svn) available in the PATH to lock this application to Edge Rails rake aborted! Any advice...
2008 Jan 18
0
faceboooker_mq
...;t have this in production yet but it will be soon. It turned out to be simple enough that maybe we could actually put it , or something like it into the Facebooker Codebase? If not I will setup a rubyforge project for it to live , currently it lives at: script/plugin install http://daveonrails.svnrepository.com/svn/projects/facebooker_mq Let me know if you can''t get it, the guys told me that the set anonymous access. Here is the README as it stands now, Copyright (c) 2008 David Clements, released under the MIT license Updated: 1/18/2008 Purpose: The of FacebookerMQ is to provide an asyn...
2007 Apr 15
5
Railsplayground.com down?
I can''t access my account page, my hosting page or their main site? Anyone else having this issue as well? traceroutes and pings return nothing at present. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2016 Jul 13
2
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Wed, Jul 13, 2016 at 04:48:51PM +0200, Sedat Dilek via llvm-dev wrote: > [ CCed all people who were involved in this thread ] > > Hi Tom, > > personally, I am interested to test the prebuilt-toolchains for > Ubuntu/xenial alias 16.04 LTS and Debian/Jessie v8.5.0 AMD64. > The available toolchains are incomplete and thus useless. > > Just as a fact: There is still no
2007 Oct 05
7
Trouble with text_field_tag
I am trying to implement a basic login page: login.rhtml 1 <fieldset> 2 <% form_tag do %> 3 <label for="name">Name:</label> 4 <%= text_field_tag :name, params[:name] %> 5 <label for="password">Password:</label> 6 <%= password_field_tag :password, params[:password] %> 7 <%= submit_tag
2007 Mar 06
1
Smart forms in Rails?
I am working on a project that needs a "Smart Form" type of system. That is, we need to have a Form Template system that chooses what elements of the form are displayed based on how the user answers other elements of the form. Does that make sense? Can anyone point me in the right direction? -- Posted via http://www.ruby-forum.com/.
2010 May 19
0
Help Preparing Data for Heatmap creation
...ndows XP. The code I'm using is: #!/usr/bin/R # rdf: # dc:title textingHeatMap.R # dc:date 2010.05.14 # dc:creator http://www.mm.com/user/djdees/knows/who#derek-dees # dc:language R # dc:rights Copyright &#169; # dc:description Creates a heatmap showing # of texts per hour per day. # doap:SVNRepository # doap:browse # doap:homepage # doap:wiki # doap:program-language # doap:version 1.0 # cvs:date $Date$ # Libraries/Packages # Functions # Setup file <- "\\tmp\\R\\UnbilledMessaging.action" # Read Data rawData <- read.csv(file, header=TRUE, sep="\t",quote="\"&...
2007 Feb 14
5
FormTestHelper should change hidden fields
Railsoids: FormTestHelper rules. It tests your response.body form at the same time as it triggers your action, with all the parameters in that form. This obviously improves quality. But it took issue with this: submit_form ''validate_stuff'' do |form| form[''IBhidden''] = ''validate'' end The field IBhidden is a hidden field. To be
2019 Feb 01
2
'git llvm push' not working for me on Windows
The usual workaround is to do `rm –rf .git/llvm-upstream-svn` and try again. You could also patch llvm/utils/git-svn/git-llvm to add the `--verbose` option to the `git apply` command, which would provide better diagnostic output. HTH, --paulr From: Petr Hosek [mailto:phosek at chromium.org] Sent: Wednesday, January 30, 2019 10:52 PM To: Robinson, Paul Cc: James Y Knight; llvm-dev; vedant_kumar at