10 Results for all

Passenger Brings Rails Apps to Apache

Apache fans in the Ruby community were delighted several months ago, when Phusion released Passenger, an Apache module for deploying Rails applications. I have been working with Passenger over the last few weeks, and am pleased to report that the module is extremely easy to install, use, and configure. Passenger has succeeded in bringing me back into the world of Apache after several years of wandering in the HTTP server desert.



Keep Up to Date With Open-Source "Planet" Sites

When you're working with a commercial software company, it's easy to keep up with their latest news: Between the company's Web sites, e-mail newsletters, conferences, and (increasingly) blogs, you can find out what is happening, and prepare yourself accordingly. Life in the open-source world is quite a bit messier, of course, in that there often isn't any central location or source for news. One of the key tools that the open-source community uses to keep in touch is blogs -- but it's not always easy to find all of the blogs on the subjects that interest you. That's where blog planets come in, providing a one-stop aggregation of many blogs on a particular subject.



Top Screencast Sites for Open-Source Developers

Want to learn a new programming language or development framework? Books, magazines, and blogs are excellent -- but a growing number of people are also learning from screencasts, tutorials that combine someone's voice with a video of their computer screen. You can watch the teacher develop in real time, describing the actions that he or she is taking while they take place. There are many screencasts for open-source languages and frameworks, many for free and some for a nominal fee. Screencasts are playing a growing role in my attempt to keep up with new technologies, and you might well find them useful, too.



Ruby Vulnerability Reopens Debate Over Full Disclosure

Last week, members of the Ruby community received word that all but the most recent versions of the language contain a serious security hole, and should be upgraded immediately. The announcement indicated that the security problem allows an attacker to potentially execute arbitrary code from a remote location. Other than that general description, what is the problem? Well... the powers that be aren't telling. Zed Shaw, decided to blog about this, announcing the vulnerabilities, as well as the techniques that he used to uncover them.



JVM-Based Languages Grow In Popularity

One of the fascinating trends that the Java world has seen in the last few years is the growth of non-Java languages that use the JVM (Java Virtual Machine). After all, if you create a new programming language, you will need to write it for a particular platform. If you want your language to be portable across platforms, you will need to implement versions for each of those platforms. By contrast, if you implement your language on the JVM, then your language will work on any system with a JVM, which is basically everywhere. Four of these languages -- Jython, JRuby, Groovy, and Scala -- are released under open-source licenses, and are increasingly popular choices for programmers who value portability.



SproutCore Raises the Bar for Client-Side Programming

Client-side Web developers work mainly in JavaScript, HTML, and CSS, displaying and manipulating data within a Web browser, while retrieving and storing that data on the server. One exciting new entry on this front is SproutCore, a new JavaScript framework that brings a full model-view-controller (MVC) approach to client-side programming. SproutCore gained a great deal of public attention in the last week, since Apple announced that its new MobileMe (formerly .Mac) service uses it.



Create Rich Reports With Ruport

Databases provide a great way to store information. But more important than that is their ability to retrieve information, and to do so in many different ways. Because database programmers, like all other programmers, don't like to re-invent the wheel, they often turn to reporting software, allowing them to concentrate on what they want to report, rather than how they want it to appear. One open-source reporting tool that is gaining momentum is Ruport, written in the Ruby language. Ruport is designed for use with Ruby applications, including those using Ruby on Rails.



Couldn't Attend RailsConf? Watch the Movie, and Read the PDFs

RailsConf, the main conference for the Ruby on Rails community, took place in Portland, Oregon over this past weekend. I wasn't able to attend, which is really a shame; I was at the first RailsConf in Chicago in 2006, and learned a great deal from the talks, as well as from the other Rails hackers in the audience. While the social aspects of a conference can't easily be recreated away from the conference, it is possible to watch and read a number of the presentations and lectures from RailsConf 2008. I have been doing that over the last few days, and have a few to recommend to other RailsConf-challenged fans.



Gemstone's MagLev Suggests New Database Options in Our Future

The talk of RailsConf, the conference for Ruby on Rails that ended yesterday, was Gemstone's demonstration of MagLev, an implementation of Ruby that not only runs on Smalltalk, but that has access to Gemstone's highly scalable, very fast object database.ᅠ For years, web developers have worked with relational databases; does Gemstone's announcement mean that this is going to change in the near future?ᅠ Or are we getting too excited over a demo, ignoring real-world considerations that explain why relational databases remain popular, despite the aesthetics of object databases?


Open Source Quality Is Good, Getting Better

Coverity recently used its code analysis tools on more than 250 open source projects, in order to assess the general code quality of the software applications. The tests indicated that open source software is already of high quality -- but more interestingly, it found that the code had improved over time, with fewer defects detected this time than previously. What does it mean to find that open source software is continually improving?