similar to: New App - Rails Pay-Per-Download

Displaying 20 results from an estimated 1000 matches similar to: "New App - Rails Pay-Per-Download"

2006 Jun 18
10
acts_as_enumerated
Hello All, Any one using acts_as_enumerated? I need help using (I like that it caches values in memory) I am working on a dating website and there are lots of options I want to store as enumerated like Status; divorce, single, Sex: male, female Eye color; blue, brown, green.... and lots more.... But I do not wanna keep them in seperate tables, and wanna keep them all together. Anyone has a
2006 Jul 03
9
Migrations from Mysql to Oracle. PLS HELP!
Hi all, I''m using Rails/Mysql as development platform. the production server is under Rails/Oracle. Right now, i''m trying to install my application under the production server, the connection to orcale is fine via Rails, but i have a weird problem. example : here is a extract from my db scheme : Table User :_____________ id_user | first_name |
2006 Jun 22
18
Ruby on Rails Live CD
I''m pleased to announce the initial release of the new Ruby on Rails LiveCD Linux Distribution. http://www.railslivecd.org The RailsLiveCD offers most of what an average Rails developer needs right out of the box! That includes : Ruby 1.8.4 Rails 1.1.2 Capistrano 1.1.0 Mongrel 0.3.13 Rake 0.7.1 Subversion MySQL 4.1.12 MySQL Administrator RadRails KDevelop Kate and many many others!
2006 Mar 03
7
Workflow + Rails
Is there any project or solution for an easy integration of a WFE / WfMS into rails? I''m quite new to this topic, but I probably need a small subset of workflow patterns (or whatever the correct term is) only. Any pointers are welcome. -- Posted via http://www.ruby-forum.com/.
2006 Mar 03
1
Large External Data Integration
I''m looking for best practices / ideas on how to refresh large external data sources. What if your rails app relies on a large data set that you get via some service and it needs to be updated periodically. For instance, lets say your rails app uses weather report and airline flight information. You can get both data sets via some feed mechanism and you would like to use data that
2007 Mar 14
2
login authentication
Hi everyone, i used postfix, dovecot and mysql. I have virtual users and domains. I have this configuration in dovecot-mysql.conf: db_host = localhost db_port = 3306 db_unix_socket = /var/run/mysqld/mysqld.sock db = postfix db_user = postfix db_passwd = bscidth46 db_client_flags = 0 default_pass_scheme = CRYPT password_query = SELECT password FROM mailbox WHERE username = '%u' user_query
2006 Apr 20
5
How to find the last SQL statement executed in ActiveRecord
Is there a method for retrieving the last SQL statement executed by ActiveRecord? I realize I can open the log file, but I''m looking for a programmatic way. -- Posted via http://www.ruby-forum.com/.
2006 Oct 07
4
Concern about stability
Hi, I am building a test site on my PowerBook (G4) using rails, sqlite3, and webrick. While running in development mode, the web server completely halted. Error message is: ----------- /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib/sqlite3/resultset.rb:74: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [powerpc-darwin8.7.0] Abort trap ----------- It looks like sqlite3-ruby module
2005 Jun 02
3
Pricing for DS3000P
Yep anything over $7k makes it more feasible/reliable to go for multiple server multi-card solution. Cheers, Dean > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of izo > Sent: Thursday, 2 June 2005 8:21 PM > To: Andrew Latham; Asterisk Users Mailing List - Non-Commercial Discussion >
2006 Jun 13
9
act_as_versioned and join tables?
Greetings! I''m attempting to use the act_as_versioned plugin to provide versioning functionality for my rails app, but can''t think my way through this: How can you use act_as_versioned to perform versioning on a HABTM join table? It is easy to see how to do so for join models (:has_many :through) but not so for the join table. I want to use act_as_versioned to maintain
2006 Aug 04
14
Printing an Order
Can Rails be used for printing an order in a store application that has arrived? -- Posted via http://www.ruby-forum.com/.
2005 Oct 11
1
problem with roaming profiles
Hi, i'm using samba version 3.0.9-2.6-SUSE on suse 9.1 platform with about 40 clients both win XP SP2 and win 2000 SP4 and over 200 users. My problem is with win xp roaming profiles. It caches profiles onto local drive and every time user logs off it starts to synchronize users profile. If there are more than one profiles cached it tries to synchronize all of them and asks username and
2004 Dec 09
3
samba>=3.0.4 - no more smbpasswd ? no more local auth whenjoined to domain ?
how about redirecting the smbpasswd file to the older version (assuming you have one) using smbpasswd file = /file/path/smbpasswd , I replaced my copy of smbpasswd for 3.09 with a 2.216 and the smbpasswd command stopped working, (no new entry added to the smbpasswd file), but when i used that it worked again "Izo" <I@siol.net> wrote in message news:41B8004E.8050807@siol.net...
2005 Feb 24
3
High capacity voicemail
Hi, Does anybody has experience with high capacity PSTN voicemail and asterisk, running more then 5k mailboxes for PSTN users ? How many mailboxes can I serve with 4xE1 card if we assume that we have enough harddrive capacity. What would be server requirements. Would the CPU load be the same when storing voicemails in gsm format as compresing to gsm for ip calls ? Any hints would be greatly
2007 Feb 01
3
Extracting part of date variable
Dear all, Suppose I have a date variable: c = "99/05/12" I want to extract the parts of this date like month number, year and day. I can do it in SPSS. Is it possible to do this in R as well? Rgd, --------------------------------- Here’s a new way to find what you're looking for - Yahoo! Answers [[alternative HTML version deleted]]
2008 Apr 19
4
Displaying external url's
I am a rails beginner and I am having trouble displaying external urls on view. This is what i have in DB for ex: www.rubyonrails.com, if i try to construct the url on the page using link_to the url formed is - http://localhost:3000/www.rubyonrails.com. Can someone help me in fixing this issue. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2005 May 12
3
How to decrease Asterisk load
Hi everybody, I would like to decrease the load of my asterisk server. Could someone recommend me a solution? I have thought about a hardware component that would do some tasks as compression/decompression or codec translations but wonder if such a solution exist. Thanks for any suggestion Lamine
2008 Oct 22
4
A matrix automation problem
[I am really sorry if it is double posted, I doubt me previous post could not reach forum due to some problem with net] Suppose I have a matrix : a = matrix(1:9, 3) >From this matrix, I construct 9 additional matrices : i = 1:9 bi = a * i Now combining all those 9 new matrices, I construct a final metrix as : c = b1 b4 b7 b2 b5 b8 b3 b6 b8 I want to automate this procedure for any
2023 Apr 03
2
Inconsistent SYSVOL ACLs
03.04.2023 02:53, Anderson Sampaio Mello via samba ?????: > First of all thank you all for the answers and for trying to help me. > > I agree with you michael regarding the parameters passed in the ./configure > command, the location is not part of the problem. > > The file system used is XFS. and the strace command logs are in the > attached link >
2010 Nov 01
2
Best supported motherboard
Which among these three motherboard is the best supported in Linux (Centos/Ubuntu) ? Intel? Desktop Board DH55HC [ http://ark.intel.com/Product.aspx?id=42409 ] Intel? Desktop Board DP55WG [ http://ark.intel.com/Product.aspx?id=40078 ] Intel? Desktop Board DP55KG [ http://www.intel.com/products/desktop/motherboards/DP55KG/DP55KG-overview.htm] Also which will be a good processor , for using