similar to: Howto ? :: multi notes for same product in rails

Displaying 20 results from an estimated 90000 matches similar to: "Howto ? :: multi notes for same product in rails"

2006 Sep 06
1
Howto ? :: multi notes for same product in rails
Hi, I want to create multi notes for one item. How can I do so in Rails. Steps I want. 1- create a new item 2- write in the edit screen name,desc,.... 3- Add some notes to this item ( from 1 to 20 notes) 4- Save the new item. Any good link or nice document ? Thanks Henrik E --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2004 Nov 17
0
[LLVMdev] Re: Notes on the release notes for the fifth public release of LLVM
Well, Henrik has a point. As of now, the only thing LLVM is good for when built with VS is the JIT engine, and then only if you're willing to write your own front end--or be satisfied computing fibonacci numbers :) That doesn't make it useless, of course, as Morten will testify, but the market for this level of functionality can't be big. I do plan on creating projects to build llc
2006 Nov 04
0
Howto start a unix Tail -f within Rails
Hi, How can I start a Unix ''Tail -f'' command and follow on web (Rails) the results? The example below will not work because this method waits until the shell command is finished executing. The same problem for ''popen''. <%= %x{tail -f} %> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 08
0
subversion AND gem rails howto?
I have been using rails on Debian Sarge since May of last year. I initially gem installed rails as root and since then I have been gem updating the installation. I have had no trouble with the installation or development. Now feel that I''d like to use svn to get edgerails to be able to use nifty features such as RJS. Some of the threads on the subject talk about svn:externals in the
2018 Aug 03
0
Louis' Debian install notes/Ubuntu 18.04 howto now on github.
For the fans ;-) Its online, i suggest, install 2 servers, https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu18.04-samba-AD_DC.txt Any suggestion improvement etc, well its on github, and send me a pull request. Im not very good with git yet, but these steps help me learning. Best regards, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at
2004 Nov 16
3
[LLVMdev] Re: Notes on the release notes for the fifth public release of LLVM
Well Chris, then I've to ask the guys who really have the hands into the guts of the VC++ code: On Tue, 16 Nov 2004, Henrik Bach wrote: > Hi Chris, > > I'm reading release notes for the fifth public release of LLVM and came > across this line: > > "The LLVM source code is now compatible with Microsoft Visual C++." > > which is almost true, if
2018 Aug 03
3
Louis' Debian install notes/Ubuntu 18.04 howto now on github.
But these are online for almost a year now... ;-) https://github.com/thctlo/samba4/tree/master/howtos The only thing is these are not useing "my" builded packages but the original debians. I'll update these somewhere today or next week also with the 4.8 parts added. Basicly its, follow the howtos until you need to install samba. And just before that, run this. echo "deb
2012 Jun 17
0
The rails way to develop a multi product type shopping cart
Hi, I''m developing an application which has to manage many types of products. But I can''t think what the best approach in rails is on how to implement them. Here is a selection of some of the products (with some data types) that the software will have to manage: Speaker Make - String Model - String Wattage - Integer Price - Decimal
2009 Nov 03
0
Wishlist: Downgrade missing Rd links to NOTEs for non-installed Suggested packages
Hi, I wish to suggest that Rd cross references to help sections in "Suggested" packages that are not installed should be reported as NOTE:s and not WARNING:s by R CMD check. This should only apply to packages under Suggests: in DESCRIPTION. RATIONALE: 1. One reason for putting a package under Suggests: is that it does not exist on any public repositories, but still possible to
2006 Aug 13
3
Logging in Rails
This is a newbie question, I have a class which is not derived from ActionController or ActiveRecord but I want to use logging, I tried require but still logging does not work - This class is located in a file in "model" directory. ------------------------------------ require ''logger'' class Cart def add_product(product) logger.info("Searching for product
2005 Sep 29
1
Ajax in the Aguile Web Development... book
I have bought the book, and are working with chapter 18 (about Ajax). I don''t get the List application example to function as expected. When i fill inn a name, and presses "Add Item". The button gets gray, the text "Adding..." is coming up, and the item is being written in the top of the page, but then it freezes here. I uses the newest rails, installed with Gem, and
2006 Jan 30
3
Howto change @article.article.headline to @article.headline ?
I have to actions: def index @articles = Article.find(:all, :conditions => "un_published != ''1''", :order => "created_on desc") end and def group id = params[:id] @articles = ArticleGroup.find(:all, :include => [:group, :article], :conditions => ["articles.un_published !=
2013 Apr 05
1
parallel: Race-condition concern regarding graphics devices in a multi-thread environment
Hi, I'm trying to figure out how to safely make sure that I close the same graphics device that I opened earlier in a thread (and not one opened by a parallel thread). In a *single-thread* environment, one can do the following to open and close a device: makePlot <- function(i) { filename <- sprintf("foo%d.png", i); png(filename); idx <- dev.cur();
2006 Apr 18
1
Save item to DB x times (howto)?
Hi All, I have a pretty simple question. I have a view that offers the user the following: 1. A text field to enter in a passphrase 2. Another text field to define how many times that phrase is written to the DB It probably doesn''t make sense for it to be written to the DB x times, but this is the first step in a process and the passphrase will become unique. I currently
2006 Jan 05
3
Rails setup for multi-user environment?
Is there a way to set up rails on a shared server so that multiple developers don''t each have to install their own copies? We''ve got an (internal) shared-hosting server to which I want to add rails, but I''m not even sure it''s possible, much less how to do it. Basic scenario (machines are Linux): 1 - scripting server, serves PHP and perl via Apache.
2006 Aug 05
3
Four Days on Rails
I''ve been reading the tutorial and I have problems with the TinyInt(1) for the attribute "item.done". I thought this thread would be the best to post it. I''m using Rails 1.1.14. When in the partial template _list_stripes appears: <%= list_stripes["done"] == 1 ? show_image("done_ico.gif") : "&nbsp;" %> it always returns the
2019 Sep 23
1
[p2v PATCH] doc: start filling release notes
Add a minimal release note text for the first standalone version, virt-p2v 1.41.0; in addition, add the first items for the future 1.42.0. --- docs/p2v-release-notes.pod | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/docs/p2v-release-notes.pod b/docs/p2v-release-notes.pod index ee0dd98..21d736d 100644 --- a/docs/p2v-release-notes.pod +++
2006 Apr 08
5
rails.el on Ubuntu
Anybody who have a working .emacs (++) for Ubuntu (or Debian) with the newest emacs-rails (v.0.3). I have especially trouble with getting HTML Mode Snippets to work. - Henrik
2006 Mar 05
3
"Undefined method" problem in "Agile Web Development With Rails"
Hi, I''m reading the "Agile Web Development With Rails" book. So long, everything has worked fine, but now I got this annoying error message that I just can''t understand. The error appears for me around page 87, chapter 8. NoMethodError in Store#display_cart Showing app/views/store/display_cart.rhtml where line #28 raised: undefined method `product''
2008 Jun 25
1
Bringing Notes 4.5 server live...
Hi All, I have installed Wine 1 on Gentoo under OpenVZ, and have winecgf appearing nicely on my desktop. I have an old notes 4.5 server which is still doing what I want, hosted until recently under Win2K. I thought I'd virtualise it and turn off the hardware for good. I have long since lost/binned the install disks, so I built a squeaky new Win2K installtion and applied SP4. I copied the