Description:
The Ruby dynamic OO programming language.
|
|
|
Automatic ClassLoader (to eliminate 'require')
|
| |
Hello! QUESTION: Is there any way to attach a listener that will fires when the interpreter encounters an unknown Class and going to raise the NameError? For some reason all my classes are arranged the same way as files are (i.e. A::B::C <=> A/B/C.rb, one to one) So, theoretically i don't really need any usage of the 'require'... more »
|
|
Accesing core File class
|
| |
Hey , I have to deal with some classes written by someone else , and , in the classes they wrote , they defined a File class . How could I access the class from Core ?
|
|
Writing an OO wrapper (UI)
|
| |
I am writing an app generator for ncurses-ruby. While refactoring my apps, I find that the ncurses-ruby calls for any object are still scattered in various switch cases - i.e. not reusable - messy. I thus need to write a proper OO wrapper around ncurses-ruby before I plunge deeper. I need suggestions for what similar project I could study, so I go the... more »
|
|
RichUnits 0.4.0
|
| |
Hi All-- Just wanted to let you know about the RichUnits project. This is a library based on Rich Kilmer's unit system --essentially the same system used by Ruby on Rails. The current project is a combination of the original code, some minor improvements I made a while back, and the Rails versions. The ultimate... more »
|
|
Why is Ruby Website Search Broken?
|
| |
Is it just me, or is everyone aware that the Ruby main search is broken on Here's what I keep getting for even simple searches like "uninstall" Application error (Apache) Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html... more »
|
|
mkmf generates corrupt makefile in 1.8.6
|
| |
I just noticed (because libxml-ruby wouldn't compile) that the mkmf.rb in my version of Ruby 1.8.6 has a bug. The generated makefile prefixes spaces instead of tabs for a couple of the generated make tasks. Specifically, the clean/distclean tasks. It appears to have been addressed in 1.9 trunk (although oddly, the... more »
|
|
Running Multiple Versions of Ruby on Debian?
|
| |
Well so far things are going kind of good, I've built my own server and it's sitting in colo running Debian Etch and Ruby 1.8.6 (built from source) Now me being me I wouldn't mind running 1.8.7 alongside 1.8.6 for my Rails blogging software. Has anyone had any experiences in running multiple versions of Ruby on... more »
|
|
Ruby Sleep
|
| |
Hi all Ruby sleep is based on the system time, and it doesn't work well for me, since my system time can fluctuate. I need a sleep based on cpu ticks, or something like this, does ruby has a way to do this? Anyone has an alternative for it, or a ruby sleep implementation based on ticks? Thanks!
|
|
Modular Arithmetic (#179)
|
| |
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -=-=-=-=- The three rules of Ruby Quiz 2: 1. Please do not post any solutions or spoiler discussion for this quiz until 48 hours have passed from the time on this message. 2. Support Ruby Quiz 2 by submitting ideas as often as you can! (A... more »
|
|
October Phoenix Ruby User Group Meeting: Ruby + Wii
|
| |
[ANN] October Phoenix Ruby User Group Meeting October Phoenix Ruby User Group Meeting ...Time: 6:30 pm Place: Happy Camper Studios 4643 E. Thomas Rd. Suite #3 Phoenix, AZ 85018 See [link] for details Topics: Likely talks/demos/previews: * Controlling Ruby apps with the Wii remote... more »
|
|
|