9 Results for ruby on rails

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?


Django Gets Its Own Foundation

The developers of Django, a Python-based framework for creating and deploying sophisticated Web applications, announced yesterday that they have established the Django Foundation. This foundation, like foundations for Apache and Mozilla, will allow for communal ownership of the Django code, as well as accept donations and pay individuals.



Book Review: Deploying Rails Applications

It shouldn't surprise anyone to find that the number of books about the Ruby language, and about Web development using Ruby on Rails, has soared over the last year. Many books tell you how to write Rails applications, but very few tell you how to put them into production. Deploying Rails Applications, published recently by the Pragmatic Programmers, does try to answer these questions, and does so quite well, introducing a variety of programs and techniques that can make the difference between a painful deployment and a pain-free one.



Check Your Site With Tarantula

If you're running a Web site, then the last thing you want is to
ᅠ have a broken link.ᅠ Broken links look bad, frustrate users, and
ᅠ confuse search engines.ᅠ Even when links aren't broken, you can have
ᅠ pages that contain bad HTML, or server-side programs that fail when
ᅠ you enter data into them.ᅠ If this is an important issue to you,ᅠ then you should take a look at Tarantula,
ᅠ a Rails plugin that executes a number of simple tasks against your
ᅠ Web site, producing a detailed report (in HTML, of course)
ᅠ describing the URLs that it crawled, and the responses it received
ᅠ from each URL.


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.