First  |  Prev |  Next  |  Last
Pages: 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
Fwd: Automated image combining to improve page load speeds
[Note: parts of this message were removed to make it a legal post.] We're working with a slow embedded browser and trying to eek as much performance out of it as we can. We recently combined all CSS and JavaScript files using the excellent Jammit asset packaging tool, a Ruby wrapper for the YUI compressor. I... 12 Apr 2010 14:45
Nuances of alias_method
I am stumbling around some of the nuances of Ruby classes, especially in regard to alias_method. Specifically, can someone explain to me why this doesn't work: class A def A.foo "Hello" end end A.send(:alias_method, :bar, :foo) # => NameError: undefined method `foo' for class `A' But... 12 Apr 2010 14:46
Multiple PeopleSoft Technofunctional requirements
Hi All, Below are two very urgent needs with a client located in Boston, MA The client is looking for two PeopleSoft consultants. Please gothrough the complete requirement and send matching profiles with rate and contact information to joe(a)zeninfotech.com ASAP Location : Boston Duration: 6+ months Rate : ... 12 Apr 2010 11:24
how to open dbf file with ruby?
hai ,everyone i have installed dbf, gem install dbf require 'dbf' table = DBF::Table.new("/home/pt/test/sh.dbf") # /home/pt/test/sh.dbf is my dbf file. table.each do |record| puts record end there is the output #<DBF::Record:0x9e22cfc> #<DBF::Record:0x9dbbdcc> #<DBF::Record:0x9d90cf4> #<DBF::Record:0... 12 Apr 2010 20:20
how to open dbf file with ruby?
there is a dbf file , can i open it with ruby? -- Posted via http://www.ruby-forum.com/. ... 12 Apr 2010 04:49
Comparing Arrays
Hello everyone, another easy question from a beginner: How do you create a method to compare two arrays so that if they share at least 1 common element it returns true? For example: a = %w(m w f) b = %w(m w) c = %w(t r) share_elements?(a,b) #=> true share_elements?(a,c) #=> false Thanks for your time, D... 12 Apr 2010 03:44
Distinct Sets (#225)
Daniel,   I would like to know how to install ruby and rails on my computer. but the trouble that I am having is that all the files are zipped up and can use them. if you have a sloution for this email me back. badlands_2004(a)yahoo.com   James  --- On Thu, 4/8/10, Daniel Moore <yahivin(a)gmail.com> wrote: F... 11 Apr 2010 23:25
Google Wave: A new type of "Ruby Quiz" ?
if the google wave group is still happening, my id is: mspeltzer(a)googlewave.com thanks! -- Posted via http://www.ruby-forum.com/. ... 12 Apr 2010 09:10
attr_accessor, but for a boolean
Let's say I have this code: class Mambo attr_accesstor :safe end Now, 'safe', in my case, is a boolean. Problem is, the getter will be named 'safe', whereas I want it to be 'safe?'. In other words, how do I make the getter 'safe?' and the setter 'safe' ? -- Posted via http://www.ruby-forum.com/. ... 12 Apr 2010 17:01
[ANN] Harvested 0.3.0
Harvested is a new ruby wrapper around the Harvest Time Tracking API (http://www.getharvest.com/) Some features include: * Managing Clients, Projects, Users, Contacts, Expenses, Tasks, and Assignments. * Includes both a standard client and a "hardy client" depending on how much error handling you want to deal wi... 11 Apr 2010 16:47
First  |  Prev |  Next  |  Last
Pages: 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134