similar to: Virtual Store in Rails?

Displaying 20 results from an estimated 300000 matches similar to: "Virtual Store in Rails?"

2006 Mar 14
6
Framework
hello all, I need any framework that generate models using the database structure.... Anyone knows if have this framework???? Thank''s -- Posted via http://www.ruby-forum.com/.
2006 Aug 11
1
Store Javascript variable''s value into Rails variable
Hi, I have a javascript function that returns a value. Is it possible to store this value into a rails variable? If you really want to know the reason why I need to do such a thing, look at http://www.ruby-forum.com/topic/76733. If it''s possible to store the javascript value into the rails variablem then the problem is solved. Thanks! -- Posted via http://www.ruby-forum.com/.
2007 May 24
0
Virtual host using Instant Rails 1.7
I have developed an application called demo using Instant Rails 1.7. How do I host this application say in development mode (as a virtual host)? I already ran the two examples cookbook and typo packaged in the zip file that are virtual hosts running on Mongrel and served by apache. I just want to add my application (demo) as the third virtual host. Really appreciate any help. Thanks Udai --
2006 Aug 02
3
Does Ruby / Rails have something similar to PHPs ''virtual''
Hi all Is there a rails / ruby function that is analagous to PHPs ''virtual'' function? "virtual() is an Apache-specific function which is similar to <!--#include virtual...--> in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script,
2006 Apr 28
1
rails + iis + virtual directory = desperation
Hello, I''m getting crazy trying to configure a rails application under IIS in a virtual directory. I have climbed highest mountains, I have run through the fields, I have visited rails forums all over the world and I still haven''t found what I''m looking for :( I know this question has already had been posted here before, but I''m desperate. Does anybody
2006 Jul 25
0
configure rails on apache2 without virtual host
Hi, all: I try to configure rails application on apache2 on fedora box without using virtual host. I can''t make it run correctly after following some ''hints'' from the web. Following is what I have done: - Apache2 already run well; - mod_fcgid installed by source; - ruby fcgi installed by source; - test ok using some sample test.fcgi I guessed something wrong with
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
I am looking for a ruby hosting service. Can any one recommend one for me. -----Original Message----- From: rails-request@lists.rubyonrails.org [mailto:rails-request@lists.rubyonrails.org] Sent: Saturday, May 06, 2006 7:37 AM To: rails@lists.rubyonrails.org Subject: Rails Digest, Vol 20, Issue 156 Send Rails mailing list submissions to rails@lists.rubyonrails.org To subscribe or
2006 Jun 05
7
Building a UK based e-commerce store in rails
I have built a few sites with Rails, however I have been approached by a company wanting an e-commerce / online shop built. I would love to build one in rails with the knoweledge I now have. I have the agile book and the pickaxe book they are my reference guide. However there is virtually nothing on creating real world e-commerce sites in rails. They will be selling to both businesses and the
2007 Mar 09
0
Free Ruby and Rails screencasts from CodeGear -- Live Virtual Developer Conference Mar12-16
Next Week, March 12-16, CodeGear will be hosting a "live virtual developer conference". This is totally free, no cost or obligation -- and you don''t have to travel to attend. There are three talks that should be of particular interest to Ruby and Rails developers, as well as sessions on Ajax, Java, Databases, Delphi, .Net and many other topics. Pre-register at
2006 Jan 13
2
Multiple Rails Apps in 1 Virtual Host on Apache 1.3
After attempting this on my own using the Apache "Alias" directive I noticed that it did not work in all cases: http://myserver/app1/ (this worked) http://myserver/app1 (this failed, I won''t bore you with the rewrite logs of why) This led me to the following article http://wiki.rubyonrails.com/rails/pages/HowtoDeployMoreThanOneRailsAppOnOneMachine Which I followed. Must to
2010 Sep 08
2
Rails 2.3.9 breaks sessions with Active Record or Memcache store
A Rails 2.3.9 app with Active Record or Memcache session store will never send the session ID cookie to a client if the client doesn''t send any HTTP cookies in its requests. Rails integration tests didn''t catch this because they always send the HTTP_COOKIE header, even if it''s empty. This is a huge bug, as it can break keeping sessions on sites which don''t set
2010 Nov 18
0
Rails 3 upgrade - Custom cache store
I had a custom cache store set up in Rails 2.3. I''m in the process of upgrading to rails 3, but have run into a snag. Before I had all the setting in my environment.rb. It would basically load a yaml file with my server settings, and set up the store via config.cache_store. It seemed like the correct place for this in Rails 3 was as an initializer. So I did basically the same thing,
2012 Aug 08
1
Memcache and Rails - Storing String as values.
Hello all, I have been using Memcache with my rails application to store certain key value pair.... I am using Dalli gem for the same... So Here''s what i do from console: require ''dalli'' dc = Dalli::Client.new(''remoteserver:11211'') dc.set(''example_link'', "http://www.google.com") => true value =
2017 May 30
0
virtual folder: how to store in mysql?
Hello Community, Now that virtual folders seem to work fine, I stil lhave 2 questions : 1? Is it possible to store the virtual folder definition (aka content of Folder/dovecot-virtual) in mysql? 2? I have duplicates in my "Unseen", which both correctly disappear once handled one of them Example: !Inbox * -Inbox (tried this but does not succeed -Trash -Trash/* Public/* Unseen
2010 May 28
1
problems with render in store.html.erb
Working on Agile web development with rails, 3rd edition. Every time I put <%= render(:partial => "cart" , :object => @cart) %> in store.html.erb, it makes a "</div>" disappear(well, it doesn''t show up when I check with firebug). When I take this piece of code out, the display returns to normal. I also tried moving it to the end of the page
2010 Nov 13
0
Moneta or Rails key store value with file
Hi, Im trying to find a key value store mechanism on rails 3 that either use activerecord or file store. I found moneta but couldn''t find how to use or initialize it on rails 3 environment. any body could show how to do this ? or maybe there is something other than moneta i could use. I just need a uniform and fast way to access setting on my app like Setting.post_per_page thanks
2006 Apr 07
2
Coming soon ... a Rails Virtual Applicance
For those of you interested in such things, I am building a VMWare virutal machine with a complete LAMP stack plus Rails. The project is set up in Rubyforge at http://rubyforge.org/projects/vgrails/. There''s not much there yet, but I expect to have something ready for folks to test towards the 12th of April, 2006. The project name is "vgrails", which stands for VMWare + Gentoo +
2006 Jan 24
1
Serialize
HI all, I not understand a method serialize. Anyone have any example using de serialize..... Thanks -- Posted via http://www.ruby-forum.com/.
2011 Aug 02
1
NoMethodError in Store#index
Thanks in advance I want to know how to solve No method errors Agile Rails 4th ed Great book But second time I get this type of error I would like to know how to troubleshoot and resolve Please see below thanks once again NoMethodError in Store#index Showing C:/rails/shop9/app/views/line_items/_line_item.html.erb where line #9 raised: undefined method `title'' for nil:NilClass
2010 Sep 18
0
lyric data store and search
hi I have many lyrics which are originally binary format.I need to store them and let users to search them. 1 But i don''t know where to store them? using filesystem or database? I think it is better choosing database because it is easier for me to implement search function. Am i right? 2 I can store binary data into database,but it is binary looking.when implement search function or