similar to: JBuilder Reload buffers? confusion (any update?)

Displaying 20 results from an estimated 800 matches similar to: "JBuilder Reload buffers? confusion (any update?)"

1999 Jan 20
1
JBuilder Reload buffers? confusion (any update?) (PR#12876)
aideen@persimmon.co.uk wrote: > > Hi, > > We've got some Java projects that are being developed on both Unix and > NT and we're struggling with JBuilder 2.0 and its "File has been > externally updated, reload buffers?" messages. Has anyone found a fix? > Is it a bug in JBuilder? i.e should I save my hair and not spend any > more time investigating/trying
1999 Jan 18
2
security hole in 2.0.0 ???
hi anybody, I just upgraded to the final release 2.0.0 and got some problems. I the [homes]-section I have to set "writable = Yes" in order to get write access to my home-directory. Unfortunately this allows me to delete a file that was created originally by root. But this is not actually what I want. In 1.9.18p10 the unix file permissions were at the top level and I couldn't do
2013 Apr 15
4
Rails' scaffold controller generator - should it test json format also?
(Forgive me if this is incorrect, because I recognized this initially as something in Rails 4.0.0.beta1 and have just done a cursory look over the latest generator code.) Noticed in Rails 4 that the test generated for a scaffold controller only tests the html format instead of both html and json:
2013 Mar 14
0
Display custom links above top level arrays using Jbuilder
I have a custom JSON response in which I display a collection of 15 posts along with related data like comments etc., as part of an API call. I am displaying the entire collection using Jbuilder . json.array!(@posts) do |post| .. .. end I want to display pagination links above the response of the 15 posts, in order to get the next set of posts with the appropriate next set of next page and
2012 Sep 15
10
Versioning of Views; Our Approach
My friend Ben Willis and I have developed a gem for the versioning of Rails views. https://github.com/bwillis/versioncake The versioning is done by the naming convention. Image the following series of files : show.v3.json.jbuilder show.v2.json.jbuilder show.v1.json.jbuilder create.v2.json.jbuilder create.v1.json.jbuilder The developer pre-defines all view versions in their config. When a
2004 Sep 21
1
windows program over a samba share
Hi, I don't know if this is possible, but I'd like to install a window program (in the specific JBuilder Personal) over a samba share, and then to mount a network share as a disk from windows clients, so they can use the program. Is it possible? Any idea on how to share windows programs from a linux server? Thanks, Luca -- Luca Ferrari, fluca1978@infinito.it
2012 Sep 18
2
NoMethodError with rake db:migrate
Hi! First of all, this is my first application on Rails, and i''m stuck at a migration. i created a demo app (the demo_app from michael hartl''s tutorial) as usual: rails new demo_app, rails generate scaffold User name:string email:string, and when i do rake db:migrate, this stack appears: rake db:migrate --trace ** Invoke db:migrate (first_time) ** Invoke environment
2006 Dec 07
9
Exec as another user
I''m running puppetd as root and I''m trying to execute tar as the "puppetd" user 59 define untar ( $source, $dest, $creates, $user = "puppetd" ) { 60 exec { "tar -xzf $source" : 61 cwd => $dest, 62 path => "/bin:/usr/bin", 63 user => $user, 64 creates => $creates,
2002 Jul 12
1
.Rprofile on MacOSX
I'm new to R, so apologies if the answer to my question is very obvious to everyone else! I use the carbon version of R (1.5.1), not the Darwin version. After a bit of a battle, I'm getting to grips with using R, and really getting to like it, but I'm still having trouble customising startup the way I'd like it. Reading ?Startup, I see that I can specify some commands to be run
2007 Aug 06
1
File locking issue
I have a client with an older server that is running into a weird file locking problem. The server is running FC2, samba 3.0.7 and kernel 2.6.10. They have recently installed AutoDesk Revit, which is apparently some sort of collaborative design software. Revit keeps a central repository and then allows different clients to access it. What is happening is that only the person who created the
2004 Jul 15
2
Small setup
Hello All, I have a very small setup of 4 users and a X100P. Asterisk is currently running on an Athlon 1800 but the server it is running on is also our imap/web/mail/development/samba server and we are having a few issues with asterisk which I believe is down to to many tasks. What I intend to do is build a box just for asterisk(Ill call the old one obelix). I have a few machines in the loft
2014 Apr 14
0
Foundation & Authlogic
Seems I can get either Foundation or Authlogic to work but not both - After bundle install when I do a rails g foundation:install I get the following: C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activerecord-4.1.0/lib/acti ve_record/dynamic_matchers.rb:26:in `method_missing': undefined local variable o r method `inheritable_attributes' for ActiveRecord::Base:Class (NameError)
2004 Dec 18
0
Still the big Icecast problem!
Easy... when I made this java applet : http://rbg.online.stalig.net/jplayer/radio-bro-gwened.html I used a signed lib from jorbis without modifying it. I just made a subclass of JOrbisPlayer which change the behaviour for what I wanted. I can provide my wall JBuilder project for those interested to use it. Easy way: - just change the html file to feed it with your ogg stream url - do what you
2004 Jul 18
1
Asterisk NAT spa-2000
Hi All, I have a asterisk box that is now on its own static address on the net.it was originally behind a nat firewall. The problem I have is that the remote SPA-2000's that are behind nat firewalls now fail. here is relevent sip.con entry [2001] type=friend username=2001 host=dynamic defaultip=81.178.77.67 allow=ulaw dtmfmode=rfc2833 mailbox=2001@local context=sip
2004 May 30
4
Sipura-spa2000
Hi I have just got Asterisk going with an spa-2000. however when I look through the userpdf every function on the sipura and asterisk seems to require on-hook or flash button , all of the phones i have do net seem to have either, is there a way round this ? does anyone know. Or do i ahve to go out and buy more phones? Anyhelp appreciated Simon
2007 Jan 29
3
Vista can't use samba hosted printer drivers
Is anyone else seeing Vista (final) will not "connect" to a samba-hosted printer? I'm getting error 0x00000057. I can connect to the port only and install a local driver, though. It's just that the drivers will not load correctly. The drivers do load partly, because I can see driver-specific attributes if I go to "Properties" rather than "Connect". But a test
2010 Jan 27
1
Patch and introduction
Hi, I''m currently trying to get icalendar packaged and into Fedora and EPEL, During this process I''ve noticed that you''re currently using Gem::manage_gems in the make Rakefile, this method was depecated in rubygems 1.3.0 them removed in rubygems 1.3.3. The attached patch updates the Rakefile replacing the method with the two require calls required. Mark -- Mark
2008 Sep 11
0
Help on executing R from java
Hello, I've installed Rserve and I've run it. I've installed the JRclient-RF503.jar. I've installed JDK 1.4.2 and R language version 2.7.1. Now when I compile the Jrclient exeamples from JBUILDER 9? an error appreas: package org.rosuda.JRclient does not exist ... could you please help me? Thank you in advance [[alternative HTML version deleted]]
2014 Mar 09
0
rails with mongodb
Hello viewers .. I'm Doing a project on rails with mongoDB as a backend database. When we learn a new programming language we start with writing a helloworld program . In the same way if we want to work with a web application we usually do a simple database connection .. We just create a page with a single text box and a simple button . When we click the button the data should be fetched from
2004 Jun 01
1
@mydomain.com
Hello again, I noticed that alot of people are displaying sip:number@theredomain.com Can I achieve this with asterisk or do i need something else? I have a domain and spare IP's so the dns is not a problem. Simon