search for: smarket

Displaying 20 results from an estimated 34 matches for "smarket".

Did you mean: market
2005 Dec 19
1
New rails site. Beta testers need.
Hi Rails List, I need some beta testers for my new site: http://www.smarkets.net. This list is literally the first group to see it, so be gentle. Smarkets is a prediction market for Amazon products. It takes Amazon products and turns them into a stock. The price of these "stocks" move based on the movement of its Amazon sales rank. If the sales rank goes up 10%,...
2006 Mar 31
4
javascript help
...; id="discover" size="16" value="test1, test2"/> </form> <a href onClick="document.form.discover.value == ''test3, test4''">click me</a> ...but I can''t get it to work. Any suggestions? Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060331/77405e1c/attachment.html
2006 Mar 24
4
validate if different?
Hi, I seem to remember seeing the equivalent of saving only if all attributes are different. I can''t seem to find that now in the API or the agile book. I''m using the acts_as_versioned and only want to save if the input is different. Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060324/6b244d1c/attachment.html
2006 Apr 16
2
conditional updated_on update
...s_versioned which clones the record each time updated_on changes. I am successfully ignoring the counter_cache fields in acts_as_versioned, but can''t ignore the updated_on column because I need to use that column in my versioned model. Any suggestions? Thanks very much, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060416/a196c85c/attachment.html
2006 Apr 17
3
help debugging an error
...ands/server.rb:34 c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__'' c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require'' script/server:5 I can''t seem to trace it down. Any help is most appreciated. Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060417/b431db36/attachment.html
2005 Dec 26
2
resorting a dataset
...than by test score. I''ve tried things like t.sort.name and other variations. I also thought that I could loop through t and push data to a new array and sort that, but it doesn''t seem very clean. My example is more complicated but that is the gist. Thanks. Steve Odom http://www.smarkets.net _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Apr 02
5
adding primary_key to join table using migrations
...#39;s giving me this error: Mysql::Error: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1: ALTER TABLE tags_questions_users ADD id Any suggestions? Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060402/09f6bb16/attachment.html
2006 Mar 15
7
Populating text_tag with serialized data
...39;t figure out. I''m sure there is a clean, simple way of doing it. Slight complications - my stored array is actually an arrays within an array - storing the answer_name and correct_or_not. Some answers might have 2 answers, while others might have 5. Thanks very much, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060315/35d8f075/attachment.html
2006 Apr 02
0
Re: updating the dom - Solution
..."questions", :url => { :action => ''curator_questions'', :uid => curator.id, :tid => @curators.id }, :update => "curator_question_container", :complete => "Behaviour.apply();") Steve http://www.smarkets.net On 4/2/06, Steve Odom <steve.odom@gmail.com> wrote: > > Hi list, > > Say I''ve got a page that lists the students names and grades. Grades are > clickable using a form_remote_tag that then renders a new partial on the > right hand side of the page that then lis...
2006 Jan 12
3
what about Austin railers?
If Tuscon has some rail users, I know there must be some other Austin railers out there. Have I missed some meetings that I didn''t know about? Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060112/c2723541/attachment.html
2006 Feb 10
3
robots.txt best practices
...f the file. Before I changed mine, I thought I''d poll the group to see if anyone had any good thoughts on the subject -like any rails-specific excludes. And whether some samples could be posted. Mine was going to look like this: User-agent: * Disallow: /404.php Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060210/657d61f1/attachment.html
2006 May 11
9
acts_as_commentable plugin
I''ve just about finished up work on a plugin similar to acts_as_taggable, but for comments instead which would allow you to attach comments (possibly even a threaded discussion if conbined with acts_as_tree) to any object. Is there anyone that would be interested in it? I don''t want to go throug the trouble of finding some way to distribute it unless I know that there is a
2006 May 29
4
Time-based cache fragment expiration
Hello, I''m trying to figure out how I could implement fragment caching that expires every x amount of time. I thought of writing a runner script that would expire the cache and set it as a cron job, but that doesn''t really work because runner scripts act on models and not controllers. Does anybody have any ideas? Regards, -carl
2005 Dec 22
3
help with unless
...that lookup.updated_ondoesn''t exist. I''ve tried lookup.nil? but lookup gets returned in the form of [] so that empty works. But if lookup is empty should not the code inside the statement get ignored? Any suggestions on how I might rework that code? Thanks Steve Odom http://www.smarkets.net _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Feb 09
6
troubleshooting an observe_field
...a breakpoint in live_search, it never gets tripped by the observe_field on the one problem page. The problem page tries to re-render itself inside the update div. It happens in both firefox and IE6. I''m not sure how else to troubleshoot this. Any suggestions? Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060209/974c3cef/attachment.html
2006 Jan 23
2
del.icio.us-like output
...<span class="smallLight">to <%= link_to(bookmark.tag)<snip> </div> If I list 20 questions, then that would mean 20 calls using the call_to_helper... function. Is there a more efficient way? Thanks very much for any suggestions. Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060123/7a8d7024/attachment-0001.html
2006 Mar 20
3
help: acts_as_versioned setup error "undefined local variable or method ''base_class''"
Hi All, Rails newbie here trying to set up acts_as_versioned according to Chapter 14 in the Rails Recipies book. I''ve taken the following steps (nearly verbatim) as mentioned by the book: - created the target model "Post" - added the "acts_as_versioned" label to the model file - generated a migration file - added the table creation code and the command
2006 Jan 09
9
Noob, installing rails on a goDaddy virtual server?
Hi, I''m completely new to all of this. Not even certain this is an appropriate forum for an installation question. I''m just about to plunk down some money to get a virtual server. In looking over the list of isp''s elsewhere on this site, goDaddy isn''t mentioned - probably because they don''t offer rails as a standard distribution. There are some
2006 May 21
0
expiring cache fragments using script/runner
...9;'list'' end . What I am stumped on is that I want to use script/runner which works on models, and expire_fragment which works in controllers. Can someone provide an example of how they would expire the fragment and how it would be called by script/runner? Thanks, Steve http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060521/76aee488/attachment.html
2006 Mar 06
0
time-based counter design
...ter table at the end of each day using a cron job. For example, at 12:00am reset the counter table and then start incrementing the counter from 0 at midnight. I''d like to do it without a cron job. Is there a better way to index clicks over a 24 hour period? Thanks, Steve Odom http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060306/2d40f77d/attachment.html