You may have tried unsuccessfully to install the Ruby Gem ultraviolet or the gem it depends on, textpow, and if you did, it likely failed mysteriously. Well, you first need to download and install the Oniguruma regex library. These instructions should work on almost any *nix with GCC, as well as OS X 10.4 and 10.5 !First, go to http://www.geocities.jp/kosako3/oniguruma/ and download the latest version of Oniguruma. (as of this writing, 5.9.1) In terminal, cd to the directory you downloaded the tarball to.Un-tar it: tar zxf onig-5.9.1.tar.gz Change to the directory of the un-tarred stuff:cd onig-5.9.1 Configure it, in most cases, just add the PATH you use, normally, /usr/local ./configure --prefix=/usr/local After that’s finished, sudo make and then,sudo make install
Now, you can install that oniguruma gem with no trouble! Same goes for textpow and ultra edit.
Entries Tagged 'PHP' ↓
Install Oniguruma on OS X !
February 20th, 2008 — Linux, Mac Rumors, OS X, PHP, Perl, Programming, Rails, Ruby, Software, UNIX
OS X Leopard & Developers
October 16th, 2007 — Mac Rumors, OS X, PHP, Programming, Rails, Ruby, Software, Vista
Wow. Xcode and Leopard are going to be better! Xcode now apparently does PHP and Ruby and Rails in addition to XHTML and CSS. Let’s just hope they stole a lot of keyboard shortcuts from TextMate… Can’t wait to get my hands on this cat.
And, unlike Microsoft and Windows, it’s all freely included in OS X 10.5 Leopard !
How can anybody say that Macs are more expensive, when all the dev tools are free !?
I know Windows dev tools are anything but free, and no way they’ve ever been this cool.
One thing I’ve always wanted: syntax highlighting that actually shows scope!

Looks like Objective-C 2.0 has borrowed a bit from Ruby! Those Apple engineers, they just kick ass at making good stuff with end-users in mind.
Learn more at:
http://www.apple.com/macosx/developer/
Oh, and let’s hope that the inclusion of PHP and Ruby and Rails means that those tools will be updated regularly (or at least update-able ). After all, web software changes rapidly, and with the impending releases of Ruby 2.0 and Rails 2.0 in the next few months to a year, we can’t just have a one-time installation. We will need the ability to update gems and such.
Now all we can ask for is that Apple gets into making it better for developers who want to make games for the Mac. Investing in some game libraries (cross-platform…?) or even say Nintendo (the two companies would be soooo beautiful together…)…?
Tag Spam :: The Next Big Thing
October 3rd, 2007 — Beginning Programming, Blogs, CMS, JavaScript, MySQL, MySQL 5, PHP, Perl, Programming, Rails, Ruby, Software, Spam, Web Graphics, WordPress, XHTML
So, what’s the next big thing gonna be? TAG SPAM. That’s right Continue reading →
Interesting WordPress Themes. CLI interactive!
April 30th, 2007 — Blogs, CMS, CSS, JavaScript, Linux, PHP, Rails, Ruby, Software, UNIX, Web Graphics, WordPress, XHTML
Here are a couple of interesting wordpress themes that resemble
unix/linux command line
and
Comodore 64
of course these are done in PHP but I’d like to see these done in Ruby or Rails and perhaps one that looks like irb. Oh wait, _why has already half done that…
eRUBY: Ruby + XHTML = .rhtml
March 22nd, 2007 — CMS, CSS, PHP, Perl, Rails, Ruby, Software, Uncategorized, XHTML
eRuby means embedded ruby; embedded in xhtml, that is. The result is often a file with the .rhtml extension, Continue reading →
Amazing Rails Framework + Amazing TextMate
March 21st, 2007 — Beginning Programming, Blogs, Books, CMS, PHP, Perl, Rails, Review, Ruby, Software
If you are wondering about Rails and Ruby, stop wondering and dive in. While you’re at it, get a good editor and machine to work with. This means a Mac and TextMate. If you don’t have a Mac already, get one, it’s not the cheapest, but not the most expensive; just the most value for your moollah! Continue reading →
PDF is Stupid, Word is Stupid Too!
March 19th, 2007 — Blogs, CMS, CSS, PHP, Perl, Rails, Ruby, Software, Web Graphics, XHTML
Data formats are important. Choosing how to structure data is the first thing one might do with it. Deciding how to present information is equally important. Web sites need to stop using PDF and Word documents as the ONLY option for available information. It’s Continue reading →
No to Rails and Rails Apps.
February 15th, 2007 — PHP, Perl, Rails, Ruby
I keep looking and browsing around and wondering? Where is the answer as to why I had so much trouble with Rails stuff? No luck. Nothing on the internet. And I’m pretty good at tracking down stuff. Especially with as many days as I’ve spent on this. No, the answer lies in the fact that as many people as there are out there using Rails, it isn’t really that big of a number. But what’s more, the problems I had most lay in standards, rather, the lack of standards. Continue reading →
Ruby and Rails? mmm… not for everything.
February 13th, 2007 — PHP, Rails, Ruby
Lately I’ve been curious about Ruby and Rails, like so many people. I’ve been looking at it, but so far, for most web sites, it isn’t that compelling. It is still far more work to set up than most sites would recoup in maintenance costs. Continue reading →
RoX - Rails on OS X
February 9th, 2007 — OS X, PHP, Perl, Rails, Ruby
RoX - Rails on OS X
I’m really liking the sound of that. The performance is good too. I’m starting to see why it’s such a nice environment: my own Apache install, PHP, Perl, Python, C, Obj-C, Ruby, Rails, and TextMate to do it in with Safari to view it in. Sweet!