search for: jbuilder

Displaying 15 results from an estimated 15 matches for "jbuilder".

Did you mean: builder
1999 Jan 20
1
JBuilder Reload buffers? confusion (any update?)
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 to fix this problem? More info: Our NT machines access files from Unix using Samba (1.9.1...
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 to fix this problem? > If it's genuinely a ChangeNotify problem the...
2013 Apr 15
4
Rails' scaffold controller generator - should it test json format also?
...l format instead of both html and json: https://github.com/rails/rails/blob/3f9baeb2ec08138a0da09870ae60fd6b8165c07f/railties/lib/rails/generators/rails/scaffold_controller/templates/controller.rb It was like that before, but now it is less obvious that it isn''t testing it because of the jbuilder integration 3 months ago here: https://github.com/rails/rails/commit/3bfd99defb559af0b017ee920ca714aa1e367fdd#railties/lib/rails/generators/rails/scaffold_controller/templates/controller.rb I know that there is nothing in the code of the generated controller that itself is json-specific, so any...
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 specific view version is specified (via a header or request param) , if the version of that view exists, it is rendered, otherwise, th...
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 prev page pagination links. In my abc.json.jbuilder file if I try doing it as per the below code...
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
...# gem ''therubyracer'', :platforms => :ruby gem ''uglifier'', ''>= 1.0.3'' end gem ''jquery-rails'' # To use ActiveModel has_secure_password # gem ''bcrypt-ruby'', ''~> 3.0.0'' # To use Jbuilder templates for JSON # gem ''jbuilder'' # Use unicorn as the app server # gem ''unicorn'' # Deploy with Capistrano # gem ''capistrano'' # To use debugger # gem ''debugger'' Any pointer to something i missed, or something wrong, will...
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 want in JStaligPlayer.java Works on Mac (tester on 10.3.6 java 1.4.2), Win, Linux I strongly recommand to rename JStaligPlayer in whatever you want. The idea is to used t...
2014 Apr 14
0
Foundation & Authlogic
...acer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc # Use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1.7' # Use unicorn as the app server # gem 'un...
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
...godb/" Its really superb . And i really executed it well and got it working . As per the tutorial i executed the command "rails generate scaffold product name description price:float" .. It generated some of the files in the app/view folder and one the file named "index.json.jbuilder" . And the file contains this code "json.array!(@products) do |product| json.extract! product, :id, :name, :description, :price json.url product_url(product, format: :json) end" .. What does this code actually mean.i'm not able to understand it.. Any suggestions would be h...
2003 Oct 07
0
Software-Programmierer sucht neue Herausforderung ...
...ng ) verwalten. Ich beherrsche diese Betriebssysteme: . Windows Server NT/2000/2003 . Windows 95/98/NT/2000/XP . Linux Programmiersprachen: . Java, Java Script . .NET . ASP, ASPX, PHP . XML, XSL . HTML, DHTML . VB, VBA, VB Script, . SQL . WAP Programme: . JBuilder . Elipse . Java J2ME ( MIDP/CLDC .) . MS VS .NET, MS VS 6.0 . Macromedia Flash MX . MS Office XP . MS SQL Server . Oracle . MS Exchange Server . Photopaint . Corel . und andere ... Datenbanken: . Oracle, dBase, FoxPro . MS SQL Server, MySQL, MS Access...
2014 Apr 23
0
Something went wrong
...acer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use unicorn as the app server # gem '...
2012 Feb 01
10
Very strange problem: Ton's of ruby process just running simple command "rails --version" or "rails
Very strange problem: Ton''s of ruby process just running simple command "rails --version" or "rails new test1"" I have very strange problem. I try to run this simple command "rails new test1" --> this suppose to be create a new rails site. "rails --version" --> even this I got ton''s of ruby process but I got a lot of ruby
2012 May 11
14
What is the point of using :format in routes?
Today I had a strange behavior that made me suspect of jQuery at first, but then it happened that I''ve faced two gotchas, one from CoffeeScript and one from Rails itself. I have something like this: routes.rb post ''/fields/:id.:format'' => ''fields#show'', as: :field, constraints: {id: /\d+/} post ''/fields/remove/:id''