Forum: Ruby Jul 21st, 2007 |
| Replies: 4 Views: 2,904 Here's a good book to learn how to use Ruby: http://www.math.umd.edu/~dcarrera/ruby/0.3/ |
Forum: Ruby Jul 21st, 2007 |
| Replies: 1 Views: 2,361 The send method, when used on any object, can have an indefinite number of arguments passed to it. |
Forum: Ruby May 23rd, 2007 |
| Replies: 8 Views: 6,358 Try using controller.env['QUERY_STRING'], where controller is the name of the controller where you are using this. |
Forum: Ruby May 22nd, 2007 |
| Replies: 1 Views: 3,156 Here's (http://www.erikveen.dds.nl/rubyscript2exe/index.html) a good place to start. |
Forum: Ruby May 22nd, 2007 |
| Replies: 13 Views: 8,781 I would prefer seeing this forum renamed Ruby on Rails because Rails is really what gave Ruby a huge boost in familiarity among most people. |
Forum: Ruby May 22nd, 2007 |
| Replies: 4 Views: 5,150 The JavaScript forum (http://www.daniweb.com/techtalkforums/forum117.html) would better serve your question :) |
Forum: Ruby May 22nd, 2007 |
| Replies: 5 Views: 3,469 I give another vote to http://poignantguide.net/ruby/ :)
Also, I think that the Wikipedia article for RoR is not really a good resource for learning how to write Ruby. |
Forum: Ruby May 22nd, 2007 |
| Replies: 8 Views: 6,358 env["QUERY_STRING"] should work. |
Forum: Ruby May 22nd, 2007 |
| Replies: 4 Views: 4,273 I give another vote to http://poignantguide.net/ruby/ :) |